Bug 277801 - security/kc: add new OPTION
Summary: security/kc: add new OPTION
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-19 05:36 UTC by Daniel
Modified: 2024-03-19 05:36 UTC (History)
0 users

See Also:


Attachments
Patch to enable YubiKey support (2.80 KB, patch)
2024-03-19 05:36 UTC, Daniel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 2024-03-19 05:36:32 UTC
Created attachment 249295 [details]
Patch to enable YubiKey support

This adds an option to build kc with YubiKey support.

I shortened the install message and updated it with information on YubiKey support. Everything that was there is in the Changelog where we are already pointing the users, and this way it doesn't spam the output while installing - i.e. other messages are obvious, too.

I also changed OPTIONS_RADIO to OPTIONS_SINGLE for _CLI, as far as I understood _SINGLE makes sure that there's only one option that can be selected, and these are mutually exclusive.
But if I'm being honest, I would have thought the same thing about _RADIO, am not really sure, I just went with what I read in the porter's handbook.