https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245862
--- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: adridg Date: Wed Feb 10 23:19:17 UTC 2021 New revision: 564908 URL: https://svnweb.freebsd.org/changeset/ports/564908 Log: Improve the upgrade path for Qt with portupgrade. Newer Qt releases depend on the build tools and qmake from that release, but the existing way of specifying that (e.g. USE_QT=buildtools_build) could pick up the *old* Qt version's tools and qmake. Never a problem in poudriere, which builds cleanly, but it keeps tripping up other tools. Replace the existing definitions for the dependencies with versioned dependencies, so that the right version of tools is built and used for the rest of the Qt stack. PR: 245862 Reported by: Piotr Smyrak Reviewed by: tcberner Changes: head/Mk/Uses/qt.mk -- You are receiving this mail because: You are the assignee for the bug.