[kde-freebsd] [SVN Commit] area51/PYQT
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Dec 14 07:06:30 UTC 2015
SVN commit 11662 by rakuco:
PYQT: Adjust USE_PYQT and USE_QT4 in the PyQt4 ports.
Apply the ideas from r11644, r11649 and r11650 to the PyQt4 ports:
- Turn devel/py-sip into a build-time dependency for py-qt4-core.
- Explicitly depend on all Qt4 libraries each PyQt4 port links against after
looking at the build logs. In all cases this means at least explicitly
specifying USE_QT4=corelib since all ports link against libQtCore.so.
- Mostly trim the runtime dependencies on each port: the PyQt4 runtime
dependencies are usually a subset of their Qt4 counterparts in USE_QT4.
USE_PYQT was trimmed based on what each module %Import'ed in their .sip
files.
M +3 -2 databases/py-qt4-sql/Makefile
M +3 -2 devel/py-qt4-assistant/Makefile
M +1 -1 devel/py-qt4-core/Makefile
M +1 -1 devel/py-qt4-dbus/Makefile
M +3 -2 devel/py-qt4-declarative/Makefile
M +2 -2 devel/py-qt4-designer/Makefile
M +2 -2 devel/py-qt4-designerplugin/Makefile
M +2 -2 devel/py-qt4-help/Makefile
M +1 -1 devel/py-qt4-qscintilla2/Makefile
M +1 -1 devel/py-qt4-script/Makefile
M +2 -2 devel/py-qt4-scripttools/Makefile
M +2 -2 devel/py-qt4-test/Makefile
M +2 -2 graphics/py-qt4-svg/Makefile
M +2 -2 multimedia/py-qt4-multimedia/Makefile
M +2 -2 multimedia/py-qt4-phonon/Makefile
M +1 -1 net/py-qt4-network/Makefile
M +1 -1 textproc/py-qt4-xml/Makefile
M +2 -2 textproc/py-qt4-xmlpatterns/Makefile
M +3 -2 www/py-qt4-webkit/Makefile
M +2 -2 x11-toolkits/py-qt4-gui/Makefile
M +3 -2 x11/py-qt4-opengl/Makefile
More information about the kde-freebsd
mailing list