summaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-09-22 14:14:04 +0000
committerjlam <jlam>2005-09-22 14:14:04 +0000
commit5f78e5e082543e80c4f663a1b5435c3238585211 (patch)
tree904249f4e609176a24b66806361ba383c18078e1 /www/firefox/Makefile
parentb53908eae58f8375ea16005fd8c7777224d3d902 (diff)
downloadpkgsrc-5f78e5e082543e80c4f663a1b5435c3238585211.tar.gz
Update www/firefox and www/firefox-gtk1 to version 1.0.7. Changes from
version 1.0.6 include: * Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens * Fix to prevent URLs passed from external programs from being parsed by the shell (Linux only) * Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement * Fix to restore InstallTrigger.getVersion() for Extension authors * Other stability and security fixes Approved by taya.
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 b02c7b6ef78..2e6d0f4a44a 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,23 +1,17 @@
-# $NetBSD: Makefile,v 1.20 2005/09/17 02:35:19 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/09/22 14:14:04 jlam Exp $
MOZILLA= firefox
EXTRACT_SUFX= .tar.bz2
-PKGREVISION= 3
-
COMMENT= Lightweight gecko-based web browser
_MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
-PKGCONFIG_OVERRIDE+= build/unix/firefox-gtkmozembed.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-js.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-nspr.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-nss.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-plugin.pc
-PKGCONFIG_OVERRIDE+= build/unix/firefox-xpcom.pc
# Some .pc files are filled in by the build process, so we can't fix the
# rpaths until this has happened.
+#
PKGCONFIG_OVERRIDE_STAGE= post-build
+PKGCONFIG_OVERRIDE+= build/unix/*.pc
.include "../../www/firefox/Makefile-firefox.common"
.include "../../mk/bsd.pkg.mk"