[kde-freebsd] [SVN Commit] branches/qt-5.7/QT
Tobias Berner
tcberner at gmail.com
Wed Jun 8 04:35:28 UTC 2016
SVN commit 12656 by tcberner:
Move the binaries of the Qt4 installation to ${QT4_LIBDIR}/bin analgously
to the way it is done for Qt5.
This requires qtchooser which has been done in a previous commit.
QtChooser is a set of wrapper scripts in ${LOCALBASE}/bin that select the binaries
from lib/qt4/bin resp lib/qt5/bin depending on the value of QT_SELECT=(qt4|qt5).
[where qt4,qt5 are the config files we provide for qtchooser].
* There is a hanfull of ports broken at the moment by this commit, as they manually
patch their Makefile to use
lrelease-qt4
instead of
lrelease
* Some ports have manual do-install/do-configure/foo targets that do not get the
value of QT_SELECT we pass via bsd.qt.mk. They also have to be fixed at the same
time.
All these ports have to be also modified in time.
M +8 -10 Mk/bsd.qt.mk
M +4 -0 devel/qmake4/Makefile
M +1 -1 devel/qmake4/pkg-plist
M +3 -1 devel/qmake5/Makefile
M +2 -0 devel/qt4-assistant/Makefile
M +2 -2 devel/qt4-assistant/pkg-plist
M +2 -0 devel/qt4-designer/Makefile
M +2 -2 devel/qt4-designer/pkg-plist
M +2 -0 devel/qt4-linguist/Makefile
M +2 -2 devel/qt4-linguist/pkg-plist
M +2 -0 devel/qt4-linguisttools/Makefile
M +4 -4 devel/qt4-linguisttools/pkg-plist
M +2 -0 devel/qt4-makeqpf/Makefile
M +2 -2 devel/qt4-makeqpf/pkg-plist
M +2 -0 devel/qt4-moc/Makefile
M +2 -2 devel/qt4-moc/pkg-plist
M +2 -0 devel/qt4-qvfb/Makefile
M +2 -2 devel/qt4-qvfb/pkg-plist
M +2 -0 devel/qt4-rcc/Makefile
M +2 -0 devel/qt4-uic/Makefile
M +2 -2 devel/qt4-uic/pkg-plist
M +2 -0 misc/qt4-qtconfig/Makefile
M +2 -2 misc/qt4-qtconfig/pkg-plist
More information about the kde-freebsd
mailing list