diff options
author | pi <pi@FreeBSD.org> | 2015-02-14 03:09:02 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-02-14 03:09:02 +0800 |
commit | 5326e124b0353b063671871f9e679293a2a2cdc0 (patch) | |
tree | 3a9dd92b8bb5b8f5e36fe1ee79b2982e1d3f9f89 /sysutils | |
parent | 2f82254f09588dc10d7b8bf9707643dcc0b7e1b2 (diff) | |
download | freebsd-ports-gnome-5326e124b0353b063671871f9e679293a2a2cdc0.tar.gz freebsd-ports-gnome-5326e124b0353b063671871f9e679293a2a2cdc0.tar.zst freebsd-ports-gnome-5326e124b0353b063671871f9e679293a2a2cdc0.zip |
sysutils/lsof: 4.89B -> 4.89C
- Updated for latest version of FreeBSD 11.0-CURRENT.
- Compensated for a missing FreeBSD 10.0 typedef of bool on the
i386 architecture. Allen Hewes provided a test system.
Andrey Chernov provided useful advice.
- Improved tests/Add2TestDB script with a patch from Peter Schiffer.
Added patches from Peter to eliminate Linux gcc warnings.
Updated Lsof.8 with improvements supplied by Bjarni Ingi Gislason.
- Changed FreeBSD global CFLAGS extraction per Terry Kennedy
Also made sure -DNEEDS_BOOL_TYPEDEF is #define'd when the resulting
CFLAGS doesn't contain it. Terry reported that need.
PR: 197388
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 3 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 | ||||
-rw-r--r-- | sysutils/lsof/files/patch-Configure | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index aaee83d63c8c..d2cb4bc950f4 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.89B +DISTVERSION= 4.89C PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ @@ -49,7 +49,6 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys" -CFLAGS+= -DNEEDS_BOOL_TYPEDEF .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) IGNORE= requires kernel sources diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 52798f921465..b22563cf2cec 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -SHA256 (lsof_4.89B.freebsd.tar.bz2) = d1c0836e5bb20fd307c0f4993debc2027cfa0e887595f7f6d7e81d9729013c04 -SIZE (lsof_4.89B.freebsd.tar.bz2) = 483864 +SHA256 (lsof_4.89C.freebsd.tar.bz2) = 8f094ba7512f5fd5f893a8b8fd5f510bc9e61eb9269e6b6413a554cf5eebea6b +SIZE (lsof_4.89C.freebsd.tar.bz2) = 483625 diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure deleted file mode 100644 index 3d5fd5118a4b..000000000000 --- a/sysutils/lsof/files/patch-Configure +++ /dev/null @@ -1,11 +0,0 @@ ---- Configure.orig 2014-12-19 19:55:04.000000000 +0100 -+++ Configure 2015-02-01 12:45:30.783557202 +0100 -@@ -1642,7 +1642,7 @@ - then - FREEBSD_MAKE_CONF="/etc/make.conf" - fi # } -- if test -r $FREEBSD_MAKE_CONF # { -+ if test $FREEBSD_MAKE_CONF # { - then - LSOF_TMP1=`echo "all:\n.include <bsd.prog.mk>" | $LSOF_MAKE -f- -VCFLAGS` - LSOF_TMP=1 |