Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 15:08:51 GMT
From:      Gary Palmer <gnats-freebsd@in-addr.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189024: audio/wmauda: conflict between gtk2 and gtk3
Message-ID:  <201404261508.s3QF8pKE002886@cgiserv.freebsd.org>
Resent-Message-ID: <201404261510.s3QFA18Y030816@freefall.freebsd.org>

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

>Number:         189024
>Category:       ports
>Synopsis:       audio/wmauda: conflict between gtk2 and gtk3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>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:
>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:
>Unformatted:



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