Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2012 11:53:17 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302168 - in head/audio/dcd: . files
Message-ID:  <201208061153.q76BrHhn033044@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208061153.q76BrHhn033044>