summaryrefslogtreecommitdiff
path: root/sysutils/lsof/files/patch-Configure
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-02-13 19:09:02 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-02-13 19:09:02 +0000
commita07c0217ad16ea4a3dd9bf683397bce503f2ac0f (patch)
tree3a9dd92b8bb5b8f5e36fe1ee79b2982e1d3f9f89 /sysutils/lsof/files/patch-Configure
parentAdd a note in UPDATING about dependency registration rework (diff)
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/lsof/files/patch-Configure')
-rw-r--r--sysutils/lsof/files/patch-Configure11
1 files changed, 0 insertions, 11 deletions
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