forked from Lainports/freebsd-ports
sysutils/lsof: support FreeBSD 13-current
This commit is contained in:
parent
922ab35f1e
commit
20652c4651
2 changed files with 14 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue