From fe4ef05f74a6cfe503994d3c57f93c01c18d8caa Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 27 Jul 2008 20:21:31 +0000 Subject: 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 --- www/firefox3/Makefile | 21 +++++++++++---------- www/firefox3/files/patch-build_unix_run-mozilla.sh | 12 ------------ 2 files changed, 11 insertions(+), 22 deletions(-) delete mode 100644 www/firefox3/files/patch-build_unix_run-mozilla.sh (limited to 'www/firefox3') 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+"$@"} -- cgit