git: 89b794e0cb4d - main - multimedia/audacious-plugins: mark CDDA option deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 13:54:36 UTC
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