svn commit: r378245 - head/sysutils/lsof/files
Thomas Zander
riggs at FreeBSD.org
Sun Feb 1 15:27:14 UTC 2015
Author: riggs
Date: Sun Feb 1 15:27:13 2015
New Revision: 378245
URL: https://svnweb.freebsd.org/changeset/ports/378245
QAT: https://qat.redports.org/buildarchive/r378245/
Log:
Fix build on systems without /etc/make.conf
PR: 197241
Submitted by: riggs
Approved by: ler at lerctr.org (maintainer)
MFH: 2015Q1
Added:
head/sysutils/lsof/files/
head/sysutils/lsof/files/patch-Configure (contents, props changed)
Added: head/sysutils/lsof/files/patch-Configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/lsof/files/patch-Configure Sun Feb 1 15:27:13 2015 (r378245)
@@ -0,0 +1,11 @@
+--- 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
More information about the svn-ports-all
mailing list