aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2019-05-22 14:46:18 +0000
committerLarry Rosenman <ler@FreeBSD.org>2019-05-22 14:46:18 +0000
commitbede0940e4df894d66fde381923612b598555461 (patch)
treeb6a64be0cd557dd94fc112ed212f57355da51e6e /sysutils/lsof
parente61ad55b00b245018dab4272f91826fe35a0613f (diff)
downloadports-bede0940e4df894d66fde381923612b598555461.tar.gz
ports-bede0940e4df894d66fde381923612b598555461.zip
sysutils/lsof: shut up warning about unsupported version.
Notes
Notes: svn path=/head/; revision=502273
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile2
-rw-r--r--sysutils/lsof/files/patch-Configure11
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index a46250c1f007..43f4de5cf9d2 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lsof
DISTVERSION= 4.93.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 8
CATEGORIES= sysutils
diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure
new file mode 100644
index 000000000000..068090f7588e
--- /dev/null
+++ b/sysutils/lsof/files/patch-Configure
@@ -0,0 +1,11 @@
+--- Configure.orig 2019-05-22 14:43:59 UTC
++++ Configure
+@@ -1639,7 +1639,7 @@ kernel generation process.
+ # 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)
+ LSOF_UNSUP=""
+ ;;
+ esac # }