From nobody@FreeBSD.org  Sat Apr 26 15:08:52 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 6B8887C4
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2014 15:08:52 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 57AF114F0
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2014 15:08:52 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QF8pbg002891
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2014 15:08:51 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3QF8pKE002886;
	Sat, 26 Apr 2014 15:08:51 GMT
	(envelope-from nobody)
Message-Id: <201404261508.s3QF8pKE002886@cgiserv.freebsd.org>
Date: Sat, 26 Apr 2014 15:08:51 GMT
From: Gary Palmer <gnats-freebsd@in-addr.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: audio/wmauda: conflict between gtk2 and gtk3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189024
>Category:       ports
>Synopsis:       audio/wmauda: conflict between gtk2 and gtk3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 26 15:10:01 UTC 2014
>Closed-Date:    
>Last-Modified:  Sat Apr 26 15:10:13 UTC 2014
>Originator:     Gary Palmer
>Release:        9.2-RELEASE-p3
>Organization:
>Environment:
>Description:
audio/wmauda pulls in the libraries audacious uses, but it doesn't need to.  audacious now uses gtk3, which conflicts with the gtk2 code used by wmauda
>How-To-Repeat:
cd /usr/ports/audio/wmauda/
make all install clean
wmauda

read error emssage
>Fix:


Patch attached with submission follows:

Index: audio/wmauda/Makefile
===================================================================
--- audio/wmauda/Makefile	(revision 352205)
+++ audio/wmauda/Makefile	(working copy)
@@ -26,7 +26,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e "/^MANPAGE_DIR.*:=/s,:=.*,:= ${MAN1PREFIX}/man/man1," \
-			  -e 's,audacious,& audclient dbus-glib-1,' \
+			  -e 's,audacious,audclient dbus-glib-1,' \
 		${WRKSRC}/Makefile
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 26 15:10:13 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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