Created attachment 200983 [details] licq-qt-gui.diff I've also send this as a message on ports-committers, but I am filing this PR so that it is not lost. Message was about the switch to Qt 5 in ports r489554: "Is adding qt5-buildtools (moc and rcc) as a run dependency intentional, or should this have USE_QT=buildtools_build instead, similar to the Qt 4 version with USE_QT=moc_build rcc_build?" I do not see any evidence that qt5-buildtools is needed at runtime, so I am attaching a patch that removes it. It also fixes the following QA warning: /!\ licq-qt-gui-1.9.0: Makefile warnings, please consider fixing /!\ You are using USE_GITHUB and WRKSRC is set which is wrong. Set GH_PROJECT correctly, set WRKSRC_SUBDIR or remove WRKSRC entirely.
A commit references this bug: Author: dinoex Date: Sat Jan 19 07:21:04 UTC 2019 New revision: 490709 URL: https://svnweb.freebsd.org/changeset/ports/490709 Log: - reduce runtime dependencies PR: 234819 Submitted by: tobik Changes: head/net-im/licq-qt-gui/Makefile
Thank you.