diff options
author | ler <ler@FreeBSD.org> | 2018-10-21 22:25:40 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2018-10-21 22:25:40 +0800 |
commit | dd44bf34de43b6fcebe8bddd559e74f0a5d9863c (patch) | |
tree | 8ff658448b13fef7b0f8affcf9c634c93f5aef52 /sysutils | |
parent | 93dcc39ed4458e714265d6249dbed404c20e6697 (diff) | |
download | freebsd-ports-gnome-dd44bf34de43b6fcebe8bddd559e74f0a5d9863c.tar.gz freebsd-ports-gnome-dd44bf34de43b6fcebe8bddd559e74f0a5d9863c.tar.zst freebsd-ports-gnome-dd44bf34de43b6fcebe8bddd559e74f0a5d9863c.zip |
sysutils/lsof: support FreeBSD 13-current
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 |