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)
Thu, Nov 13, 7:02 PM
Unknown Object (File)
Tue, Nov 4, 8:33 PM
Unknown Object (File)
Tue, Nov 4, 8:25 PM
Unknown Object (File)
Tue, Nov 4, 8:24 PM
Unknown Object (File)
Tue, Nov 4, 8:24 PM
Unknown Object (File)
Tue, Nov 4, 8:23 PM
Unknown Object (File)
Sun, Nov 2, 7:49 AM
Unknown Object (File)
Fri, Oct 31, 4:02 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 66833
Build 63716: arc lint + arc unit

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.