Created attachment 197608 [details] switch to Qt5 yubikey-personalization-gui can be built with Qt 5 - in fact, as per https://github.com/Yubico/yubikey-personalization-gui/blob/master/NEWS#L23 that's already the default for certain platforms. With Qt 4 being rather old, let's switch this port to the more recent version. Attached patch does this trick for me (and passes poudriere).
Thanks for reminding me this! I have a local patch for building against QT4 or QT5. Seems to be a conflict at the moment, will fix this and commit!
A commit references this bug: Author: romain Date: Thu Oct 4 13:43:48 UTC 2018 New revision: 481222 URL: https://svnweb.freebsd.org/changeset/ports/481222 Log: Build against QT5 by default QT4 is still supported and options where introduced to allow users to choose which version of QT they want yubikey-personalization-gui to be built against. While here, pet portlint. Since the version of QT change, bump PORTREVISION. PR: 231808 Reported by: cmt Changes: head/security/yubikey-personalization-gui/Makefile
Committed, thanks!