diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-10 07:29:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-10 07:29:35 +0000 |
commit | de89e69ea6a6d204338b47ad0ea48f800d1ea29c (patch) | |
tree | 5d14b608387c91e3d6e00975fc1b5ef5c9150d98 /www/firefox35 | |
parent | 2befbde59e05c86d0359ad2222c2dcb579e3cebc (diff) | |
download | ports-de89e69ea6a6d204338b47ad0ea48f800d1ea29c.tar.gz ports-de89e69ea6a6d204338b47ad0ea48f800d1ea29c.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
Notes
Notes:
svn path=/head/; revision=144777
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 2 | ||||
-rw-r--r-- | www/firefox35/files/mozconfig.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 857f950a868b..9474efdf1e2a 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} diff --git a/www/firefox35/files/mozconfig.in b/www/firefox35/files/mozconfig.in index 57f2d808beb0..0ca3dff21f93 100644 --- a/www/firefox35/files/mozconfig.in +++ b/www/firefox35/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 |