From owner-cvs-ports@FreeBSD.ORG Thu Jun 30 00:07:32 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4495106566C; Thu, 30 Jun 2011 00:07:32 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 8CEF58FC14; Thu, 30 Jun 2011 00:07:32 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 0D8DE5C43; Wed, 29 Jun 2011 20:10:40 -0400 (EDT) Date: Wed, 29 Jun 2011 20:10:40 -0400 From: Wesley Shields To: Sunpoet Po-Chuan Hsieh Message-ID: <20110630001039.GA9644@atarininja.org> References: <201106280010.p5S0AeeZ014850@repoman.freebsd.org> <20110628164808.GB12936@bonjour.sunpoet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110628164808.GB12936@bonjour.sunpoet.net> 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-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 00:07:32 -0000 On Wed, Jun 29, 2011 at 12:48:08AM +0800, Sunpoet Po-Chuan Hsieh wrote: > 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. Fixed. Thanks for catching that. -- WXS