From owner-freebsd-ports@FreeBSD.ORG Tue Oct 4 18:29:34 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D664106564A for ; Tue, 4 Oct 2011 18:29:34 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmfepo203.cox.net (fed1rmfepo203.cox.net [68.230.241.148]) by mx1.freebsd.org (Postfix) with ESMTP id DAD628FC0C for ; Tue, 4 Oct 2011 18:29:33 +0000 (UTC) Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmfepo203.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20111004182933.CWKA3768.fed1rmfepo203.cox.net@fed1rmimpo01.cox.net>; Tue, 4 Oct 2011 14:29:33 -0400 Received: from dell64 ([72.220.91.219]) by fed1rmimpo01.cox.net with bizsmtp id giVZ1h00K4jy6EY03iVZkf; Tue, 04 Oct 2011 14:29:33 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020209.4E8B508D.00B8,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=XdbPDGv6iT76Ln+URUviy1cMTZ8Xsv+LLtHm2N5DBds= c=1 sm=1 a=cYIKOJWxT4EA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=olICo1sKaMXbpqbYUd6B5g==:17 a=c1e-xJKJAAAA:8 a=ZK-V8JMuIqWpIleCKfMA:9 a=mM4YbO05WrICATo9ja8A:7 a=CjuIK1q_8ugA:10 a=B1HB4o38Q4kA:10 a=olICo1sKaMXbpqbYUd6B5g==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Tue, 4 Oct 2011 11:29:28 -0700 From: Robert To: Guido Falsi Message-ID: <20111004112928.1ba65182@dell64> In-Reply-To: <20111004142242.GB82049@megatron.madpilot.net> References: <20111004052739.31c215de@dell64> <20111004142242.GB82049@megatron.madpilot.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@freebsd.org" Subject: Re: Gnash-devel not working with firefox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 18:29:34 -0000 On Tue, 4 Oct 2011 16:22:42 +0200 Guido Falsi wrote: > On Tue, Oct 04, 2011 at 05:27:39AM -0700, Robert wrote: > > Greetings > > > > For some reason gnash-devel is no longer showing as a plugin in > > firefox. I am not sure but it may have started with the last firefox > > upgrade (7.0.1,1). I have rebuilt gnash-devel and firefox to no > > avail. > > > > This is happening on i386 8.2 stable, amd64 8.2 stable and i386 9.0 > > beta 3. Does anyone know if there has been a change? I never had to > > do any softlinks or anything else. I previously just installed > > gnash-devel and check the plugin option and it worked. > > > > Anyone else seeing this? Thanks in advance. > > I'm seeing this with all plugins installed in the global directories. > Looks like Firefox 7 modified something in the search path for > plugins. Truss shows it's not looking in > /usr/local/lib/browser_plugins/symlinks/gecko19 anymore. > > It does look in /usr/local/lib/firefox/plugins. I made the following > symlink in there to have it work again: > > lrwxr-xr-x 1 root wheel 35 Sep 29 14:12 plugins > -> ../browser_plugins/symlinks/gecko19 > > I'm not sure if this one needs to be fixed in the plugin ports or in > the firefox port. > Thanks Guido I was able to get gnash-devel to work with this symlink: libgnashplugin.so -> ../browser_plugins/gnash-devel/libgnashplugin.so in /usr/local/lib/firefox Robert