Date: Sat, 20 Dec 2008 23:53:03 GMT From: Bengt Ahlgren <bengta@sics.se> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/129803: [PATCH] www/firefox3 does not pick up plugins from /usr/local/lib/browser_plugins Message-ID: <200812202353.mBKNr3Um044139@www.freebsd.org> Resent-Message-ID: <200812210000.mBL006Qr005748@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129803 >Category: ports >Synopsis: [PATCH] www/firefox3 does not pick up plugins from /usr/local/lib/browser_plugins >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 21 00:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Bengt Ahlgren >Release: 7.1-PRERELEASE >Organization: >Environment: FreeBSD P142.sics.se 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Nov 20 00:07:46 CET 2008 bga@P142.sics.se:/usr/obj/usr/src/sys/P142-71 i386 >Description: www/firefox3 (firefox-3.0.5,1) does not automatically pick up plugins from /usr/local/lib/browser_plugins (or /usr/local/lib/browser_linux_plugins) like firefox2 does. >How-To-Repeat: >Fix: Drop attached patch in www/firefox3/files and rebuild. The patch is similar to an already existing FreeBSD patch for firefox2. (Sorry for the .txt extension - workaround to get right mime-type) Patch attached with submission follows: --- build/unix/run-mozilla.sh.orig 2008-12-20 23:58:52.000000000 +0100 +++ build/unix/run-mozilla.sh 2008-12-21 00:05:08.000000000 +0100 @@ -434,6 +434,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+"$@"} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812202353.mBKNr3Um044139>