[kde-freebsd] [SVN Commit] area51/PYQT
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Dec 14 01:54:59 UTC 2015
SVN commit 11644 by rakuco:
PYQT: Be explicit and fix dependency on Qt5 ports.
- Switch from USE_QT5=buildtools to USE_QT5=buildtools_build everywhere.
- Explicitly depend on all Qt5 libraries each PyQt5 port links against after
looking at the build logs. In all cases this means at least explicitly
specifying USE_QT5=core since all ports link against libQt5Core.so. Some
ports had extra dependencies, and others were missing a dependency on
x11-toolkits/qt5-gui, which unfortunately also requires USE_GL=gl because
requiring QtGui in qmake always links against libGL.so as well.
Something similar is likely required by the PyQt4 ports too.
M +2 -1 comms/py-qt5-serialport/Makefile
M +2 -1 databases/py-qt5-sql/Makefile
M +1 -1 devel/py-qt5-dbus/Makefile
M +3 -2 devel/py-qt5-designer/Makefile
M +2 -1 devel/py-qt5-qscintilla2/Makefile
M +3 -1 devel/py-qt5-test/Makefile
M +1 -0 devel/qscintilla2-qt5/Makefile
M +2 -1 graphics/py-qt5-svg/Makefile
M +2 -1 lang/py-qt5-qml/Makefile
M +2 -1 multimedia/py-qt5-multimedia/Makefile
M +1 -1 net/py-qt5-network/Makefile
M +2 -1 print/py-qt5-printsupport/Makefile
M +1 -1 textproc/py-qt5-xml/Makefile
M +1 -1 textproc/py-qt5-xmlpatterns/Makefile
M +2 -1 www/py-qt5-webkit/Makefile
M +3 -1 www/py-qt5-webkitwidgets/Makefile
M +2 -1 x11-toolkits/py-qt5-gui/Makefile
M +2 -1 x11-toolkits/py-qt5-widgets/Makefile
M +2 -1 x11/py-qt5-opengl/Makefile
More information about the kde-freebsd
mailing list