- Remove the audio/libmusicbrainz dependency from audio/dcd - audio/libmusicbrainz is deprecated and no longer functions this is one of two ports still depending on it How-To-Repeat: - Use attached diff - Remove: files/patch-mbo.h, files/patch-mbo.c, files-patch-screenop.c
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer.
Author: gahr Date: Mon Aug 6 11:53:17 2012 New Revision: 302168 URL: http://svn.freebsd.org/changeset/ports/302168 Log: - Remove dependency on audio/libmusicbrainz PR: 170303 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Deleted: head/audio/dcd/files/patch-mbo.c head/audio/dcd/files/patch-mbo.h head/audio/dcd/files/patch-screenop.c Modified: head/audio/dcd/Makefile (contents, props changed) head/audio/dcd/files/patch-Makefile (contents, props changed) Modified: head/audio/dcd/Makefile ============================================================================== --- head/audio/dcd/Makefile Mon Aug 6 11:47:16 2012 (r302167) +++ head/audio/dcd/Makefile Mon Aug 6 11:53:17 2012 (r302168) @@ -7,15 +7,14 @@ PORTNAME= dcd PORTVERSION= 0.99.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}player/${PORTNAME}player/${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= A simple, programmable, intelligent CD player -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - cdaudio.1:${PORTSDIR}/audio/libcdaudio +LIB_DEPENDS= cdaudio:${PORTSDIR}/audio/libcdaudio USE_GMAKE= yes Modified: head/audio/dcd/files/patch-Makefile ============================================================================== --- head/audio/dcd/files/patch-Makefile Mon Aug 6 11:47:16 2012 (r302167) +++ head/audio/dcd/files/patch-Makefile Mon Aug 6 11:53:17 2012 (r302168) @@ -1,5 +1,5 @@ ---- Makefile.orig 2003-08-28 03:44:07.000000000 +0200 -+++ Makefile 2008-06-20 21:57:34.000000000 +0200 +--- ./Makefile.orig 2003-08-27 21:44:07.000000000 -0400 ++++ ./Makefile 2012-07-31 18:29:42.000000000 -0400 @@ -1,11 +1,11 @@ ## This is the makefile for dcd, dave's cd player. @@ -23,6 +23,15 @@ +@@ -45,7 +45,7 @@ + ## If you want to disable the network code, try this. It probably doesn't + ## work, but you're welcome to try ... Just comment out the next line. + +-NETWORK = 1 ++# NETWORK = 1 + + ## Here be dragons... (Non-configurable parts past here.) + @@ -94,10 +94,10 @@ all: ${PROGS} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!