ports/165749: [PATCH] sysutils/k3b: Remove musicbrainz option

Jason E. Hale bsdkaffee at gmail.com
Mon Mar 5 20:40:09 UTC 2012


>Number:         165749
>Category:       ports
>Synopsis:       [PATCH] sysutils/k3b: Remove musicbrainz option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 20:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason at mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386


	
>Description:
- Remove the audio/libmusicbrainz option from sysutils/k3b
- audio/libmusicbrainz is deprecated as the MusicBrainz RDF webservice is no
  longer functional
	
>How-To-Repeat:
- Use attached diff
	
>Fix:

	

--- 2012-03-05-k3b.diff begins here ---
diff -ruN k3b.orig/Makefile k3b/Makefile
--- k3b.orig/Makefile	2012-03-05 15:17:39.000000000 -0500
+++ k3b/Makefile	2012-03-05 15:19:15.000000000 -0500
@@ -7,7 +7,7 @@
 
 PORTNAME=	k3b
 PORTVERSION=	1.0.5
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	sysutils multimedia kde
 MASTER_SITES=	SF
 
@@ -23,7 +23,8 @@
 CONFIGURE_ARGS=	--with-k3bsetup=no \
 			--without-resmgr \
 			--without-hal \
-			--without-musepack
+			--without-musepack \
+			--without-musicbrainz
 USE_GMAKE=	yes
 USE_CDRTOOLS=	yes
 USE_LDCONFIG=	yes
@@ -36,7 +37,6 @@
 		FLAC "Add audio/flac decoder" On \
 		LAME "Add audio/lame encoder (for mp3 files)" On \
 		LIBDVDREAD "Use libdvdread (for video dvd ripping)" On \
-		MUSICBRAINZ "Use audio/libmusicbrainz music meta database" Off \
 		NORMALIZE "Add Normalize (adjust audio to a std. level)" Off \
 		SOX "Add SoX (more audio encoding formats)" Off \
 		TRANSCODE "Add Transcode (for DVD ripping)" Off \
@@ -85,14 +85,6 @@
 CONFIGURE_ARGS+=	--without-ffmpeg
 .endif
 
-.if defined(WITH_MUSICBRAINZ)
-PLIST_SUB+=	MUSICBRAINZ=""
-LIB_DEPENDS+=	musicbrainz:${PORTSDIR}/audio/libmusicbrainz
-.else
-PLIST_SUB+=	MUSICBRAINZ="@comment "
-CONFIGURE_ARGS+=	--without-musicbrainz
-.endif
-
 .if defined(WITH_LIBDVDREAD)
 PLIST_SUB+=	LIBDVDREAD=""
 LIB_DEPENDS+=	dvdread.4:${PORTSDIR}/multimedia/libdvdread
--- 2012-03-05-k3b.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list