Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2011 19:41:30 GMT
From:      Grzegorz Blach <magik@roorback.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154421: Fixed dependencies in audio/ario
Message-ID:  <201101311941.p0VJfUM1081204@red.freebsd.org>
Resent-Message-ID: <201101311950.p0VJo7TT053289@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154421
>Category:       ports
>Synopsis:       Fixed dependencies in audio/ario
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 31 19:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>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 Tartière

>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101311941.p0VJfUM1081204>