summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortnn <tnn>2010-11-13 11:54:43 +0000
committertnn <tnn>2010-11-13 11:54:43 +0000
commit8a6b7e07b782ef6e94c8a8030faed54fdf3e71b6 (patch)
treeb895bc7a195da7258ebd820101229df2b7293c86 /www
parentede6ed9807c3ad78dd7fa0594f432da47a4c2264 (diff)
downloadpkgsrc-8a6b7e07b782ef6e94c8a8030faed54fdf3e71b6.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.
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile3
-rw-r--r--www/seamonkey/Makefile3
2 files changed, 4 insertions, 2 deletions
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