Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2020 22:43:31 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558408 - head/audio/musicpd
Message-ID:  <202012182243.0BIMhVIO092200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Fri Dec 18 22:43:31 2020
New Revision: 558408
URL: https://svnweb.freebsd.org/changeset/ports/558408

Log:
  Cleanup OPTIONS, bump PORTREVISION.
  
  Details:
  * Add LAME to ACCESS group.
  * Make PROXYDB default option.
  * Add note about SMB usage being discouraged.
    (Backgound: crashes due to a bug in libsmbclient:
     https://bugzilla.samba.org/show_bug.cgi?id=11413)

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Fri Dec 18 22:26:56 2020	(r558407)
+++ head/audio/musicpd/Makefile	Fri Dec 18 22:43:31 2020	(r558408)
@@ -2,7 +2,7 @@
 
 PORTNAME=	musicpd
 PORTVERSION=	0.22.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -38,7 +38,7 @@ PORTDOCS=	AUTHORS README.md NEWS
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	DOCS ID3TAG IPV6 ISO9660 SQLITE3 \
-		PROXYDB LAME VORBISENC ZZIP
+		PROXYDB VORBISENC ZZIP
 
 OPTIONS_RADIO=	RESAMPLER ZEROCONF
 
@@ -55,7 +55,7 @@ OPTIONS_MULTI_FILE_FORMAT=	\
 
 OPTIONS_GROUP=	ACCESS PLAYBACK
 
-OPTIONS_GROUP_ACCESS=	CDPARANOIA CURL MMS NFS PLAYLISTS QOBUZ \
+OPTIONS_GROUP_ACCESS=	CDPARANOIA CURL LAME MMS NFS PLAYLISTS QOBUZ \
 			SMB SOUNDCLOUD TIDAL YAJL
 
 OPTIONS_GROUP_PLAYBACK=	AO JACK OPENAL PULSEAUDIO \
@@ -70,6 +70,7 @@ LAME_DESC=	Support for MP3 Icecast Streams
 PLAYLISTS_DESC=	Enable extra playlist support (wma, RSS)
 QOBUZ_DESC=	Streaming service support: Qobuz
 SIDPLAY2_DESC=	Sidplay support (C64 mono and stereo files)
+SMB_DESC=	SMB network support (currently strongly discouraged)
 SOUNDCLOUD_DESC=Streaming service support: SoundCloud
 TIDAL_DESC=	Streaming service support: TIDAL (currently defunct)
 TWOLAME_DESC=	TwoLAME support (mp2)
@@ -79,7 +80,7 @@ YAJL_DESC=	JSON support via libyajl
 ZZIP_DESC=	Support for zzip archives
 
 OPTIONS_DEFAULT=CURL FFMPEG FLAC ID3TAG LAME OPUS \
-		PLAYLISTS SNDFILE VORBIS VORBISENC
+		PLAYLISTS PROXYDB SNDFILE VORBIS VORBISENC
 
 # Decoder plugins
 ADPLUG_MESON_ENABLED=	adplug



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