summaryrefslogtreecommitdiff
path: root/sysutils/lsof/files/patch-Configure
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2021-01-30 13:12:16 +0000
committerDimitry Andric <dim@FreeBSD.org>2021-01-30 13:12:16 +0000
commit5fd66cdfbf4bae9c1247eda874d443a359be4691 (patch)
tree8e916db9f2c894409fb3c52afe283f92c7067ad5 /sysutils/lsof/files/patch-Configure
parent- Update to 0.58.0 (diff)
sysutils/lsof: Update to 4.94
* Update to 4.94. * Update or remove patches that are included in upstream. * Fix build with Clang 11 without setting 'CFLAGS+=-fcommon' in Makefile. * Use new pwddesc structure if applicable. Change Log: https://github.com/lsof-org/lsof/releases/tag/4.94.0 Submitted by: Yasuhiro Kimura <yasu@utahime.org> PR: 251096 MFH: 2021Q1
Diffstat (limited to 'sysutils/lsof/files/patch-Configure')
-rw-r--r--sysutils/lsof/files/patch-Configure21
1 files changed, 16 insertions, 5 deletions
diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure
index 068090f7588e..aedc48ddc6a3 100644
--- a/sysutils/lsof/files/patch-Configure
+++ b/sysutils/lsof/files/patch-Configure
@@ -1,11 +1,22 @@
---- Configure.orig 2019-05-22 14:43:59 UTC
-+++ Configure
-@@ -1639,7 +1639,7 @@ kernel generation process.
+--- Configure.orig 2020-11-10 11:00:21.000000000 -0800
++++ Configure 2021-01-29 19:04:42.100811000 -0800
+@@ -1628,6 +1628,10 @@
+ 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 @@
# Clear LSOF_UNSUP message for supported versions of FreeBSD.
case $LSOF_VERS in # {
-- 4090|8020|8030|8040|9000|10000|11000|12000)
-+ 4090|8020|8030|8040|9000|10000|11000|12000|13000)
+- 4090|8020|8030|8040|9000|10000|11000|12000|13000)
++ 4090|8020|8030|8040|9000|10000|11000|12000|13000|14000)
LSOF_UNSUP=""
;;
esac # }