Page MenuHomeFreeBSD

security/yubikey-manager-qt: new port, application for configuring any YubiKey over all USB interfaces.
ClosedPublic

Authored by daniel_shafer.cc on Dec 2 2018, 7:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 1 2024, 3:28 PM
Unknown Object (File)
Jan 11 2024, 10:47 AM
Unknown Object (File)
Dec 22 2023, 6:20 AM
Unknown Object (File)
Dec 13 2023, 6:37 AM
Unknown Object (File)
Nov 10 2023, 7:26 AM
Unknown Object (File)
Nov 8 2023, 7:26 AM
Unknown Object (File)
Nov 7 2023, 3:28 AM
Unknown Object (File)
Nov 3 2023, 4:26 AM
Subscribers

Details

Summary

This application provides an easy way to perform the most common configuration tasks on a YubiKey.

Diff Detail

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

Event Timeline

security/yubikey-manager-qt/Makefile
26 ↗(On Diff #51488)

^ https://github.com/Yubico/yubikey-manager-qt/releases has yubikey-manager-qt-1.0.1
you can therefore get rid of GH_TAGNAME and add above the DISTVERSION
DISTVERSIONPREFIX=yubikey-manager-qt-

34 ↗(On Diff #51488)
@${REINPLACE_CMD} -e '/system/s|python|${PYTHON_CMD}|g' ${WRKSRC}/ykman-gui/ykman-gui.pro \
                                                        ${WRKSRC}/ykman-cli/ykman-cli.pro
security/yubikey-manager-qt/files/patch-resources_linux_AppRun
8 ↗(On Diff #51488)

You should not hard-patch /usr/local

+exec "${HERE}%%PREFIX%%/bin/ykman-gui" "$@"

and then to a ${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' ...

.. so in the end, you could just drop this patch, and just do the ${REINPLACE_CMD} of /usr/bin/ykman-gui to ${PREFIX}/bin/ykman-gui.

Fixed tcberner requested fixes. Moved pkg-plist to PLIST_FILES in Makefile since its 3 files.
Removed files/ directory and patch as moved to Makefile

This revision was not accepted when it landed; it landed in state Needs Review.Dec 30 2018, 7:43 PM
This revision was automatically updated to reflect the committed changes.