sysutils/lsof: support FreeBSD 13-current
This commit is contained in:
parent
922ab35f1e
commit
20652c4651
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482676
@ -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/ \
|
||||
|
13
sysutils/lsof/files/patch-Configure
Normal file
13
sysutils/lsof/files/patch-Configure
Normal 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
|
Loading…
Reference in New Issue
Block a user