From owner-freebsd-gecko@FreeBSD.ORG Fri Sep 30 23:04:21 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 B6F4C106564A; Fri, 30 Sep 2011 23:04:21 +0000 (UTC) (envelope-from xdsl0000474440@inode.at) Received: from mailbackup.inode.at (mailbackup.inode.at [213.229.60.24]) by mx1.freebsd.org (Postfix) with ESMTP id 752F68FC0C; Fri, 30 Sep 2011 23:04:21 +0000 (UTC) Received: from [62.99.145.14] (port=43093 helo=mx.inode.at) by mailbackup.inode.at with esmtp (Exim 4.76) (envelope-from ) id 1R9lin-0001bV-N1; Sat, 01 Oct 2011 00:38:21 +0200 Received: from [85.127.85.74] (port=5907 helo=iznogoud.viz) by smartmx-12.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1R9lil-0000CU-8e; Sat, 01 Oct 2011 00:38:19 +0200 Received: from wolfgang by iznogoud.viz with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1R9lii-0000EF-Fp; Sat, 01 Oct 2011 00:38:16 +0200 From: Wolfgang Jenkner To: Beat =?utf-8?Q?G=C3=A4tzi?= References: <86aa9ps16l.wl%poyopoyo@puripuri.plala.or.jp> <607E4945-B4C3-4613-8F9C-5E4E1BB52542@FreeBSD.org> <864nzustez.wl%poyopoyo@puripuri.plala.or.jp> Mail-Followup-To: Beat =?utf-8?Q?G=C3=A4tzi?= , poyopoyo@puripuri.plala.or.jp, gecko@FreeBSD.org Date: Sat, 01 Oct 2011 00:38:16 +0200 Message-ID: <85d3ehk65j.fsf@iznogoud.viz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 30 Sep 2011 23:04:21 -0000 > +- "/usr/lib/mozilla/plugins"; > ++ "%%LOCALBASE%%/lib/npapi/symlinks/firefox"; This doesn't work for graphics/gnash (and perhaps other plugins): $ (cd /usr/ports/graphics/gnash; make -VWEBPLUGINS_DIR) /usr/local/lib/browser_plugins/gnash $ 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). Wolfgang