Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2010 14:36:39 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r444 - branches/experimental/www/seamonkey2 trunk/www/seamonkey2
Message-ID:  <201011281436.oASEadLC078509@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011281436.oASEadLC078509>