Skip site navigation (1)Skip section navigation (2)
Date:      22 Mar 2005 08:17:44 -0000
From:      Michael Handler <handler@grendel.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lth@FreeBSD.org
Subject:   ports/79115: audio/daapd should depend on mpeg4ip subport
Message-ID:  <20050322081744.9849.qmail@monster.grendel.net>
Resent-Message-ID: <200503220820.j2M8K2Y6080987@freefall.freebsd.org>

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

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



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