ports/122636: [PATCH] sysutils/cdrtools-devel: fix build WITH_CDDB (also cdrtools and audio/cripple)

bf bf2006a at yahoo.com
Thu Apr 10 20:30:03 UTC 2008


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



More information about the freebsd-ports-bugs mailing list