svn commit: r324431 - head/audio/musicpd
Chris Rees
crees at FreeBSD.org
Fri Aug 9 12:21:42 UTC 2013
Author: crees
Date: Fri Aug 9 12:21:41 2013
New Revision: 324431
URL: http://svnweb.freebsd.org/changeset/ports/324431
Log:
Improve TREMOR description to make it explicit that it may not be used with
SHOUTCAST
PR: ports/180412
Modified:
head/audio/musicpd/Makefile
Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile Fri Aug 9 12:16:33 2013 (r324430)
+++ head/audio/musicpd/Makefile Fri Aug 9 12:21:41 2013 (r324431)
@@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/mpd/${PORTV
DISTNAME= mpd-${PORTVERSION}
MAINTAINER= crees at FreeBSD.org
-COMMENT= A remote-controllable music daemon
+COMMENT= Remote-controllable music daemon
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \
curl:${PORTSDIR}/ftp/curl
@@ -41,6 +41,8 @@ OPTIONS_DEFINE= ID3TAG IPV6 FLAC VORBIS
OPTIONS_RADIO= ZEROCONF
OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER
+TREMOR_DESC= Tremor decoder (not with SHOUTCAST; use VORBIS)
+
OPTIONS_DEFAULT=ID3TAG IPV6 FLAC VORBIS WAV FFMPEG SNDFILE
LAME_DESC= Support for MP3 Icecast Streams
@@ -171,7 +173,9 @@ LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio
CONFIGURE_ARGS+=--disable-id3
.endif
-.if empty(PORT_OPTIONS:MIPV6)
+.if ${PORT_OPTIONS:MIPV6}
+CONFIGURE_ARGS+=--enable-ipv6
+.else
CONFIGURE_ARGS+=--disable-ipv6
.endif
More information about the svn-ports-all
mailing list