From owner-cvs-all@FreeBSD.ORG Fri Apr 8 17:58:50 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 881861065673; Fri, 8 Apr 2011 17:58:50 +0000 (UTC) Date: Fri, 8 Apr 2011 17:58:50 +0000 From: Alexey Dokuchaev To: bf1783@gmail.com Message-ID: <20110408175850.GA69273@FreeBSD.org> References: <201104072239.p37Md9oh031253@repoman.freebsd.org> <20110408022459.GA40411@FreeBSD.org> <20110408023021.GA47293@FreeBSD.org> <20110408035430.GA56549@FreeBSD.org> <20110408153710.GA28200@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: Rene Ladan , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/chromium Makefile 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: Fri, 08 Apr 2011 17:58:50 -0000 On Fri, Apr 08, 2011 at 05:52:46PM +0000, b. f. wrote: > On 4/8/11, Alexey Dokuchaev wrote: > > Summarizing our discussion, what do you think of the following? > > > > .if ! ${MACHINE_CPU:Msse2} || defined(PACKAGE_BUILDING) && ${ARCH} != > > "amd64" > > GYP_DEFINES+= disable_sse2=1 > > .endif > > > > Default package would have reasonable defaults now, custom port build can > > be controlled by passing desired MACHINE_CPU. Building SSE2-enabled > > package for i386 is a bit tricky, but cannot be possibly polluted by > > stale cached OPTIONS value. > > Sorry, I tried to convey in my previous message that I was mistaken in > thinking that the earlier changes would cause problems for the default > i386 packages. Packages for the machine hosting the build, and those > built for generic machines via the portbuild scripts, have the right > settings now, so I would leave the port as it is. [...] Let it be then. Rene, please ignore my last patch; current revision of Makefile should be OK until further issues arise. ./damfe