The currently suggested qt5 installs many unneeded dependencies, for example, qtsensors, qtspeech etc.
Similar to #29932.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For detailed information about the code coverage, see the test coverage report.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Tested ACK b175ca9cc8bad4e106149260c3b592b1e0f2cb2f
Verified on a fresh install of OpenBSD 7.5 that these two packages are the minimum requirement to build the GUI:
qtbase, the configure script invoked via ./configure --with-gui=qt5 MAKE=gmake fails with configure: error: Qt5Core >= 5.11.3 not found.qttools, the configure script fails with configure: error: LRELEASE not found.Concept ACK. It's nice that OpenBSD provides separate modules for Qt nowadays.
Verified on a fresh install of OpenBSD 7.5 that these two packages are the minimum requirement to build the GUI:
Please update the version number in line 3 of the doc as well. I don't know if there is a difference between 7.4 and 7.5, but it can't hurt to be accurate here.
The currently suggested `qt5` installs many unneeded dependencies, for
example, `qtsensors`, `qtspeech` etc.
Verified on a fresh install of OpenBSD 7.5 that these two packages are the minimum requirement to build the GUI:
Please update the version number in line 3 of the doc as well. I don't know if there is a difference between 7.4 and 7.5, but it can't hurt to be accurate here.
Sure. Updated.
Concept ACK
I have no (easy) way to verify that exactly those packages suffice, thus not full ACK.
re-ACK 970cbc3172b73e1faf6bdb429400d3497cbb9d33