[SVN-Commit] r443 - branches/experimental/www/firefox trunk/www/firefox

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sun Nov 28 12:41:33 UTC 2010


Author: beat
Date: Sun Nov 28 12:41:26 2010
New Revision: 443

Log:
- Using cairo 1.10.0 results in not correct rendered gif and svn images:
  https://bugzilla.mozilla.org/show_bug.cgi?id=597174
  https://bugzilla.mozilla.org/show_bug.cgi?id=610107
  Until a proper fix is available use bundled cairo.
- Bump PORTREVISION

PR:		ports/152545
Submitted by:	Zach Thompson <hideo AT lastamericanempire.com>

Modified:
   branches/experimental/www/firefox/Makefile
   trunk/www/firefox/Makefile

Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile	Fri Nov 26 09:44:26 2010	(r442)
+++ branches/experimental/www/firefox/Makefile	Sun Nov 28 12:41:26 2010	(r443)
@@ -7,6 +7,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	3.6.12
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
@@ -21,7 +22,7 @@
 USE_AUTOTOOLS=	autoconf:213
 USE_GECKO=	gecko
 MOZ_PKGCONFIG_FILES=	# empty
-USE_MOZILLA=	-png -nss -dbm -jpeg -xft
+USE_MOZILLA=	-png -nss -dbm -jpeg -xft -cairo
 MOZILLA_NAME=	Firefox${MOZILLA_SUFX}
 MOZILLA_SUFX=	3
 MOZILLA=	${PORTNAME}${MOZILLA_SUFX}

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile	Fri Nov 26 09:44:26 2010	(r442)
+++ trunk/www/firefox/Makefile	Sun Nov 28 12:41:26 2010	(r443)
@@ -7,6 +7,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	3.6.12
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
@@ -21,7 +22,7 @@
 USE_AUTOTOOLS=	autoconf:213
 USE_GECKO=	gecko
 MOZ_PKGCONFIG_FILES=	# empty
-USE_MOZILLA=	-png -nss -dbm -jpeg -xft
+USE_MOZILLA=	-png -nss -dbm -jpeg -xft -cairo
 MOZILLA_NAME=	Firefox${MOZILLA_SUFX}
 MOZILLA_SUFX=	3
 MOZILLA=	${PORTNAME}${MOZILLA_SUFX}


More information about the freebsd-gecko mailing list