From owner-freebsd-current@FreeBSD.ORG Mon Oct 10 22:16:10 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1006D106564A for ; Mon, 10 Oct 2011 22:16:10 +0000 (UTC) (envelope-from oz@nixil.net) Received: from nixil.net (nixil.net [161.58.222.1]) by mx1.freebsd.org (Postfix) with ESMTP id C477F8FC0C for ; Mon, 10 Oct 2011 22:16:09 +0000 (UTC) Received: from demigorgon.corp.verio.net (fw.oremut02.us.wh.verio.net [198.65.168.24]) (authenticated bits=0) by nixil.net (8.14.4/8.13.6) with ESMTP id p9ALcAaI056841 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Mon, 10 Oct 2011 15:38:13 -0600 (MDT) Message-ID: <4E9365C2.2020909@nixil.net> Date: Mon, 10 Oct 2011 15:38:10 -0600 From: Phil Oleson User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110401 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <8e42ff5adc4823b6a46fb59704a2bca5.squirrel@eternamente.info> <4E90D6CC.1030500@FreeBSD.org> <0c062e2fefcf6a8bc2c436281780cec0.squirrel@eternamente.info> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.2 (nixil.net [161.58.222.1]); Mon, 10 Oct 2011 15:38:13 -0600 (MDT) X-Virus-Scanned: clamav-milter 0.97.2 at nixil.net X-Virus-Status: Clean Subject: Re: flash for 9-beta3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 22:16:10 -0000 On 10/10/11 15:30, Nenhum_de_Nos wrote: > > On Sun, October 9, 2011 13:39, Nenhum_de_Nos wrote: >> >> On Sat, October 8, 2011 20:03, Doug Barton wrote: >>> On 10/08/2011 14:53, Warren Block wrote: >>>> nspluginwrapper needs to be run as the end user. >>> >>> The pkg-message tells them to do that. >> >> ops, haven't seen it though. all the ports cleaned by the "clean" part of >> the command got on my way :( > > I did, no good though. > > FF still says no plugins. > > is it FF 7 compatible ? > > matheus > I ran into this recently. Though I have not figured out a more correct fix.. add this to your .bashrc: export MOZ_PLUGIN_PATH=/usr/local/lib/browser_plugins/symlinks/gecko19:/usr/local/lib/npapi/symlinks/firefox or.. .cshrc setenv MOZ_PLUGIN_PATH /usr/local/lib/browser_plugins/symlinks/gecko19:/usr/local/lib/npapi/symlinks/firefox and flash will work with the newer firefox. -Phil.