git: 2ccfe0f3d6dd - main - devel/libccid: Re-apply MESON_{FALSE,TRUE} change in 60038512ebf1a3048905c2fb3bb06530741ecd6e

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 05 Nov 2025 21:02:27 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ccfe0f3d6dd0721712e792948605ebc4f0b9d6f

commit 2ccfe0f3d6dd0721712e792948605ebc4f0b9d6f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-05 20:52:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-05 20:59:33 +0000

    devel/libccid: Re-apply MESON_{FALSE,TRUE} change in 60038512ebf1a3048905c2fb3bb06530741ecd6e
---
 devel/libccid/Makefile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile
index 25c001d4477a..8113bfa9a6de 100644
--- a/devel/libccid/Makefile
+++ b/devel/libccid/Makefile
@@ -17,14 +17,14 @@ LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite
 USES=		meson perl5 pkgconfig tar:xz
 USE_PERL5=	build
 
-MESON_ARGS=	-Dclass=false \
-		-Dcomposite-as-multislot=false \
-		-Dembedded=false \
-		-Denable-extras=true \
-		-Dos_log=false \
-		-Dpcsclite=true \
-		-Dserial=false \
-		-Dzlp=false
+MESON_FALSE=	class \
+		composite-as-multislot \
+		embedded \
+		os_log \
+		serial \
+		zlp
+MESON_TRUE=	enable-extras \
+		pcsclite
 
 post-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/_build/Kobil_mIDentity_switch ${STAGEDIR}${PREFIX}/bin