opnsense-ports/sysutils/lsof/files/patch-Configure
Franco Fichtner b0d167a84a sysutils/lsof: sync with upstream
Taken from: FreeBSD
2022-04-04 16:33:18 +02:00

22 lines
586 B
Text

--- Configure.orig 2020-11-10 19:00:21 UTC
+++ Configure
@@ -1628,6 +1628,10 @@ kernel generation process.
LSOF_TSTBIGF=" "
LSOF_VERS=13000
;;
+ 14*)
+ LSOF_TSTBIGF=" "
+ LSOF_VERS=14000
+ ;;
*)
echo Unknown FreeBSD release: `uname -r`
rm -f $LSOF_HLP
@@ -1639,7 +1643,7 @@ kernel generation process.
# Clear LSOF_UNSUP message for supported versions of FreeBSD.
case $LSOF_VERS in # {
- 4090|8020|8030|8040|9000|10000|11000|12000|13000)
+ 4090|8020|8030|8040|9000|10000|11000|12000|13000|14000)
LSOF_UNSUP=""
;;
esac # }