From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 1 11:59:02 2011 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1CE0106566C; Sat, 1 Oct 2011 11:59:02 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0178FC13; Sat, 1 Oct 2011 11:59:01 +0000 (UTC) Received: from [192.168.1.38] (105-99.1-85.cust.bluewin.ch [85.1.99.105]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p91BwOiX092255 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sat, 1 Oct 2011 11:59:00 GMT (envelope-from beat@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=iso-8859-1 From: =?iso-8859-1?Q?Beat_G=E4tzi?= In-Reply-To: Date: Sat, 1 Oct 2011 13:58:22 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <4747E8C2-059F-4EF3-B6C2-CFCE980140DB@FreeBSD.org> References: <86aa9ps16l.wl%poyopoyo@puripuri.plala.or.jp> <607E4945-B4C3-4613-8F9C-5E4E1BB52542@FreeBSD.org> <864nzustez.wl%poyopoyo@puripuri.plala.or.jp> <85d3ehk65j.fsf@iznogoud.viz> To: Wolfgang Jenkner X-Mailer: Apple Mail (2.1244.3) Cc: gecko@FreeBSD.org, poyopoyo@puripuri.plala.or.jp Subject: Re: firefox-7 and environment, startup script X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 11:59:02 -0000 On Oct 1, 2011, at 1:52 PM, Beat G=E4tzi wrote: > On Oct 1, 2011, at 12:38 AM, Wolfgang Jenkner wrote: >>=20 >>> +- "/usr/lib/mozilla/plugins"; >>> ++ "%%LOCALBASE%%/lib/npapi/symlinks/firefox"; >>=20 >> This doesn't work for graphics/gnash (and perhaps other plugins): >>=20 >> $ (cd /usr/ports/graphics/gnash; make -VWEBPLUGINS_DIR) >> /usr/local/lib/browser_plugins/gnash >> $ >>=20 >> The value comes from www/firefox/Makefile.webplugins, I think, and >> actually corresponds to the first component in MOZ_PLUGIN_PATH (see >> www/firefox/files/patch-build_unix_run-mozilla.sh). >=20 > Could you please try this patch: > http://people.freebsd.org/~beat/patches/firefox-7-plugins.patch Please ignore this patch. In the second I've send the mail I realized = that this patch reverts the previous change. So I have to find an other solution. Sorry, Beat=