Created attachment 163783 [details] Patch v1 kde@ needs an exp-run for this bsd.qt.mk change required for upcoming changes to the PyQt ports. I hope there's nothing wrong, but some ports might end up broken because of the phase where CONFIGURE_{ARGS,ENV} are set. Patch attached and also here: https://people.freebsd.org/~rakuco/exp-runs/bsd.qt.mk-qtnonstandard-phase-v1.patch
Exp-run results on 9.3 i386: http://package22.nyi.freebsd.org/jail.html?mastername=93i386-default-PR204975 Exp-run results on 10.2 amd64: http://package22.nyi.freebsd.org/jail.html?mastername=102amd64-default-PR204975 0 new failure
A commit references this bug: Author: rakuco Date: Sat Dec 5 21:39:13 UTC 2015 New revision: 403081 URL: https://svnweb.freebsd.org/changeset/ports/403081 Log: bsd.qt.mk: Move QT_NONSTANDARD check to the _POSTMKINCLUDED section. Do it so that files in Mk/Uses can set it too. It is required by the upcoming Uses/pyqt.mk that we will land soon to support PyQt5. PR: 204975 Changes: head/Mk/bsd.qt.mk