ports/189024: audio/wmauda: conflict between gtk2 and gtk3

Gary Palmer gnats-freebsd at in-addr.com
Sat Apr 26 15:10:02 UTC 2014


>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:


More information about the freebsd-ports-bugs mailing list