Created attachment 163994 [details] Patch v1 kde@ needs an exp-run for updating the PyQt4-related ports in the tree. This was somewhat tested in bug 204672, but we need to do this separately from the PyQt5 bits. Please make sure the ports tree is at r403297 or later. Patch attached and also available here: https://people.freebsd.org/~rakuco/exp-runs/pyqt4-4.11.4-sip-4.17-qscintilla-2.9.1-v1.patch
Created attachment 163995 [details] Patch v2 https://people.freebsd.org/~rakuco/exp-runs/pyqt4-4.11.4-sip-4.17-qscintilla-2.9.1-v2.patch (also attached) contains a fix for graphics/seexpr.
ping?
(In reply to Raphael Kubo da Costa from comment #2) I should run it tomorrow
Exp-run results on 9.3i386 and 10.2amd64: http://package22.nyi.freebsd.org/jail.html?mastername=93i386-default-PR205143 http://package23.nyi.freebsd.org/jail.html?mastername=102amd64-default-PR205143 0 new failure, looks good
A commit references this bug: Author: rakuco Date: Sun Dec 13 12:45:27 UTC 2015 New revision: 403662 URL: https://svnweb.freebsd.org/changeset/ports/403662 Log: Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1. Bring in some long overdue updates, some of which are required for us to later land the PyQt5 ports. One big change with this update is that the PyQt4 ports now install their .sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do not end up with directories like share/py-sip/QtCore, which are especially confusing once PyQt5 lands and starts installing files with the same names. Other noteworthy items: - PORTREVISION has been bumped on ports depending on devel/qscintilla2 because libqscintilla2.so's SOVERSION has changed. - graphics/seexpr has been converted to USE_PYQT, as the file it used to define a build-time dependency on x11-toolkits/py-qt4-gui has moved. Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi (madpilot@) for their initial work on these ports as part of the effort to land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 205143 Changes: head/Mk/Uses/pyqt.mk head/cad/openscad/Makefile head/databases/sqliteman/Makefile head/databases/tora/Makefile head/devel/py-qt4/distinfo head/devel/py-qt4-dbus/Makefile head/devel/py-qt4-dbussupport/Makefile head/devel/py-qt4-qscintilla2/pkg-plist head/devel/py-sip/Makefile head/devel/py-sip/distinfo head/devel/qscintilla2/distinfo head/devel/qscintilla2/pkg-plist head/devel/ruby-qtruby/Makefile head/devel/smokeqt/Makefile head/devel/universalindentgui/Makefile head/graphics/qgis/Makefile head/graphics/seexpr/Makefile head/math/octave/Makefile head/misc/py-qt4-demo/Makefile head/misc/py-qt4-doc/Makefile head/misc/py-qt4-doc/pkg-plist head/x11/leechcraft/Makefile
Landed. Thanks for the exp-run, Antoine.