Date: Wed, 26 Dec 2007 13:50:56 +1000 From: "Dima Panov" <fluffy@fluffy.khv.ru> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/119028: audio/rhythmbox fix dependency Message-ID: <1198641056.42283@Fluffy.Khv.RU> Resent-Message-ID: <200712260400.lBQ404fV096656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119028 >Category: ports >Synopsis: audio/rhythmbox fix dependency >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: Wed Dec 26 04:00:04 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 8.0-800006-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-800006-CURRENT #0: Mon Dec 24 18:38:41 VLAT 2007 root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: audio/rhythmbox doesn't need the whole avahi bundle, avahi-app is enought. >How-To-Repeat: >Fix: --- audio::rhythmbox.diff begins here --- Index: audio/rhythmbox/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/rhythmbox/Makefile,v retrieving revision 1.101 diff -u -r1.101 Makefile --- audio/rhythmbox/Makefile 24 Oct 2007 23:34:50 -0000 1.101 +++ audio/rhythmbox/Makefile 26 Dec 2007 03:37:13 -0000 @@ -81,12 +81,12 @@ .if defined(WITH_DAAP) CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi \ +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app \ gnome-keyring:${PORTSDIR}/security/gnome-keyring PLIST_SUB+= DAAP="" .else .if exists(${LOCALBASE}/lib/libavahi-client.a) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app .endif CONFIGURE_ARGS+= --disable-daap PLIST_SUB+= DAAP="@comment " --- audio::rhythmbox.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1198641056.42283>