Since a few days, devel/py-qt4-core no longer depends on devel/py-sip I believe it should: /usr/local/lib/python2.7/site-packages/PyQt4/pyqtconfig.py:22:import sipconfig I marked a few ports BROKEN yesterday probably because of this: science/veusz : https://svnweb.freebsd.org/changeset/ports/416359 math/qtiplot : https://svnweb.freebsd.org/changeset/ports/416369 emulators/swine : https://svnweb.freebsd.org/changeset/ports/416370
I marked devel/ninja-ide broken today: https://svnweb.freebsd.org/changeset/ports/416654
Created attachment 171429 [details] Readd sip as a run-time dependency to devel/py-qt4-core devel/py-sip was made a build-depend only in a recent commit. However <...>/PyQt4/pyqtconfig.py of py-qt4-core includes sipconfig, and therefore needs sip also at runtime. The attached patch also revertes the BROKEN on the four ports mentioned by antoine. Tested in poudriere, on 11-current.
A commit references this bug: Author: pi Date: Tue Jun 14 18:18:55 UTC 2016 New revision: 416904 URL: https://svnweb.freebsd.org/changeset/ports/416904 Log: devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix build for those ports, unbreak: science/veusz math/qtiplot emulators/swine devel/ninja-ide PR: 210045 Reported by: antoine Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) Changes: head/devel/ninja-ide/Makefile head/devel/py-qt4-core/Makefile head/emulators/swine/Makefile head/math/qtiplot/Makefile head/science/veusz/Makefile
Committed, thanks!