From 5fd66cdfbf4bae9c1247eda874d443a359be4691 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 30 Jan 2021 13:12:16 +0000 Subject: 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 PR: 251096 MFH: 2021Q1 --- sysutils/lsof/files/patch-Configure | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'sysutils/lsof/files/patch-Configure') 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 # } -- cgit v1.2.3