From 20652c4651c2f681114e435f28e6f3604e123dd8 Mon Sep 17 00:00:00 2001 From: Larry Rosenman Date: Sun, 21 Oct 2018 14:25:40 +0000 Subject: sysutils/lsof: support FreeBSD 13-current --- sysutils/lsof/files/patch-Configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/lsof/files/patch-Configure (limited to 'sysutils/lsof/files/patch-Configure') diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure new file mode 100644 index 000000000000..719dfd2c0d7c --- /dev/null +++ b/sysutils/lsof/files/patch-Configure @@ -0,0 +1,13 @@ +--- Configure.orig 2018-10-21 14:19:32 UTC ++++ Configure +@@ -1624,6 +1624,10 @@ kernel generation process. + LSOF_TSTBIGF=" " + LSOF_VERS=12000 + ;; ++ 13*) ++ LSOF_TSTBIGF=" " ++ LSOF_VERS=13000 ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + rm -f $LSOF_HLP -- cgit v1.2.3