Date: Wed, 30 Aug 2023 01:50:52 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 02a7071a93f4 - 2023Q3 - sysutils/lsof: Fix build for 15-CURRENT Message-ID: <202308300150.37U1oqgX093503@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=02a7071a93f41c4f4506ae0d1adb99315c619f62 commit 02a7071a93f41c4f4506ae0d1adb99315c619f62 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-08-30 01:45:50 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-08-30 01:50:47 +0000 sysutils/lsof: Fix build for 15-CURRENT Add support for 15-current in Configure script. Approved by: portmgr (blanket) (cherry picked from commit 54b3112625f87804b8d069e82b31f900758603fb) --- sysutils/lsof/files/patch-Configure | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure new file mode 100644 index 000000000000..390a3f07b7bf --- /dev/null +++ b/sysutils/lsof/files/patch-Configure @@ -0,0 +1,14 @@ +--- Configure.orig 2023-01-16 22:42:40.000000000 -0800 ++++ Configure 2023-08-29 18:43:40.296306000 -0700 +@@ -1209,6 +1209,11 @@ + LSOF_TSTBIGF=" " + LSOF_VERS=14000 + ;; ++ 15*) ++ LSOF_CFGL="$LSOF_CFGL -lutil" ++ LSOF_TSTBIGF=" " ++ LSOF_VERS=15000 ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + rm -f $LSOF_HLP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308300150.37U1oqgX093503>