Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2004 15:25:32 +0100 (CET)
From:      "Oleksandr S. Usov" <usov@kvi.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73776: Wrong dependency in k3b port
Message-ID:  <200411101425.iAAEPWgQ099320@kvip88.kvi.nl>
Resent-Message-ID: <200411101430.iAAEUXl4069694@freefall.freebsd.org>

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

>Number:         73776
>Category:       ports
>Synopsis:       Wrong dependency in k3b port
>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 Nov 10 14:30:32 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Oleksandr S. Usov
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kvip88.kvi.nl 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Nov 9 19:03:59 CET 2004 root@kvip88.kvi.nl:/usr/src/sys/i386/compile/KVIP88 i386


	
>Description:
	sysutils/k3b port has a wrong dependency on audio/libid3tag.
	This should be replaced by audio/id3lib
>How-To-Repeat:
	Check configure output
>Fix:
--- Makefile.orig   Wed Nov 10 14:22:13 2004
+++ Makefile    Wed Nov 10 14:55:17 2004
@@ -19,9 +19,10 @@
 RUN_DEPENDS=   cdrecord:${PORTSDIR}/sysutils/cdrtools \
                cdrdao:${PORTSDIR}/sysutils/cdrdao
 LIB_DEPENDS=   mad:${PORTSDIR}/audio/libmad \
-               id3tag:${PORTSDIR}/audio/libid3tag \
+               id3:${PORTSDIR}/audio/id3lib \
                vorbis:${PORTSDIR}/audio/libvorbis \
                FLAC:${PORTSDIR}/audio/flac

>Release-Note:
>Audit-Trail:
>Unformatted:



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