git: 027f49b3eebd - main - audio/cmus: Remove CDDB support

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 11 May 2024 12:23:54 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=027f49b3eebd2fb321d50cddd7044473ade73f72

commit 027f49b3eebd2fb321d50cddd7044473ade73f72
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-11 12:22:03 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-11 12:22:07 +0000

    audio/cmus: Remove CDDB support
    
    CDDB is a legacy protocol/service and is yet again broken
    so remove support
    
    Reference:
    https://hydrogenaud.io/index.php/topic,125880.0.html
    
    PR:             278912
    Reviewed by:    eduardo (maintainer)
---
 audio/cmus/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index ce90a4184f5a..9247b0530fc8 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -53,7 +53,7 @@ OPTIONS_SUB=	yes
 
 OPTIONS_GROUP=	OUT IN
 OPTIONS_GROUP_OUT=	AO JACK OSS PULSEAUDIO SNDIO
-OPTIONS_GROUP_IN=	AAC CDDB CDIO CUE DISCID FFMPEG FLAC MAD MIKMOD	\
+OPTIONS_GROUP_IN=	AAC CDIO CUE DISCID FFMPEG FLAC MAD MIKMOD	\
 			MODPLUG MP4 MUSEPACK OPUS SAMPLERATE TREMOR	\
 			VORBIS WAV WAVPACK
 
@@ -71,9 +71,6 @@ AO_LIB_DEPENDS=	libao.so:audio/libao
 BASU_CONFIGURE_ON=	CONFIG_MPRIS=y
 BASU_LIB_DEPENDS=	libbasu.so:devel/basu
 
-CDDB_CONFIGURE_ON=	CONFIG_CDDB=y
-CDDB_LIB_DEPENDS=	libcddb.so:audio/libcddb
-
 CDIO_CONFIGURE_ON=	CONFIG_CDIO=y
 CDIO_LIB_DEPENDS=	libcdio_cdda.so:sysutils/libcdio-paranoia \
 			libcdio.so:sysutils/libcdio