summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-11-13 11:54:43 +0000
committertnn <tnn@pkgsrc.org>2010-11-13 11:54:43 +0000
commit4d10e9074608f99e9701d8407c56d1809ab18a4d (patch)
treeb895bc7a195da7258ebd820101229df2b7293c86
parent859457ae58d9ba6329927e798d2bd0078922725a (diff)
downloadpkgsrc-4d10e9074608f99e9701d8407c56d1809ab18a4d.tar.gz
Reluctantly switch over to bundled cairo and pixman for mozilla packages,
like other distros have recently done. Bump package revisions. Background: The cairo-1.10 update caused multiple regressions in firefox, such as flickering gif animations and crashes. Mozilla doesn't seem interested in fixing it on the stable branches: https://bugzilla.mozilla.org/show_bug.cgi?id=610107 Other references: https://bugzilla.redhat.com/show_bug.cgi?id=628331 http://bugs.gentoo.org/show_bug.cgi?id=337813 https://bugzilla.mozilla.org/show_bug.cgi?id=597174 This workaround is guaranteed to cause other problems in the long run; so we should attempt to switch back when we move to the mozilla-2.0 branch.
-rw-r--r--devel/xulrunner/Makefile3
-rw-r--r--devel/xulrunner/PLIST15
-rw-r--r--devel/xulrunner/mozilla-common.mk4
-rw-r--r--mail/thunderbird/Makefile3
-rw-r--r--www/firefox/Makefile3
-rw-r--r--www/seamonkey/Makefile3
6 files changed, 24 insertions, 7 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index e41b7cace97..e5c90319b34 100644
--- a/devel/xulrunner/Makefile
+++ b/devel/xulrunner/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2010/10/21 10:27:20 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2010/11/13 11:54:43 tnn Exp $
.include "dist.mk"
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
CATEGORIES= devel www
+PKGREVISION= 1
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://developer.mozilla.org/en/docs/XULRunner
diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST
index 7c2b07806dd..060b8af9dc7 100644
--- a/devel/xulrunner/PLIST
+++ b/devel/xulrunner/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2010/09/09 09:41:21 tnn Exp $
+@comment $NetBSD: PLIST,v 1.25 2010/11/13 11:54:43 tnn Exp $
bin/xulrunner
${PLIST.jit}include/xulrunner/Allocator.h
${PLIST.jit}include/xulrunner/Assembler.h
@@ -17,6 +17,17 @@ include/xulrunner/XPCIDispatch.h
${PLIST.jit}include/xulrunner/avmplus.h
include/xulrunner/base64.h
include/xulrunner/blapit.h
+include/xulrunner/cairo/cairo-deprecated.h
+include/xulrunner/cairo/cairo-features.h
+include/xulrunner/cairo/cairo-ft.h
+include/xulrunner/cairo/cairo-pdf.h
+include/xulrunner/cairo/cairo-platform.h
+include/xulrunner/cairo/cairo-ps.h
+include/xulrunner/cairo/cairo-rename.h
+include/xulrunner/cairo/cairo-version.h
+include/xulrunner/cairo/cairo-xlib-xrender.h
+include/xulrunner/cairo/cairo-xlib.h
+include/xulrunner/cairo/cairo.h
include/xulrunner/cert.h
include/xulrunner/certdb.h
include/xulrunner/certt.h
@@ -2046,6 +2057,8 @@ include/xulrunner/oggz/oggz_write.h
include/xulrunner/p12.h
include/xulrunner/p12plcy.h
include/xulrunner/p12t.h
+include/xulrunner/pixman-version.h
+include/xulrunner/pixman.h
include/xulrunner/pk11func.h
include/xulrunner/pk11pqg.h
include/xulrunner/pk11priv.h
diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk
index be50940a0d5..972deb0e2ee 100644
--- a/devel/xulrunner/mozilla-common.mk
+++ b/devel/xulrunner/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.17 2010/11/03 01:22:36 joerg Exp $
+# $NetBSD: mozilla-common.mk,v 1.18 2010/11/13 11:54:43 tnn Exp $
#
# common Makefile fragment for mozilla packages based on gecko 1.9.1.
#
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --enable-optimize=-O2 --with-pthreads
CONFIGURE_ARGS+= --disable-javaxpcom
CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2
CONFIGURE_ARGS+= --enable-svg --enable-mathml
-CONFIGURE_ARGS+= --enable-system-cairo
+CONFIGURE_ARGS+= --disable-system-cairo
CONFIGURE_ARGS+= --with-system-jpeg
CONFIGURE_ARGS+= --with-system-zlib --with-system-bz2
CONFIGURE_ARGS+= --enable-system-sqlite
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 901616697ac..fef4946a4c9 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.61 2010/11/13 11:05:04 tnn Exp $
+# $NetBSD: Makefile,v 1.62 2010/11/13 11:54:44 tnn Exp $
#
DISTNAME= thunderbird-${TB_VER}.source
PKGNAME= thunderbird-${TB_VER}
TB_VER= 3.1.6
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
EXTRACT_SUFX= .tar.bz2
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 90926ed5a49..0a3ce9ee56d 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.77 2010/10/21 10:27:21 tnn Exp $
+# $NetBSD: Makefile,v 1.78 2010/11/13 11:54:44 tnn Exp $
.include "../../devel/xulrunner/dist.mk"
PKGNAME= firefox-${FIREFOX_VER}
CATEGORIES= www
+PKGREVISION= 1
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://www.mozilla.com/en-US/firefox/
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index a3831fdf9ab..4917915772b 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.42 2010/11/13 10:54:48 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2010/11/13 11:54:44 tnn Exp $
#
DISTNAME= seamonkey-${SM_VER}.source
PKGNAME= seamonkey-${SM_VER}
SM_VER= 2.0.10
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/}
EXTRACT_SUFX= .tar.bz2