From owner-svn-ports-all@FreeBSD.ORG Sun Feb 1 15:27:14 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A52D68F; Sun, 1 Feb 2015 15:27:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9120FAB; Sun, 1 Feb 2015 15:27:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11FRE5k038557; Sun, 1 Feb 2015 15:27:14 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11FREBf038556; Sun, 1 Feb 2015 15:27:14 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502011527.t11FREBf038556@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 1 Feb 2015 15:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378245 - head/sysutils/lsof/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 15:27:14 -0000 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 " | $LSOF_MAKE -f- -VCFLAGS` + LSOF_TMP=1