aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-10-10 15:29:35 +0800
committermarcus <marcus@FreeBSD.org>2005-10-10 15:29:35 +0800
commit2e088cae3703462b485a7833168c60b5fae77b40 (patch)
treec8af2f41e4960a682ce1b3a3bfa133281bca2c07 /www/firefox-esr/files
parent1f87cc4426a3cb2bf50f4ef0a5597124305a0085 (diff)
downloadfreebsd-ports-gnome-2e088cae3703462b485a7833168c60b5fae77b40.tar.gz
freebsd-ports-gnome-2e088cae3703462b485a7833168c60b5fae77b40.tar.zst
freebsd-ports-gnome-2e088cae3703462b485a7833168c60b5fae77b40.zip
Partially revert the previous commit. Firefox can only build with specific
extensions (in particular typeaheadfind breaks Find [go figure]). It is safer to use a specific list of extensions with Firefox 1.0.x. It looks like they've made this better in 1.5, and set a reasonable default list of extensions. Basically, we're back to the previous 1.0.7_1,1 set of extensions with the addition of negotiateauth. Reported by: many
Diffstat (limited to 'www/firefox-esr/files')
-rw-r--r--www/firefox-esr/files/mozconfig.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/files/mozconfig.in b/www/firefox-esr/files/mozconfig.in
index 57f2d808beb0..0ca3dff21f93 100644
--- a/www/firefox-esr/files/mozconfig.in
+++ b/www/firefox-esr/files/mozconfig.in
@@ -50,7 +50,7 @@ ac_add_options --disable-installer
ac_add_options --enable-single-profile
ac_add_options --disable-profilesharing
ac_add_options --enable-image-decoders=all
-ac_add_options --enable-extensions="default"
+ac_add_options --enable-extensions="cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,p3p,gnomevfs,negotiateauth"
######################################################################
# conditional from port Makefile
#if test -n "$WITH_REORDER"; then