Page MenuHomeFreeBSD

Fix stage-qa detection of Qt5 components.
ClosedPublic

Authored by adridg on Sep 28 2017, 10:06 AM.
Tags
None
Referenced Files
F132392777: D12526.diff
Thu, Oct 16, 12:59 PM
Unknown Object (File)
Sep 13 2025, 8:45 AM
Unknown Object (File)
Sep 10 2025, 5:29 PM
Unknown Object (File)
Aug 30 2025, 7:37 AM
Unknown Object (File)
Aug 15 2025, 10:57 PM
Unknown Object (File)
Jul 26 2025, 9:17 AM
Unknown Object (File)
Jun 24 2025, 11:14 PM
Unknown Object (File)
Jun 20 2025, 8:55 PM
Subscribers
None

Details

Summary

There used to be a mix of qt5-<foo> and <foo>-qt5 ports all of which
were Qt components. The semantics of ports naming have been rationalized
by kde@, and now qt5-<foo> is the Qt5 component called foo; <foo>-qt5
is a port <foo> that uses Qt5. For instance, wireshark-qt5 is not a
Qt5 component.

Take out the check that suggests that all <foo>-qt5 ports should be
part of USE_QT5, since all of those suggestions are wrong.

Test Plan

Build e.g. deskutils/charmtimetracker on a system with qtkeychain-qt5
installed; you'll need to edit Makefile and remove the CMake argument
that turns off keychain-detection. As part of stage-qa, you will get
a warning saying to add USE_QT5+=qtkeychain .. which then breaks the build.

Diff Detail

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