Author: beat
Date: Sun Nov 28 14:36:38 2010
New Revision: 444
Log:
- Using cairo 1.10.0 results in not correctly rendered gif and svg 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/seamonkey2/Makefile
trunk/www/seamonkey2/Makefile
Modified: branches/experimental/www/seamonkey2/Makefile
==============================================================================
--- branches/experimental/www/seamonkey2/Makefile Sun Nov 28 12:41:26
2010 (r443)
+++ branches/experimental/www/seamonkey2/Makefile Sun Nov 28 14:36:38
2010 (r444)
@@ -7,6 +7,7 @@
PORTNAME= seamonkey
DISTVERSION= 2.0.10
+PORTREVISION= 1
CATEGORIES?= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source
@@ -37,9 +38,8 @@
--enable-svg \
--enable-application=suite \
--enable-svg-renderer=cairo \
- --enable-system-cairo \
--enable-canvas
-USE_MOZILLA= -png -dbm -jpeg -xft
+USE_MOZILLA= -png -dbm -jpeg -xft -cairo
MOZ_TOOLKIT= cairo-gtk2
MOZILLA_PLIST_DIRS= bin lib
MOZ_PKGCONFIG_FILES=
Modified: trunk/www/seamonkey2/Makefile
==============================================================================
--- trunk/www/seamonkey2/Makefile Sun Nov 28 12:41:26 2010 (r443)
+++ trunk/www/seamonkey2/Makefile Sun Nov 28 14:36:38 2010 (r444)
@@ -7,6 +7,7 @@
PORTNAME= seamonkey
DISTVERSION= 2.0.10
+PORTREVISION= 1
CATEGORIES?= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source
@@ -37,9 +38,8 @@
--enable-svg \
--enable-application=suite \
--enable-svg-renderer=cairo \
- --enable-system-cairo \
--enable-canvas
-USE_MOZILLA= -png -dbm -jpeg -xft
+USE_MOZILLA= -png -dbm -jpeg -xft -cairo
MOZ_TOOLKIT= cairo-gtk2
MOZILLA_PLIST_DIRS= bin lib
MOZ_PKGCONFIG_FILES=
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"