diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-25 17:29:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-25 17:29:11 +0800 |
commit | 19bddf88f3ed30bb57f3063db3ede4ed602adbd5 (patch) | |
tree | c0a6953e103e9f123a7478cce775654cc259d6fe /sysutils/lsof | |
parent | 51acbfcbc6142c4afe96982ca27604e3c4ff35a3 (diff) | |
download | freebsd-ports-gnome-19bddf88f3ed30bb57f3063db3ede4ed602adbd5.tar.gz freebsd-ports-gnome-19bddf88f3ed30bb57f3063db3ede4ed602adbd5.tar.zst freebsd-ports-gnome-19bddf88f3ed30bb57f3063db3ede4ed602adbd5.zip |
- Fix Configure on 8-CURRENT
PR: 117370
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: maintainer
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 1 | ||||
-rw-r--r-- | sysutils/lsof/files/patch-configure | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 7dc95074efa5..494dce24cdb5 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -8,6 +8,7 @@ PORTNAME= lsof PORTVERSION= 4.79C +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ 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..540ddbd50030 --- /dev/null +++ b/sysutils/lsof/files/patch-configure @@ -0,0 +1,14 @@ +--- ./Configure.orig 2007-10-21 08:13:35.000000000 +0400 ++++ ./Configure 2007-10-21 08:14:39.000000000 +0400 +@@ -1438,6 +1438,11 @@ + echo "!!!WARNING!!! Unsupported FreeBSD version: $LSOF_VSTR" + echo "!!!WARNING!!! Configuring for FreeBSD 7.0" + ;; ++ 8*) ++ LSOF_VERS=7000 ++ echo "!!!WARNING!!! Unsupported FreeBSD version: $LSOF_VSTR" ++ echo "!!!WARNING!!! Configuring for FreeBSD 7.0" ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + echo Assuming FreeBSD 2.x |