From nobody@FreeBSD.org  Fri Sep 18 10:40:34 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1E654106566C
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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" <h.skuhra@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/conky: Iinstallation fails when WITH_XMMS2 is defined
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: ntarmos@cs.uoi.gr

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 18 10:50:01 UTC 2009
>Closed-Date:    Fri Sep 18 19:49:41 UTC 2009
>Last-Modified:  Fri Sep 18 19:50:03 UTC 2009
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Sep 18 10:50:11 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138936 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ntarmos@cs.uoi.gr
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138936: sysutils/conky: Iinstallation fails when WITH_XMMS2 is defined
Date: Fri, 18 Sep 2009 10:50:10 UT

 Maintainer of sysutils/conky,
 
 Please note that PR ports/138936 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138936
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Sep 18 19:49:40 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138936 

From: "Herbert J. Skuhra" <h.skuhra@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138936: sysutils/conky: Iinstallation fails when WITH_XMMS2 
	is defined
Date: Fri, 18 Sep 2009 21:40:39 +0200

 --0015175cdcfc87bdea0473df4e39
 Content-Type: text/plain; charset=UTF-8
 
 Hi!
 
 There is another problem with this port. It does not build when
 WITH_BMPX is defined:
 
 In file included from bmpx.c:30:
 conky.h:69:18: error: bmpx.h: No such file or directory
 In file included from bmpx.c:30:
 
 I tried to add this file from the git repo. But then there is another
 build error.
 
 Updated patch attached (Mark IGNORE when WITH_BMPX is used).
 
 - Herbert
 
 --0015175cdcfc87bdea0473df4e39
 Content-Type: application/octet-stream; name="Makefile_conky_2.diff"
 Content-Disposition: attachment; filename="Makefile_conky_2.diff"
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_fzrc3t8y0
 
 LS0tIE1ha2VmaWxlLmJhawkyMDA5LTA5LTE3IDIzOjMzOjA0LjAwMDAwMDAwMCArMDIwMAorKysg
 TWFrZWZpbGUJMjAwOS0wOS0xOCAyMTowODowMC4wMDAwMDAwMDAgKzAyMDAKQEAgLTYxLDYgKzYx
 LDcgQEAKIC5lbmRpZgogCiAuaWYgZGVmaW5lZChXSVRIX0JNUFgpCitJR05PUkU9CQkJSGVhZGVy
 IGZpbGUgKGJtcHguaCkgbWlzc2luZwogQlVJTERfREVQRU5EUys9CQliZWVwLW1lZGlhLXBsYXll
 ci0yOiR7UE9SVFNESVJ9L211bHRpbWVkaWEvYm1weAogUlVOX0RFUEVORFMrPQkJYmVlcC1tZWRp
 YS1wbGF5ZXItMjoke1BPUlRTRElSfS9tdWx0aW1lZGlhL2JtcHgKIExJQl9ERVBFTkRTKz0JCWRi
 dXMtMS4zOiR7UE9SVFNESVJ9L2RldmVsL2RidXMKQEAgLTk1LDcgKzk2LDcgQEAKIC5lbmRpZgog
 CiAuaWYgZGVmaW5lZChXSVRIX1hNTVMyKQotTElCX0RFUEVORFMrPQkJeG1tc2NsaWVudC40OiR7
 UE9SVFNESVJ9L2F1ZGlvL3htbXMyCitMSUJfREVQRU5EUys9CQl4bW1zY2xpZW50LjU6JHtQT1JU
 U0RJUn0vYXVkaW8veG1tczIKIENPTkZJR1VSRV9BUkdTKz0JLS1lbmFibGUteG1tczIKIC5lbHNl
 CiBDT05GSUdVUkVfQVJHUys9CS0tZGlzYWJsZS14bW1zMgo=
 --0015175cdcfc87bdea0473df4e39--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138936: commit references a PR
Date: Fri, 18 Sep 2009 19:49:38 +0000 (UTC)

 miwi        2009-09-18 19:49:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/conky       Makefile 
   Log:
   - Chase audio/xmms2 shlib bump
   
   PR:             138936
   Submitted by:   "Herbert J. Skuhra" <h.skuhra@gmail.com>
   Feature safe: yes
   
   Revision  Changes    Path
   1.47      +1 -1      ports/sysutils/conky/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
