diff options
author | beat <beat@FreeBSD.org> | 2011-03-24 19:04:17 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-03-24 19:04:17 +0800 |
commit | 1d7d4e488934fcd554a827857ea25169ada3da7f (patch) | |
tree | e2a0e224910ccacedaabc230dd6293d04971074d /www/firefox | |
parent | f44b6d69c48f567877dd0a833d741a98c50f9ed6 (diff) | |
download | freebsd-ports-gnome-1d7d4e488934fcd554a827857ea25169ada3da7f.tar.gz freebsd-ports-gnome-1d7d4e488934fcd554a827857ea25169ada3da7f.tar.zst freebsd-ports-gnome-1d7d4e488934fcd554a827857ea25169ada3da7f.zip |
- Re-add MOZILLA_NAME to fix desktop entry [1]
- Fix leftover from Firefox 3.x in MOZ_PLUGIN_PATH [2]
- Bump PORTREVISION
Submitted by: Denny Lin <dennylin93 AT hs.ntnu.edu.tw> [1],
Jan Henrik Sylvester <me AT janh.de> [2]
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/files/patch-build_unix_run-mozilla.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 05e2e5b11a52..05e4f3464702 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -7,6 +7,7 @@ PORTNAME= firefox DISTVERSION= 4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -22,6 +23,7 @@ USE_AUTOTOOLS= autoconf213 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -png -nss -dbm -jpeg -xft +MOZILLA_NAME= Firefox MOZ_TOOLKIT= cairo-gtk2 GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \ lib/${MOZILLA}/include lib/${MOZILLA}/lib diff --git a/www/firefox/files/patch-build_unix_run-mozilla.sh b/www/firefox/files/patch-build_unix_run-mozilla.sh index 92777d76a378..aae079e55456 100644 --- a/www/firefox/files/patch-build_unix_run-mozilla.sh +++ b/www/firefox/files/patch-build_unix_run-mozilla.sh @@ -4,7 +4,7 @@ export MOZILLA_FIVE_HOME LD_LIBRARY_PATH export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH -+MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox3 ++MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox +export MOZ_PLUGIN_PATH + if [ $moz_debug -eq 1 ] |