diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-07-27 20:21:31 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-07-27 20:21:31 +0000 |
commit | 8ef43a22097faabf8694120056a11bd907018733 (patch) | |
tree | 17923cde843c7aa39d31564948e6a792f208054c | |
parent | * Optional (enabled by default) GnomeKeyring integration via PAM. (diff) |
Remove seek for plugins in lib/browser_plugins for now, because a few plugins
that built with Firefox 2 can causes Firefox 3 crashes. We are working on some
changes plugins directory by using www/linux-mplayer-plugin/Makefile.npapi.
Bump the PORTREVISION.
Reported by: a few
Discussed with: my team, FreeBSD GNOME Team
Notes
Notes:
svn path=/head/; revision=217706
-rw-r--r-- | UPDATING | 11 | ||||
-rw-r--r-- | www/firefox3/Makefile | 21 | ||||
-rw-r--r-- | www/firefox3/files/patch-build_unix_run-mozilla.sh | 12 |
3 files changed, 22 insertions, 22 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080727: + AFFECTS: users of www/firefox3 + Author: gnome@FreeBSD.org + + Update to 3.0.1_1,1; it no longer seek for plugins in lib/browser_plugins, + because a few plugins that built with Firefox 2 can causes Firefox 3 + crashes. We are working on make some changes with plugins directory by using + www/linux-mplayer-plugin/Makefile.npapi. If there are few other plugins that + work with Firefox 3 and you would like to use it. You can copy plugins in + ~/.mozilla/plugins or /usr/local/lib/firefox3/plugins by manual for now. + 20080725: AFFECTS: users of x11-fm/nautilus and misc/shared-mime-info AUTHOR: gnome@FreeBSD.org diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 2b053d9f12ac..1b298f83ed35 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -8,6 +8,7 @@ PORTNAME= firefox DISTVERSION= 3.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -101,16 +102,16 @@ port-pre-install: >> ${SYSTEM_PREFS} .endif # !defined(WITHOUT_NEWTAB) -do-install: - if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \ - for jpi in ${JPI_LIST}; do \ - if [ -f $${jpi} ]; then \ - ${LN} -sf $${jpi} \ - ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ; \ - break; \ - fi; \ - done; \ - fi +#do-install: +# if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \ +# for jpi in ${JPI_LIST}; do \ +# if [ -f $${jpi} ]; then \ +# ${LN} -sf $${jpi} \ +# ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ; \ +# break; \ +# fi; \ +# done; \ +# fi post-install: ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps diff --git a/www/firefox3/files/patch-build_unix_run-mozilla.sh b/www/firefox3/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index a5295588ea97..000000000000 --- a/www/firefox3/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Tue Feb 14 19:56:54 2006 -+++ build/unix/run-mozilla.sh Fri Dec 8 15:49:48 2006 -@@ -443,6 +443,9 @@ - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH - -+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins:%%PREFIX%%/lib/browser_linux_plugins -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} |