diff options
author | tnn <tnn@pkgsrc.org> | 2010-11-13 11:54:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-11-13 11:54:43 +0000 |
commit | 4d10e9074608f99e9701d8407c56d1809ab18a4d (patch) | |
tree | b895bc7a195da7258ebd820101229df2b7293c86 /www | |
parent | 859457ae58d9ba6329927e798d2bd0078922725a (diff) | |
download | pkgsrc-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.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 3 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 3 |
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 |