[kde-freebsd] [SVN Commit] area51/PYQT
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Jun 8 22:37:42 UTC 2014
SVN commit 10118 by rakuco:
PYQT: Use the new OPTIONS helpers instead of parsing options manually.
Switch from manual checks for each option with explicit changes to
CONFIGURE_ARGS to ${FOO}_CONFIGURE_ON, ${FOO}_CONFIGURE_OFF,
${FOO}_LIB_DEPENDS and OPTIONS_SUB=yes.
This makes most Makefiles considerably easier to follow.
While here, adjust to the new LIB_DEPENDS syntax by depending on
libqscintilla2.so instead of just "qscintilla2". Last but not least, check
for the DEBUG option instead of WITH_DEBUG -- this makes things more
explicit, and the latter is set based on the former anyway.
M +8 -15 databases/py-qt4-sql/Makefile
M +8 -16 devel/py-qt4-assistant/Makefile
M +8 -15 devel/py-qt4-core/Makefile
M +8 -15 devel/py-qt4-dbus/Makefile
M +8 -15 devel/py-qt4-declarative/Makefile
M +8 -15 devel/py-qt4-designer/Makefile
M +8 -15 devel/py-qt4-help/Makefile
M +8 -14 devel/py-qt4-qscintilla2/Makefile
M +8 -15 devel/py-qt4-script/Makefile
M +8 -15 devel/py-qt4-scripttools/Makefile
M +8 -15 devel/py-qt4-test/Makefile
M +8 -15 graphics/py-qt4-svg/Makefile
M +8 -15 multimedia/py-qt4-multimedia/Makefile
M +8 -15 multimedia/py-qt4-phonon/Makefile
M +8 -15 net/py-qt4-network/Makefile
M +8 -15 textproc/py-qt4-xml/Makefile
M +8 -15 textproc/py-qt4-xmlpatterns/Makefile
M +8 -15 www/py-qt4-webkit/Makefile
M +8 -15 x11-toolkits/py-qt4-gui/Makefile
M +8 -15 x11/py-qt4-opengl/Makefile
More information about the kde-freebsd
mailing list