ports/165763: [PATCH] audio/prokyon3: Remove audio/libmusicbrainz dependency

Jason E. Hale bsdkaffee at gmail.com
Tue Mar 6 00:40:07 UTC 2012


>Number:         165763
>Category:       ports
>Synopsis:       [PATCH] audio/prokyon3: Remove audio/libmusicbrainz dependency
>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:   Tue Mar 06 00:40:06 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 audio/libmusicbrainz support from audio/prokyon3
- audio/libmusicbrainz is deprecated as the MusicBrainz RDF webservice is no
  longer functional
	
>How-To-Repeat:
- Use attached diff
	
>Fix:

	

--- 2012-03-05-prokyon3.diff begins here ---
diff -ruN prokyon3.orig/Makefile prokyon3/Makefile
--- prokyon3.orig/Makefile	2012-03-05 19:19:26.000000000 -0500
+++ prokyon3/Makefile	2012-03-05 19:25:11.000000000 -0500
@@ -7,7 +7,7 @@
 
 PORTNAME=	prokyon3
 PORTVERSION=	0.9.6
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
@@ -18,7 +18,6 @@
 		bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	FLAC.10:${PORTSDIR}/audio/flac \
 		mad.2:${PORTSDIR}/audio/libmad \
-		musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
 		vorbis.4:${PORTSDIR}/audio/libvorbis \
 		tag.1:${PORTSDIR}/audio/taglib
 RUN_DEPENDS=	${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
@@ -32,7 +31,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-other-includes=${LOCALBASE}/include \
 		--with-other-libs=${LOCALBASE}/lib \
-		--without-mixxx --without-musicextras
+		--without-mixxx --without-musicextras \
+		--without-musicbrainz
 MAKE_ARGS=	LIBS="-lqt-mt ${PTHREAD_LIBS}"
 
 .include <bsd.port.pre.mk>
--- 2012-03-05-prokyon3.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list