SVN commit 10128 by rakuco: PYQT: Move the common boilerplate in PyQt4 ports to bsd.pyqt.mk.
All PyQt4 ports except for py-qt4-demo and py-qt4-doc had a very similar Makefile that fetched patches from devel/py-qt4-core, set CONFIGURE_ARGS and called configure.py. Get rid of all the duplication by moving all the common stuff into bsd.pyqt.mk. I'm not sure we need to add checks for _POSTMKINCLUDED and other things I see in other bsd.*.mk files though. In addition, this will make it easier to switch to configure-ng.py in the PyQt ports and pave the way for PyQt5 ports. M +2 -27 databases/py-qt4-sql/Makefile M +2 -27 devel/py-qt4-assistant/Makefile M +2 -25 devel/py-qt4-core/Makefile M +2 -27 devel/py-qt4-dbus/Makefile M +2 -23 devel/py-qt4-dbussupport/Makefile M +2 -27 devel/py-qt4-declarative/Makefile M +2 -28 devel/py-qt4-designer/Makefile M +4 -25 devel/py-qt4-designerplugin/Makefile M +2 -26 devel/py-qt4-help/Makefile M +2 -27 devel/py-qt4-script/Makefile M +2 -27 devel/py-qt4-scripttools/Makefile M +2 -27 devel/py-qt4-test/Makefile M +32 -0 devel/py-qt4/bsd.pyqt.mk M +2 -27 graphics/py-qt4-svg/Makefile M +2 -27 multimedia/py-qt4-multimedia/Makefile M +2 -27 multimedia/py-qt4-phonon/Makefile M +2 -27 net/py-qt4-network/Makefile M +2 -27 textproc/py-qt4-xml/Makefile M +2 -27 textproc/py-qt4-xmlpatterns/Makefile M +2 -27 www/py-qt4-webkit/Makefile M +2 -27 x11-toolkits/py-qt4-gui/Makefile M +2 -27 x11/py-qt4-opengl/Makefile _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
