Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 13:54:36 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89b794e0cb4d - main - multimedia/audacious-plugins: mark CDDA option deprecated
Message-ID:  <202408041354.474DsaqD007299@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89b794e0cb4de28690a87c2de9bc576640215b7b

commit 89b794e0cb4de28690a87c2de9bc576640215b7b
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-08-04 13:52:59 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-08-04 13:54:26 +0000

    multimedia/audacious-plugins: mark CDDA option deprecated
---
 multimedia/audacious-plugins/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index ae1323863ced..f95c275ef6fe 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -269,6 +269,10 @@ MESON_ARGS+=	-Dfilewriter-flac=false \
 		-Dfilewriter-ogg=false
 .endif
 
+.if ${PORT_OPTIONS:MCDDA}
+DEPRECATED=	CDDA depends on expired audio/libcddb
+.endif
+
 post-patch-NLS-off:
 	@${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
 


home | help

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