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
F132214013: D52391.diff
Tue, Oct 14, 8:43 PM
Unknown Object (File)
Fri, Sep 26, 11:20 PM
Unknown Object (File)
Wed, Sep 24, 1:08 AM
Unknown Object (File)
Tue, Sep 23, 11:56 PM
Unknown Object (File)
Tue, Sep 23, 11:03 PM
Unknown Object (File)
Thu, Sep 18, 7:29 AM
Unknown Object (File)
Wed, Sep 17, 3:17 PM
Unknown Object (File)
Wed, Sep 17, 3:52 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.