Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2006 19:51:06 +0200 (CEST)
From:      Henrik Brix Andersen <henrik@brixandersen.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104474: www/mozplugger installs to X11BASE, preventing www/firefox from seeing it
Message-ID:  <20061016175106.257F62E04B@fangorn.brixandersen.dk>
Resent-Message-ID: <200610161800.k9GI0Tb4070061@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104474
>Category:       ports
>Synopsis:       www/mozplugger installs to X11BASE, preventing www/firefox from seeing it
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 16 18:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Brix Andersen
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD fangorn.brixandersen.dk 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #20: Mon Oct 16 11:21:02 CEST 2006 root@fangorn.brixandersen.dk:/usr/obj/usr/src/sys/FANGORN i386


	
>Description:
Recent versions of www/firefox was moved from X11BASE to LOCALBASE,
but www/mozplugger still installs to X11BASE, thus preventing
www/firefox from detecting the plug-in.

	
>How-To-Repeat:
Install www/firefox and www/mozplugger, lauch firefox and type
"about:plug-ins" in the URL. Notice that the mozplugger plug-in isn't
listed.

	
>Fix:
The patch below moves www/mozplugger from X11BASE to LOCALBASE.

	

--- mozplugger.diff begins here ---
diff -ur /usr/ports/www/mozplugger/Makefile mozplugger/Makefile
--- /usr/ports/www/mozplugger/Makefile	Fri May 12 13:08:54 2006
+++ mozplugger/Makefile	Mon Oct 16 19:39:28 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	mozplugger
 PORTVERSION=	1.7.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_MOZDEV}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,7 +20,6 @@
 MAN7=		mozplugger.7
 
 USE_XLIB=	yes
-USE_X_PREFIX=	yes
 
 FETCH_CMD=	/usr/bin/fetch -Rr
 
--- mozplugger.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061016175106.257F62E04B>