SVN commit 10132 by rakuco: PyQt4: Update to 4.11, switch to configure-ng.
The py-sip update has made this update necessary, as building PyQt 4.10 with both configure.py and configure-ng.py failed with it, and the build is still broken with configure.py in 4.11. I hear it will be fixed in 4.11.1, but in any case let's take this opportunity to switch to the new configure script, which has better cross-compilation support, will be required for sip 5.0 and is also the basis for PyQt5's configuration script. The most notable change here is that configure-ng.py just generates .pro files and relies on qmake itself to generate the final Makefiles. This means there's less manual Makefile generation and we do not need to set CC, CXX, LINK and friends anymore, as it all comes from Qt's mkspecs. devel/py-qt4-core/files/patch-configure.py has been renamed to patch-configure-ng.py and updated to maintain the same level of functionality as before. A devel/py-qt4-core/files/patch-configure-ng.py devel/py-qt4-core/files/patch-configure.py#10127 D devel/py-qt4-core/files/patch-configure.py M +0 -3 devel/py-qt4-core/pkg-plist M +1 -1 devel/py-qt4-dbussupport/Makefile M +0 -5 devel/py-qt4-designerplugin/Makefile M +4 -6 devel/py-qt4/bsd.pyqt.mk M +2 -2 devel/py-qt4/distinfo M +6 -0 misc/py-qt4-demo/Makefile M +2 -21 misc/py-qt4-demo/pkg-plist M +1 -0 x11-toolkits/py-qt4-gui/pkg-plist M +0 -1 x11/py-qt4-opengl/pkg-plist _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
