ports/119028: audio/rhythmbox fix dependency

Dima Panov fluffy at fluffy.khv.ru
Wed Dec 26 04:00:05 UTC 2007


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



More information about the freebsd-ports-bugs mailing list