From owner-cvs-all@FreeBSD.ORG Tue Jun 28 16:48:20 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 193071065701; Tue, 28 Jun 2011 16:48:20 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id D0E108FC16; Tue, 28 Jun 2011 16:48:19 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id CFC3B45BB; Wed, 29 Jun 2011 00:48:08 +0800 (CST) Date: Wed, 29 Jun 2011 00:48:08 +0800 From: Sunpoet Po-Chuan Hsieh To: Wesley Shields Message-ID: <20110628164808.GB12936@bonjour.sunpoet.net> References: <201106280010.p5S0AeeZ014850@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201106280010.p5S0AeeZ014850@repoman.freebsd.org> Organization: The FreeBSD Project User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/coreutils Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 16:48:20 -0000 On Tue, Jun 28, 2011 at 12:10:40AM +0000, Wesley Shields wrote: > wxs 2011-06-28 00:10:40 UTC > > FreeBSD ports repository > > Modified files: > sysutils/coreutils Makefile distinfo pkg-plist > Log: > - Update to 8.12. > > PR: ports/157808 > Submitted by: Ryan Steinmetz > Approved by: maintainer timeout > > Revision Changes Path > 1.31 +3 -2 ports/sysutils/coreutils/Makefile > 1.12 +2 -2 ports/sysutils/coreutils/distinfo > 1.14 +8 -3 ports/sysutils/coreutils/pkg-plist Hi wxs, CPPFLAGS is added to CONFIGURE_ENV when GNU_CONFIGURE is set. It seems that CPPFLAGS+="-I${LOCALBASE}/include" in line 22 can be removed. Regards, sunpoet