From nobody@FreeBSD.org  Mon Jan 31 19:41:30 2011
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 E5DD7106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 31 Jan 2011 19:41:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D65C68FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 31 Jan 2011 19:41:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0VJfUvo081207
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 31 Jan 2011 19:41:30 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p0VJfUM1081204;
	Mon, 31 Jan 2011 19:41:30 GMT
	(envelope-from nobody)
Message-Id: <201101311941.p0VJfUM1081204@red.freebsd.org>
Date: Mon, 31 Jan 2011 19:41:30 GMT
From: Grzegorz Blach <magik@roorback.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fixed dependencies in audio/ario
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154421
>Category:       ports
>Synopsis:       Fixed dependencies in audio/ario
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 31 19:50:07 UTC 2011
>Closed-Date:    Tue Feb 01 09:56:52 UTC 2011
>Last-Modified:  Tue Feb  1 10:00:18 UTC 2011
>Originator:     Grzegorz Blach
>Release:        8.2-RC1
>Organization:
>Environment:
FreeBSD silver.nine 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #6 r218099: Sun Jan 30 18:56:31 CET 2011     magik@silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
- Removed audio/musicpd from BUILD_DEPENDS, generally needed for run, but maybe used from remote host, so locally is not required

- Added ftp/curl to LIB_DEPENDS, this is mandatory.



Reported by Romain Tartire

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -x .svn -ruN /var/cache/portshaker/ports/audio/ario/Makefile audio/ario/Makefile
--- /var/cache/portshaker/ports/audio/ario/Makefile	2010-07-28 15:24:15.000000000 +0200
+++ audio/ario/Makefile	2011-01-31 20:35:50.129220717 +0100
@@ -14,12 +14,12 @@
 COMMENT=	Ario is a GTK2 client for MPD
 
 LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls \
+		curl:${PORTSDIR}/ftp/curl \
 		notify:${PORTSDIR}/devel/libnotify \
 		soup:${PORTSDIR}/devel/libsoup22 \
 		tag_c:${PORTSDIR}/audio/taglib \
 		unique-1.0:${PORTSDIR}/x11-toolkits/unique \
 		mpdclient:${PORTSDIR}/audio/libmpdclient
-BUILD_DEPENDS=	mpd:${PORTSDIR}/audio/musicpd
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-avahi		# without this ario don't build


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Tue Feb 1 09:56:43 UTC 2011 
State-Changed-Why:  
committed, thanks 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154421: commit references a PR
Date: Tue,  1 Feb 2011 09:54:46 +0000 (UTC)

 arved       2011-02-01 09:54:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/ario           Makefile 
   Log:
   Fix dependencies:
   -Remove musicpd
   -Add curl
   
   PR:             154421
   Submitted by:   Grzegorz Blach
   Feature safe:   yes
   
   Revision  Changes    Path
   1.9       +2 -1      ports/audio/ario/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:
