From owner-cvs-all@FreeBSD.ORG Fri Dec 2 11:30:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F40C116A41F for ; Fri, 2 Dec 2005 11:30:13 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id EFC9943D55 for ; Fri, 2 Dec 2005 11:30:11 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 02 Dec 2005 11:30:10 -0000 Received: from unknown (EHLO zi025.glh.mhn.de) [129.187.43.241] by mail.gmx.net (mp019) with SMTP; 02 Dec 2005 12:30:10 +0100 X-Authenticated: #147403 Received: by zi025.glh.mhn.de (Postfix, from userid 1000) id 070CDC312; Fri, 2 Dec 2005 12:30:24 +0100 (CET) Date: Fri, 2 Dec 2005 12:30:24 +0100 From: Simon Barner To: Michael Johnson Message-ID: <20051202113024.GC398@zi025.glh.mhn.de> References: <200512020544.jB25iMwm021177@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yVhtmJPUSI46BTXb" Content-Disposition: inline In-Reply-To: <200512020544.jB25iMwm021177@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Y-GMX-Trusted: 0 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/firefox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 11:30:14 -0000 --yVhtmJPUSI46BTXb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Michael Johnson wrote: > - Disable svg support on 5.3 and lower to fix build with a gcc bug. This should read: "on 5.4 and lower", shouldn't it? > http://cvsweb.FreeBSD.org/ports/www/firefox/Makefile.diff?r1=3D1.140&r2= =3D1.141&f=3Dh @@ -48,6 +46,10 @@ OPTIONS=3D NEWTAB "Open external links in=20 =20 .if ${ARCH} =3D=3D "alpha" && ${OSVERSION} < 500035 IGNORE=3D core dumps on alpha during post-build +.endif + +.if ${OSVERSION} >=3D 504101 +MOZ_OPTIONS+=3D --enable-svg --enable-svg-renderer=3Dcairo .endif =20 .if ${PERL_LEVEL} < 500600 --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --yVhtmJPUSI46BTXb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDkDBQCkn+/eutqCoRArY2AJ4yatnkmKOlZfMoFZ+iwWqh6O2H+wCgyLgB qa9OuxMLNnae1/O3q3d6TMs= =2LC0 -----END PGP SIGNATURE----- --yVhtmJPUSI46BTXb--