aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2022-06-16 13:25:26 +0000
committerThomas Zander <riggs@FreeBSD.org>2022-06-16 16:18:34 +0000
commit9a9801cb0a6becfe3adfff9bfb259b772f41472e (patch)
tree9b718d0f0730e26fd44ec3615e474375bcf4e5a9
parent58ba468f234ddf4c807da14ed36e0359c39ba92e (diff)
downloadports-9a9801cb0a6becfe3adfff9bfb259b772f41472e.tar.gz
ports-9a9801cb0a6becfe3adfff9bfb259b772f41472e.zip
audio/musicpd: Retire MMS support
Support for the long time deprecated MMS is being retired in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264708, removing this option for musicpd. PR: 264705 Reported by: diizzy
-rw-r--r--audio/musicpd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 5a03551eb8b1..247856084d3d 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -52,7 +52,7 @@ OPTIONS_MULTI_FILE_FORMAT= \
OPTIONS_GROUP= ACCESS PLAYBACK
-OPTIONS_GROUP_ACCESS= CDPARANOIA CURL LAME MMS NFS PLAYLISTS QOBUZ \
+OPTIONS_GROUP_ACCESS= CDPARANOIA CURL LAME NFS PLAYLISTS QOBUZ \
SMB SOUNDCLOUD UPNP YAJL
OPTIONS_GROUP_PLAYBACK= AO JACK OPENAL OPENMPT PIPEWIRE PULSEAUDIO \
@@ -169,8 +169,6 @@ CDPARANOIA_MESON_ENABLED= cdio_paranoia
CDPARANOIA_LIB_DEPENDS= libcdio_paranoia.so:sysutils/libcdio-paranoia
CURL_MESON_ENABLED= curl
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
-MMS_MESON_ENABLED= mms
-MMS_LIB_DEPENDS= libmms.so:net/libmms
SMB_MESON_ENABLED= smbclient
SMB_USES= samba:lib