sysutils/lsof: support FreeBSD 13-current

This commit is contained in:
Larry Rosenman 2018-10-21 14:25:40 +00:00
parent 922ab35f1e
commit 20652c4651
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482676
2 changed files with 14 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= lsof
DISTVERSION= 4.92B
PORTREVISION= 1
PORTEPOCH= 8
CATEGORIES= sysutils
MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \

View File

@ -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