summaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2009-11-06 15:44:34 +0000
committertnn <tnn>2009-11-06 15:44:34 +0000
commit65ec2cf5b508001f678b3216cb5c5dda7bfe3e71 (patch)
tree78ff0a24ff56583ba6596f4b040e1df4cac75267 /www/firefox/Makefile
parentcee65d2cb431af711a5bb1009989a0f8bf0b7bca (diff)
downloadpkgsrc-65ec2cf5b508001f678b3216cb5c5dda7bfe3e71.tar.gz
Update to firefox 3.5.5. This is a stability/bugfix update.
pkgsrc changes: - assign devel/xulrunner maintainership to tnn@ - mozilla-common.mk: work around gcc __thread support misdetection on NetBSD - separate distinfo related stuff into dist.mk for sharing with nss & nspr "topcrash" bugs fixed: 468562 "ASSERTION: Inserting multiple children without flushing" 521750 Put a runtime NS_IsMainThread check in nsCycleCollector::Suspect2 ... 524462 startup crash [@ gfxWindowsFontGroup::WhichFontSupportsChar(nsTAr ... 525326 Crashes in gif decoder [@ xul.dll@0x348945][@ xul.dll@0x348864][@ ... 525276 crashes [@ nsDocument::RegisterNamedItems(nsIContent*)]
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 6e3bc3e251f..d08fed13eee 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.61 2009/10/28 11:36:36 tnn Exp $
+# $NetBSD: Makefile,v 1.62 2009/11/06 15:44:34 tnn Exp $
#
-DISTNAME= firefox-${FIREFOX_VER}.source
+.include "../../devel/xulrunner/dist.mk"
PKGNAME= firefox-${FIREFOX_VER}
-FIREFOX_VER= 3.5.4
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://www.mozilla.com/en-US/firefox/
@@ -21,9 +18,6 @@ CONFIGURE_ARGS+= --with-system-libxul
ALL_ENV+= MOZILLA_PKG_NAME=firefox
-DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner/distinfo
-PATCHDIR= ${.CURDIR}/../../devel/xulrunner/patches
-
.include "../../devel/xulrunner/mozilla-common.mk"
.include "options.mk"
@@ -56,7 +50,7 @@ post-install:
> ${WRKDIR}/firefox
${INSTALL_SCRIPT} ${WRKDIR}/firefox ${DESTDIR}${PREFIX}/bin
-BUILDLINK_API_DEPENDS.xulrunner+= xulrunner-1.9.1.4{,nb*}
+BUILDLINK_API_DEPENDS.xulrunner+= xulrunner-1.9.1.5{,nb*}
.include "../../devel/xulrunner/buildlink3.mk"
PLIST_VARS+= gnome
.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome)