From owner-svn-ports-head@FreeBSD.ORG Mon Aug 6 11:53:18 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36CA0106564A; Mon, 6 Aug 2012 11:53:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 07E6C8FC08; Mon, 6 Aug 2012 11:53:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q76BrH4i033047; Mon, 6 Aug 2012 11:53:17 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q76BrHhn033044; Mon, 6 Aug 2012 11:53:17 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201208061153.q76BrHhn033044@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 6 Aug 2012 11:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302168 - in head/audio/dcd: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2012 11:53:18 -0000 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 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}