Page MenuHomeFreeBSD

devel/libccid: Fix Meson options so contrib tools are built
ClosedPublic

Authored by jrm on Sep 5 2025, 2:44 AM.
Tags
None
Referenced Files
F166346367: D52391.id161579.diff
Thu, Aug 13, 1:12 AM
Unknown Object (File)
Mon, Aug 10, 11:37 AM
Unknown Object (File)
Sun, Aug 9, 8:00 PM
Unknown Object (File)
Sun, Aug 9, 7:48 PM
Unknown Object (File)
Sun, Aug 9, 5:29 PM
Unknown Object (File)
Sun, Aug 9, 10:16 AM
Unknown Object (File)
Sat, Aug 8, 8:09 PM
Unknown Object (File)
Sat, Aug 8, 5:14 AM
Subscribers

Details

Summary

The port was incorrectly using non-existent MESON_TRUE/MESON_FALSE
helpers. As a result, -Denable-extras was never passed to Meson, and
the contrib utilities (Kobil_mIDentity_switch, RSA_SecurID_getpasswd)
were not built, causing post-install to fail.

Switch to explicitly setting MESON_ARGS to control build options. This
restores building of contrib programs and fixes the build.

Fixes: 60038512eb (devel/libccid: Update to 1.6.2)
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jrm requested review of this revision.Sep 5 2025, 2:44 AM
jrm created this revision.

AFAIK, you don't need an approval for this, there is a "just-fix-it" blanket approval from portmgr

This revision was not accepted when it landed; it landed in state Needs Review.Sep 5 2025, 12:02 PM
This revision was automatically updated to reflect the committed changes.