diff options
author | cy <cy@FreeBSD.org> | 2016-07-09 08:41:57 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-07-09 08:41:57 +0800 |
commit | a398491b43c26c399b28799aeee63c3e9d6a3708 (patch) | |
tree | 8e3d0edbc4e84691567ecd3a8f1ef14ae4a00322 /sysutils/lsof | |
parent | 77e353e6c59c2c5e5a1d6e147862e1ea31f9fd18 (diff) | |
download | freebsd-ports-gnome-a398491b43c26c399b28799aeee63c3e9d6a3708.tar.gz freebsd-ports-gnome-a398491b43c26c399b28799aeee63c3e9d6a3708.tar.zst freebsd-ports-gnome-a398491b43c26c399b28799aeee63c3e9d6a3708.zip |
Fix build under 12.0-CURRENT.
Diffstat (limited to 'sysutils/lsof')
-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 f396f7b262a1..9979e51535c7 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -3,6 +3,7 @@ PORTNAME= lsof DISTVERSION= 4.90B +PORTREVISION= 1 PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure new file mode 100644 index 000000000000..e83f265d05f4 --- /dev/null +++ b/sysutils/lsof/files/patch-Configure @@ -0,0 +1,13 @@ +--- Configure.orig 2016-01-05 10:31:36.000000000 -0800 ++++ Configure 2016-07-08 17:39:09.137355000 -0700 +@@ -1620,6 +1620,10 @@ + LSOF_TSTBIGF=" " + LSOF_VERS=11000 + ;; ++ 12*) ++ LSOF_TSTBIGF=" " ++ LSOF_VERS=12000 ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + rm -f $LSOF_HLP |