From mueller23@insightbb.com  Thu Nov  1 08:35:33 2012
Return-Path: <mueller23@insightbb.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 01666B9F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Nov 2012 08:35:33 +0000 (UTC)
	(envelope-from mueller23@insightbb.com)
Received: from mail.insightbb.com (smtp.insight.synacor.com [208.47.185.22])
	by mx1.freebsd.org (Postfix) with ESMTP id AFCE68FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Nov 2012 08:35:32 +0000 (UTC)
Received: from [74.130.198.7] ([74.130.198.7:54270] helo=localhost)
	by mail.insightbb.com (envelope-from <mueller23@insightbb.com>)
	(ecelerity 2.2.3.49 r(42060/42061)) with ESMTP
	id BF/6B-23131-15432905; Thu, 01 Nov 2012 04:35:30 -0400
Message-Id: <BF.6B.23131.15432905@smtp02.insight.synacor.com>
Date: Thu, 01 Nov 2012 04:35:29 -0400
From: "Thomas Mueller" <t.mueller1@insightbb.com>
Reply-To: "Thomas Mueller" <t.mueller1@insightbb.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: <No Subject>
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         173258
>Category:       ports
>Synopsis:       graphics/gnash port has dependency problem with libxul19
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 01 08:40:00 UTC 2012
>Closed-Date:    Mon Dec 10 06:04:00 CET 2012
>Last-Modified:  Mon Dec 10 06:04:00 CET 2012
>Originator:     Thomas Mueller
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD amelia2 9.0-STABLE FreeBSD 9.0-STABLE #11: Tue Jun 26 09:38:53 UTC 2012 root@amelia2:/usr/obj/usr/src/sys/SANDY amd64


	<machine, os, target, libraries (multiple lines)>
>Description:
	graphics/gnash port has dependency for www/libxul19, the newer www/libxul does not work because of a file, /usr/local/lib/libxul/xipda , presemt with www/libxul19 but not www/libxul .

www/libxul 19 will not install when libxul is installed because of conflict, but even without libxul will not install because of vulnerability.

So graphics/gnash will not install or upgrade.

>How-To-Repeat:
Try to build graphics/gnash, or upgrade with portmaster

>Fix:

None that I am aware of


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 2 01:42:37 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173258 
State-Changed-From-To: open->analyzed 
State-Changed-By: dinoex 
State-Changed-When: Fri Nov 2 21:22:24 CET 2012 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=173258 
State-Changed-From-To: analyzed->feedback 
State-Changed-By: dinoex 
State-Changed-When: Fri Nov 2 21:22:52 CET 2012 
State-Changed-Why:  

Please try this patch 

Index: Makefile 
=================================================================== 
--- Makefile    (revision 306835) 
+++ Makefile    (working copy) 
@@ -105,8 +105,8 @@ 
.include "${PORTSDIR}/www/firefox/Makefile.webplugins" 
PLIST_SUB+=	NPAPI="" 
CONFIGURE_ARGS+=--with-npapi-plugindir="${WEBPLUGINS_DIR}" 
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul19 
-RUN_DEPENDS+=	${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul19 
+BUILD_DEPENDS+=	${LOCALBASE}/bin/xulrunner:${PORTSDIR}/www/libxul 
+RUN_DEPENDS+=	${LOCALBASE}/bin/xulrunner:${PORTSDIR}/www/libxul 
.else 
PLIST_SUB+=	   NPAPI="@comment " 
CONFIGURE_ARGS+=	--disable-npapi 


http://www.freebsd.org/cgi/query-pr.cgi?pr=173258 
State-Changed-From-To: feedback->closed 
State-Changed-By: dinoex 
State-Changed-When: Mon Dec 10 06:03:41 CET 2012 
State-Changed-Why:  
committed, thanks. 

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