Date: Thu, 10 Apr 2008 20:21:33 GMT From: bf <bf2006a@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122636: [PATCH] sysutils/cdrtools-devel: fix build WITH_CDDB (also cdrtools and audio/cripple) Message-ID: <200804102021.m3AKLXvP020304@www.freebsd.org> Resent-Message-ID: <200804102030.m3AKU2VB021490@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122636 >Category: ports >Synopsis: [PATCH] sysutils/cdrtools-devel: fix build WITH_CDDB (also cdrtools and audio/cripple) >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: Thu Apr 10 20:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: Because of a bump in the shared library version, the recent sysutils/libcdio update broke a number of other ports, including: sysutils/cdrtools (WITH_CDDB), sysutils/cdrtools-devel (WITH_CDDB), and audio/cripple. (For the last port, it *ought* to have broken the build, but since the Makefile was already ... well ... crippled -- with LIB_DEPENDS misspelled as LIB_DEPENDES, it didn't make things worse.) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -druN cdrtools-devel.orig/Makefile cdrtools-devel/Makefile --- cdrtools-devel.orig/Makefile 2008-04-09 16:40:00.000000000 -0400 +++ cdrtools-devel/Makefile 2008-04-10 16:11:27.883593022 -0400 @@ -92,7 +92,7 @@ .if exists(${LOCALBASE}/lib/libcdio.a) || defined(WITH_CDDB) WITH_CDDB= yes LIB_DEPENDS+= cddb.4:${PORTSDIR}/audio/libcddb \ - cdio.7:${PORTSDIR}/sysutils/libcdio + cdio.8:${PORTSDIR}/sysutils/libcdio .endif pre-everything:: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804102021.m3AKLXvP020304>