Bug 170303 - [PATCH] audio/dcd: Remove audio/libmusicbrainz dependency
Summary: [PATCH] audio/dcd: Remove audio/libmusicbrainz dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-01 01:00 UTC by Jason E. Hale
Modified: 2012-08-06 13:01 UTC (History)
1 user (show)

See Also:


Attachments
2012-07-31-dcd.diff (4.19 KB, patch)
2012-08-01 01:00 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2012-08-01 01:00:25 UTC
- 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
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2012-08-03 02:41:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-06 12:53:33 UTC
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"
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2012-08-06 13:01:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!