Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2013 12:21:42 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324431 - head/audio/musicpd
Message-ID:  <201308091221.r79CLgUC022738@svn.freebsd.org>

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



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