ports/79115: audio/daapd should depend on mpeg4ip subport

Michael Handler handler at grendel.net
Tue Mar 22 08:20:02 UTC 2005


>Number:         79115
>Category:       ports
>Synopsis:       audio/daapd should depend on mpeg4ip subport
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 08:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Michael Handler
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
funkmaster fantastic
>Environment:
System: FreeBSD monster.grendel.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Dec 3 12:56:56 EST 2004 root at lair.grendel.net:/usr/obj/usr/src/sys/GRENDEL i386
>Description:
If audio/daapd is compiled with the WITH_MPEG4IP option, the port
LIB_DEPENDS on mp4v2 from multimedia/mpeg4ip. However, that compiles
the full player, with an extensively long dependency list, when daapd
only needs libmp4vs, so it should build mpeg4ip-libmp4v2 rather than
the master port.
>How-To-Repeat:
>Fix:
--- /usr/ports/audio/daapd/Makefile	Sun Nov 21 14:34:44 2004
+++ Makefile	Tue Mar 22 03:12:30 2005
@@ -51,7 +51,7 @@
 .endif
 
 .ifdef(WITH_MPEG4IP)
-LIB_DEPENDS+=	mp4v2:${PORTSDIR}/multimedia/mpeg4ip
+LIB_DEPENDS+=	mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
 MAKE_ENV+=	MPEG4_ENABLE=1
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list