summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2025-09-06 03:52:43 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2025-09-06 04:28:31 +0900
commit582a64b66cfb2c2fc9f8c330cd6d1a93215ebef2 (patch)
tree8999bf03cf4839d3b30c25542b25c08705b8bcaa
parentmail/postfix: Fix build with FreeBSD 16 (diff)
sysutils/lsof: Fix build with FreeBSD 16
Approved by: portmgr (implicit, just fix it)
-rw-r--r--sysutils/lsof/files/patch-Configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure
new file mode 100644
index 000000000000..a453f43d8266
--- /dev/null
+++ b/sysutils/lsof/files/patch-Configure
@@ -0,0 +1,14 @@
+--- Configure.orig 2024-11-18 02:11:27 UTC
++++ Configure
+@@ -1089,6 +1089,11 @@ case $LSOF_TGT in # {
+ LSOF_TSTBIGF=" "
+ LSOF_VERS=15000
+ ;;
++ 16*)
++ LSOF_CFGL="$LSOF_CFGL -lutil"
++ LSOF_TSTBIGF=" "
++ LSOF_VERS=16000
++ ;;
+ *)
+ echo Unknown FreeBSD release: `uname -r`
+ rm -f $LSOF_HLP