From nobody@FreeBSD.org  Fri Jun 18 20:44:49 2010
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 C21551065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 Jun 2010 20:44:49 +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 B1E6B8FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 Jun 2010 20:44:49 +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 o5IKinLT085851
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 Jun 2010 20:44:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o5IKinGN085850;
	Fri, 18 Jun 2010 20:44:49 GMT
	(envelope-from nobody)
Message-Id: <201006182044.o5IKinGN085850@www.freebsd.org>
Date: Fri, 18 Jun 2010 20:44:49 GMT
From: Andrius Morkunas <hinokind@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] multimedia/xmms-weasel fix depends
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: narayannewton@gmail.com

>Number:         147982
>Category:       ports
>Synopsis:       [patch] multimedia/xmms-weasel fix depends
>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 Jun 18 20:50:02 UTC 2010
>Closed-Date:    Mon Aug 09 16:24:13 UTC 2010
>Last-Modified:  Mon Aug 09 16:24:13 UTC 2010
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
Add missing dependencies.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN multimedia/xmms-weasel.orig/Makefile multimedia/xmms-weasel/Makefile
--- multimedia/xmms-weasel.orig/Makefile	2009-09-02 15:01:46.000000000 +0000
+++ multimedia/xmms-weasel/Makefile	2010-06-18 20:42:08.566157494 +0000
@@ -16,10 +16,16 @@
 
 BUILD_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
 RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS=	pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \
+		xcb.2:${PORTSDIR}/x11/libxcb
 
 GNU_CONFIGURE=	yes
+USE_GETTEXT=	yes
 USE_GMAKE=	yes
+USE_GNOME=	gtk12
+USE_ICONV=	yes
 USE_LDCONFIG=	yes
+USE_XORG=	x11 xau xdmcp xext xi
 
 PLIST_FILES=	lib/xmms/General/libweasel.la \
 		lib/xmms/General/libweasel.so


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jun 18 20:50:12 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: narayannewton@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/147982: [patch] multimedia/xmms-weasel fix depends
Date: Fri, 18 Jun 2010 20:50:10 UT

 Maintainer of multimedia/xmms-weasel,
 
 Please note that PR ports/147982 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/147982
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Mon Aug 9 16:23:46 UTC 2010 
State-Changed-Why:  
Same as ports/147973 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147982 
>Unformatted:
