aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2012-03-09 05:25:53 +0000
committerAlex Kozlov <ak@FreeBSD.org>2012-03-09 05:25:53 +0000
commitfb46c991d38b689576fd9dee8039e683b0199bab (patch)
treeb3424acbc9927834605e2089bb692b4cfcee08ff /sysutils
parent5649df1fabda361835f47467ebaa21eec622aade (diff)
downloadports-fb46c991d38b689576fd9dee8039e683b0199bab.tar.gz
ports-fb46c991d38b689576fd9dee8039e683b0199bab.zip
- Remove the audio/libmusicbrainz option from sysutils/k3b
audio/libmusicbrainz is deprecated as the MusicBrainz RDF webservice is no longer functional PR: ports/165749 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Approved by: eadler (mentor) Feature safe: yes
Notes
Notes: svn path=/head/; revision=292994
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/k3b/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile
index 8b3b154bbe28..763154515d36 100644
--- a/sysutils/k3b/Makefile
+++ b/sysutils/k3b/Makefile
@@ -7,7 +7,7 @@
PORTNAME= k3b
PORTVERSION= 1.0.5
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= sysutils multimedia kde
MASTER_SITES= SF
@@ -23,7 +23,8 @@ USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-k3bsetup=no \
--without-resmgr \
--without-hal \
- --without-musepack
+ --without-musepack \
+ --without-musicbrainz
USE_GMAKE= yes
USE_CDRTOOLS= yes
USE_LDCONFIG= yes
@@ -36,7 +37,6 @@ OPTIONS= ALSA "Add audio/alsa-lib support" Off \
FLAC "Add audio/flac decoder" On \
LAME "Add audio/lame encoder (for mp3 files)" On \
LIBDVDREAD "Use libdvdread (for video dvd ripping)" On \
- MUSICBRAINZ "Use audio/libmusicbrainz music meta database" Off \
NORMALIZE "Add Normalize (adjust audio to a std. level)" Off \
SOX "Add SoX (more audio encoding formats)" Off \
TRANSCODE "Add Transcode (for DVD ripping)" Off \
@@ -85,14 +85,6 @@ PLIST_SUB+= FFMPEG="@comment "
CONFIGURE_ARGS+= --without-ffmpeg
.endif
-.if defined(WITH_MUSICBRAINZ)
-PLIST_SUB+= MUSICBRAINZ=""
-LIB_DEPENDS+= musicbrainz:${PORTSDIR}/audio/libmusicbrainz
-.else
-PLIST_SUB+= MUSICBRAINZ="@comment "
-CONFIGURE_ARGS+= --without-musicbrainz
-.endif
-
.if defined(WITH_LIBDVDREAD)
PLIST_SUB+= LIBDVDREAD=""
LIB_DEPENDS+= dvdread.4:${PORTSDIR}/multimedia/libdvdread