From owner-svn-ports-head@FreeBSD.ORG Sat May 11 09:56:07 2013 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 44CCD505; Sat, 11 May 2013 09:56:07 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mx1.freebsd.org (Postfix) with ESMTP id 07DAE105; Sat, 11 May 2013 09:56:06 +0000 (UTC) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 05C626A6001; Sat, 11 May 2013 11:56:06 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.5/8.14.5) with ESMTP id r4B9u5m4059625; Sat, 11 May 2013 11:56:05 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.5/8.14.5/Submit) id r4B9u5ZU059087; Sat, 11 May 2013 11:56:05 +0200 (CEST) (envelope-from lars) Date: Sat, 11 May 2013 11:56:05 +0200 From: Lars Engels To: Alexey Dokuchaev Subject: Re: svn commit: r317834 - head/astro/swe Message-ID: <20130511095605.GV32935@e-new.0x20.net> References: <201305101828.r4AISZWi094449@svn.freebsd.org> <20130511091807.GA67148@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OlucDFihBVSxvK/7" Content-Disposition: inline In-Reply-To: <20130511091807.GA67148@FreeBSD.org> X-Editor: VIM - Vi IMproved 7.3 X-Operation-System: FreeBSD 8.3-RELEASE-p5 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Lars Engels , svn-ports-head@FreeBSD.org, 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: Sat, 11 May 2013 09:56:07 -0000 --OlucDFihBVSxvK/7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 11, 2013 at 09:18:07AM +0000, Alexey Dokuchaev wrote: > On Fri, May 10, 2013 at 06:28:35PM +0000, Lars Engels wrote: > > New Revision: 317834 > > URL: http://svnweb.freebsd.org/changeset/ports/317834 > >=20 > > @@ -24,6 +24,10 @@ post-patch: > > -e 's|CFLAGS =3D|CFLAGS ?=3D|' \ > > ${WRKSRC}/Makefile > > =20 > > +.if ${OSVERSION} >=3D 100000 > > + @${REINPLACE_CMD} -e 's|-O9|-O3|' ${WRKSRC}/Makefile > > +.endif >=20 > Any reason for this fix being conditional on OSVERSION? I assumed that -O9 didn't work with CLANG on current, but I just checked this and the port gets automatically build with -O2. I'll talk about it with the PR submitter if it's necessary. Thanks for your feedback. --OlucDFihBVSxvK/7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlGOFbUACgkQKc512sD3afgHRACfRQiw4tOyBpoTdmUkISHX2Npr gCkAmQEQxrgiTS3FOKLKIlCcJbOIMlcG =S/3y -----END PGP SIGNATURE----- --OlucDFihBVSxvK/7--