Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2015 15:27:14 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378245 - head/sysutils/lsof/files
Message-ID:  <201502011527.t11FREBf038556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502011527.t11FREBf038556>