diff options
author | mezz <mezz@FreeBSD.org> | 2008-07-28 04:21:31 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-07-28 04:21:31 +0800 |
commit | fe4ef05f74a6cfe503994d3c57f93c01c18d8caa (patch) | |
tree | 832b7e0a0f4e52d1a69740c119a28458add3fb73 /www/firefox3 | |
parent | 28ee1055b593e061f1d9d59ea3996eb02cbb53f4 (diff) | |
download | freebsd-ports-gnome-fe4ef05f74a6cfe503994d3c57f93c01c18d8caa.tar.gz freebsd-ports-gnome-fe4ef05f74a6cfe503994d3c57f93c01c18d8caa.tar.zst freebsd-ports-gnome-fe4ef05f74a6cfe503994d3c57f93c01c18d8caa.zip |
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
Diffstat (limited to 'www/firefox3')
-rw-r--r-- | www/firefox3/Makefile | 21 | ||||
-rw-r--r-- | www/firefox3/files/patch-build_unix_run-mozilla.sh | 12 |
2 files changed, 11 insertions, 22 deletions
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+"$@"} |