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
Unknown Object (File)
Fri, Apr 10, 2:23 PM
Unknown Object (File)
Fri, Apr 10, 9:34 AM
Unknown Object (File)
Thu, Apr 9, 7:59 PM
Unknown Object (File)
Thu, Apr 9, 8:19 AM
Unknown Object (File)
Thu, Apr 9, 3:15 AM
Unknown Object (File)
Tue, Apr 7, 9:53 AM
Unknown Object (File)
Tue, Apr 7, 1:20 AM
Unknown Object (File)
Mon, Apr 6, 2:48 PM
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.