From nobody@FreeBSD.org  Wed Jul  2 12:23:40 2008
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 222561065672
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Jul 2008 12:23:40 +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 10C878FC25
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Jul 2008 12:23:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m62CNdZQ096111
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 2 Jul 2008 12:23:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m62CNdsS096102;
	Wed, 2 Jul 2008 12:23:39 GMT
	(envelope-from nobody)
Message-Id: <200807021223.m62CNdsS096102@www.freebsd.org>
Date: Wed, 2 Jul 2008 12:23:39 GMT
From: Rusty Nejdl <rnejdl@ringofsaturn.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mplayer-plugin can't install with firefox3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125182
>Category:       ports
>Synopsis:       [PATCH] www/mplayer-plugin can't install with www/firefox3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 02 12:30:01 UTC 2008
>Closed-Date:    Sun Jan 18 23:31:32 UTC 2009
>Last-Modified:  Sun Jan 18 23:40:01 UTC 2009
>Originator:     Rusty Nejdl
>Release:        7R
>Organization:
>Environment:
FreeBSD tethys.ringofsaturn.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat May 17 14:12:37 CDT 2008     root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN  i386
>Description:
mplayer-plugin depends on libgtkembedmoz.so.  This file is in /usr/local/lib/firefox/libgtkembedmoz.so when building for firefox2.  The Makefile has no provisions to support firefox3 but even more so, when updating the USE_GECKO line to use firefox3, libgtkembededmoz.so doesn't exist in the latest version of firefox.  So, I'm not sure if firefox2 will have to be built to obtain this shared object or not.

Rusty Nejdl
>How-To-Repeat:
Run a make install when you have firefox3 installed instead of firefox2.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 2 12:43:02 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125182 
State-Changed-From-To: open->suspended 
State-Changed-By: marcus 
State-Changed-When: Sat Jul 5 05:49:45 UTC 2008 
State-Changed-Why:  
I do not use Firefox 3.0 yet.  If you want to provide patches to allow 
mplayer-plugin to work with FF 3, I will gladly accept them. 

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

From: Henrik Brix Andersen <brix@FreeBSD.org>
To: bug-followup@FreeBSD.org, rnejdl@ringofsaturn.com
Cc:  
Subject: Re: ports/125182: www/mplayer-plugin can't install with
	www/firefox3
Date: Wed, 7 Jan 2009 14:31:41 +0100

 Here's a simple patch for making www/mplayer-plugin install and work
 with www/xulrunner (which, in effect, makes it compatible with the way
 FF3 plug-in are to be built).
 
 Apply the patch and build the port with WITH_GECKO=xulrunner set and
 it will pull in www/xulrunner instead of www/firefox.
 
 The resulting plug-in will still be placed in
 /usr/local/lib/browser_plugins/ but will have to be manually
 copied/symlinked to e.g. ~/.mozilla/plugins/ since our FF3 port
 currently doesn't look for plug-ins in
 /usr/local/lib/browser_plugins/.
 
 Index: Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/www/mplayer-plugin/Makefile,v
 retrieving revision 1.60
 diff -u -p -r1.60 Makefile
 --- Makefile	5 Jul 2008 05:49:21 -0000	1.60
 +++ Makefile	7 Jan 2009 13:24:25 -0000
 @@ -17,7 +17,7 @@ RUN_DEPENDS=	mplayer:${PORTSDIR}/multime
  
  USE_GETTEXT=	yes
  USE_GMAKE=	yes
 -USE_GECKO=	firefox mozilla seamonkey
 +USE_GECKO=	firefox mozilla seamonkey xulrunner
  PLUGINSFILES=	mplayerplug-in.so mplayerplug-in.xpt mplayerplug-in-wmp.so \
  		mplayerplug-in-qt.so mplayerplug-in-rm.so \
  		mplayerplug-in-gmp.so mplayerplug-in-wmp.xpt \
 
 
 -- 
 Henrik Brix Andersen <brix@FreeBSD.org>
State-Changed-From-To: suspended->open 
State-Changed-By: brix 
State-Changed-When: Wed Jan 7 18:35:06 UTC 2009 
State-Changed-Why:  
Reopening after having submitted requested patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125182 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Jan 18 23:31:10 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125182: commit references a PR
Date: Sun, 18 Jan 2009 23:31:14 +0000 (UTC)

 marcus      2009-01-18 23:31:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mplayer-plugin   Makefile 
   Log:
   Add xulrunner support.
   
   PR:             125182
   Submitted by:   brix
   
   Revision  Changes    Path
   1.62      +1 -1      ports/www/mplayer-plugin/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
