Qt's configure script already creates all the necessary Makefiles for the directories we need to build, so there is no need to run qmake again in post-configure.
Details
Details
- Reviewers
tcberner adridg - Group Reviewers
kde - Commits
- rP429488: Drop post-configure target from several Qt5 ports.
Tested the ports on Poudriere (9.3-i386 and 12-amd64) and everything worked fine.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Tested qt5-network on 10.3-x64. It's ok; there are some stage-qa warnings, but those aren't related to this review.
Tested qt5-printsupport on 10.3-x64, with and without option CUPS. It's ok; same stage-qa warnings.
Comment Actions
There seems to be a difference in the Makefiles with and without the target (for example in dbus-qt5's src/tools/qdbusxml2cpp) -- but it still seems to work as expected.