From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 18 10:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE28C1065672 for ; Fri, 18 Sep 2009 10:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBF208FC18 for ; Fri, 18 Sep 2009 10:50:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8IAo11J003208 for ; Fri, 18 Sep 2009 10:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8IAo1or003207; Fri, 18 Sep 2009 10:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 18 Sep 2009 10:50:01 GMT Resent-Message-Id: <200909181050.n8IAo1or003207@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, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E654106566C for ; Fri, 18 Sep 2009 10:40:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0ECD28FC08 for ; Fri, 18 Sep 2009 10:40:34 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8IAeXur050011 for ; Fri, 18 Sep 2009 10:40:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n8IAeXEY050009; Fri, 18 Sep 2009 10:40:33 GMT (envelope-from nobody) Message-Id: <200909181040.n8IAeXEY050009@www.freebsd.org> Date: Fri, 18 Sep 2009 10:40:33 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/138936: sysutils/conky: Iinstallation fails when WITH_XMMS2 is defined X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 10:50:01 -0000 >Number: 138936 >Category: ports >Synopsis: sysutils/conky: Iinstallation fails when WITH_XMMS2 is defined >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: Fri Sep 18 10:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 8.0-BETA4 amd64 >Organization: >Environment: FreeBSD oslo.ath.cx 8.0-BETA4 FreeBSD 8.0-BETA4 #1 r197266: Thu Sep 17 13:34:18 CEST 2009 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/SPOOKY amd64 >Description: Installation of sysutils/conky fails, when WITH_XMMS2 is defined. audio/xmms2 installs libxmmslient.5 not libxmmsclient.4. >How-To-Repeat: >Fix: Patch attached. Patch attached with submission follows: --- sysutils/conky/Makefile.bak 2009-09-17 23:33:04.000000000 +0200 +++ sysutils/conky/Makefile 2009-09-17 23:33:38.000000000 +0200 @@ -95,7 +95,7 @@ .endif .if defined(WITH_XMMS2) -LIB_DEPENDS+= xmmsclient.4:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS+= xmmsclient.5:${PORTSDIR}/audio/xmms2 CONFIGURE_ARGS+= --enable-xmms2 .else CONFIGURE_ARGS+= --disable-xmms2 >Release-Note: >Audit-Trail: >Unformatted: