From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 26 15:10:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 629637DD for ; Sat, 26 Apr 2014 15:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2292114FC for ; Sat, 26 Apr 2014 15:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QFA1ah030817 for ; Sat, 26 Apr 2014 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3QFA18Y030816; Sat, 26 Apr 2014 15:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 26 Apr 2014 15:10:01 GMT Resent-Message-Id: <201404261510.s3QFA18Y030816@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gary Palmer 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 ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189024: audio/wmauda: conflict between gtk2 and gtk3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 15:10:02 -0000 >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 >Release-Note: >Audit-Trail: >Unformatted: