From nobody@FreeBSD.org  Wed Jan 21 23:45:54 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2A48E106568D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jan 2009 23:45:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 17E8A8FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jan 2009 23:45:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0LNjrqN068229
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jan 2009 23:45:53 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n0LNjqQX068228;
	Wed, 21 Jan 2009 23:45:52 GMT
	(envelope-from nobody)
Message-Id: <200901212345.n0LNjqQX068228@www.freebsd.org>
Date: Wed, 21 Jan 2009 23:45:52 GMT
From: Steve Franks <bahamasfranks@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: swf-dec plugin should add link in /usr/local/lib/browser_plugins
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130850
>Category:       ports
>Synopsis:       www/swfdec-plugin should add link in /usr/local/lib/browser_plugins
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kwm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 21 23:50:02 UTC 2009
>Closed-Date:    Tue May 12 11:32:20 UTC 2009
>Last-Modified:  Tue May 12 11:32:20 UTC 2009
>Originator:     Steve Franks
>Release:        7.1
>Organization:
>Environment:
FreeBSD dynstant.franks-development.dyndns.biz 7.1-STABLE FreeBSD 7.1-STABLE #1: Mon Jan  5 11:40:17 MST 2009     root@dynstant.franks-development.dyndns.biz:/usr/obj/usr/src/sys/TILDE  i386

>Description:
ports/www/swfdec-plugin(-0.8.2) places the swfdec plugin in /usr/local/lib/browser_plugins/swfdec-plugin/libswfdecmozilla.so where firefox3 is too dumb to find it.

a symlink in browser_plugins/ to ./swfdec-plugin/libswfdecmozilla.so (which is analagous to what diablo-jdk does to link it's plugin) fixed things up right for me.
>How-To-Repeat:
build ports/www/swfdec-plugin, run firefox
>Fix:
add the ports.mk version of this shell command:

[/usr/local/lib/browser_plugins] ln -s swfdec-plugin/libswfdecmozilla.so swfdec-plugin

to ports/www/swfdec-plugin/Makefile

not sure exactly how to do that myself, or I'd do a patch.

>Release-Note:
>Audit-Trail:

From: Steve Franks <bahamasfranks@gmail.com>
To: bug-followup@FreeBSD.org, bahamasfranks@gmail.com
Cc:  
Subject: Re: misc/130850: swf-dec plugin should add link in 
	/usr/local/lib/browser_plugins
Date: Wed, 21 Jan 2009 16:56:23 -0700

 Sorry, forgot a drop-down.  this should have been "ports" instead of "misc"
 
 Steve
Responsible-Changed-From-To: freebsd-bugs->kwm 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jan 22 00:23:10 UTC 2009 
Responsible-Changed-Why:  
Fix category and synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130850 

From: Koop Mast <kwm@rainbow-runner.nl>
To: bug-followup@FreeBSD.org, bahamasfranks@gmail.com
Cc:  
Subject: Re: ports/130850: www/swfdec-plugin should add link in
 /usr/local/lib/browser_plugins
Date: Tue, 07 Apr 2009 19:24:51 +0200

 Is this still a issue?
 It works for me without the symlink.
 
 -Koop
 
State-Changed-From-To: open->feedback 
State-Changed-By: kwm 
State-Changed-When: Tue Apr 7 18:51:53 UTC 2009 
State-Changed-Why:  
Ask if it is still a problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130850 

From: Steve Franks <bahamasfranks@gmail.com>
To: Koop Mast <kwm@rainbow-runner.nl>
Cc: bug-followup@freebsd.org
Subject: Re: ports/130850: www/swfdec-plugin should add link in 
	/usr/local/lib/browser_plugins
Date: Thu, 7 May 2009 22:11:52 -0700

 .On Tue, Apr 7, 2009 at 10:24 AM, Koop Mast <kwm@rainbow-runner.nl> wrote:
 > Is this still a issue?
 > It works for me without the symlink.
 >
 > -Koop
 >
 >
 
 I still have to ln -s /usr/local/lib/browser_plugins
 ~/.mozilla/plugins, but that's a firefox issue, not swfdec.  Used to
 have to make the link in  /usr/local/lib/browser_plugins/swfdec too.
 
 All good as far as I'm concerned.  Maybe I'll issue a new bug against
 firefox for it's link...
 
 Best,
 Steve
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Tue May 12 11:31:43 UTC 2009 
State-Changed-Why:  
Submitter reports it's not an issue anymore 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130850 
>Unformatted:
