Date: Mon, 05 Mar 2012 16:31:42 -0800 (PST) From: "Jason E. Hale" <bsdkaffee@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165763: [PATCH] audio/prokyon3: Remove audio/libmusicbrainz dependency Message-ID: <4f555aee.a81e340a.358a.ffffabc6@mx.google.com> Resent-Message-ID: <201203060040.q260e6qM039317@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f555aee.a81e340a.358a.ffffabc6>