diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 1 | ||||
-rw-r--r-- | sysutils/lsof/files/patch-Configure | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 4eead8118d78..86298ddb1e26 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -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/ \ 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 |