summaryrefslogtreecommitdiff
path: root/www/firefox-gtk2
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2004-08-10 14:04:01 +0000
committertaya <taya@pkgsrc.org>2004-08-10 14:04:01 +0000
commit23b2e3f8d1ce56b5ddc7b798608058903c33f715 (patch)
treecb68863e3e4afd1be039ca9c1695f97cda1244f5 /www/firefox-gtk2
parentddfc6086475826741bda31c52a547b88fd38af03 (diff)
downloadpkgsrc-23b2e3f8d1ce56b5ddc7b798608058903c33f715.tar.gz
Update firefox & firefox-gtk2 to 0.9.3
firefox 0.9.3 is a security fix release. Fixed bugs are: - lock icon and certificate spoof with onunload document.write (Bugzilla#253121) - Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004) See the page below. http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.2
Diffstat (limited to 'www/firefox-gtk2')
-rw-r--r--www/firefox-gtk2/Makefile33
1 files changed, 2 insertions, 31 deletions
diff --git a/www/firefox-gtk2/Makefile b/www/firefox-gtk2/Makefile
index c7a443a0b87..6151dde12d2 100644
--- a/www/firefox-gtk2/Makefile
+++ b/www/firefox-gtk2/Makefile
@@ -1,39 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2004/07/05 14:25:55 taya Exp $
+# $NetBSD: Makefile,v 1.12 2004/08/10 14:04:01 taya Exp $
MOZILLA= firefox-gtk2
-MOZILLA_BIN= firefox-bin
-MOZ_VER= 0.9.1
-PKGREVISION= 1
-EXTRACT_SUFX= .tar.bz2
-DISTNAME= firefox-${MOZ_VER}-source
-MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \
- ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \
- http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ \
- ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/
-
-HOMEPAGE= http://www.mozilla.org/projects/firefox/
COMMENT= Lightweight gecko-based web browser built with GTK2
-DISTINFO_FILE= ${.CURDIR}/../../www/firefox/distinfo
-PATCHDIR= ${.CURDIR}/../../www/firefox/patches
-
-CONFIGURE_ENV+= MOZ_PHOENIX=1
-MAKE_ENV+= MOZ_PHOENIX=1
-
-CONFIGURE_ARGS+= --disable-mailnews
-CONFIGURE_ARGS+= --disable-composer
-CONFIGURE_ARGS+= --enable-extensions=default,-irc
-
-USE_GCC_SHLIB= yes
-BUILD_MATHML= # defined
MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
-pre-install:
- ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \
- ${WRKSRC}/dist/bin
- ${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \
- ${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt
-
-.include "../../www/mozilla/Makefile.common"
+.include "../../www/firefox/Makefile-firefox.common"