From owner-svn-ports-head@FreeBSD.ORG Fri Aug 2 07:56:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id B836479B; Fri, 2 Aug 2013 07:56:37 +0000 (UTC) Date: Fri, 2 Aug 2013 07:56:37 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Subject: Re: svn commit: r324150 - head/astro/aa Message-ID: <20130802075637.GA25222@FreeBSD.org> References: <201308020748.r727m8hd036121@svn.freebsd.org> <20130802075101.GB18976@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130802075101.GB18976@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Antoine Brodin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 07:56:37 -0000 On Fri, Aug 02, 2013 at 09:51:01AM +0200, Baptiste Daroussin wrote: > On Fri, Aug 02, 2013 at 07:48:08AM +0000, Antoine Brodin wrote: > > Author: antoine > > Date: Fri Aug 2 07:48:07 2013 > > New Revision: 324150 > > URL: http://svnweb.freebsd.org/changeset/ports/324150 > > > > Log: > > Fix without gcc > > [...] > > - @${REINPLACE_CMD} 's|CFLAGS= -O2|CFLAGS+=|' ${WRKSRC}/makefile > > + @${REINPLACE_CMD} 's|CFLAGS= -O2|CFLAGS+=| ; s|CC=|CC?=|' ${WRKSRC}/makefile > > Why not using MAKE_ARGS= CC=${CC} here? > That is how make(1) is designed to work, All variable are always > overwritable by args, ?= is only to allow to overwrite from env. :-) I've started to write similar letter (and in fact, Antoine did not fix numerous other bugs in this port), but decided I better just do it myself in subsequent commit. Working on it now... ./danfe