[kde-freebsd] [SVN Commit] branches/plasma5/KDE
Tobias Berner
tcberner at gmail.com
Wed Jul 1 11:36:34 UTC 2015
SVN commit 10826 by tcberner:
With this commit every plasma5-* and kf5-* port should now build fine
on i386-FreeBSD-9.3 (tested in poudriere).
For this modifiy KDECompilerSettings.cmake to use std=c++11 instead of
c++0x, and set compiler:c++11-lib in bsd.frameworks.mk and bsd.plasma.mk.
There is a small hickup in x11-wm/plasma5-kwin, with std::log2 not being
present, which some one should take a look at -- afaik "g++48 -std=c++11"
should see std::log2.
While doing that, also simplilfy the way USES is set in bsd.frameworks.mk
and bsd.plama.mk. Previously they used ?=, which is now switched to +=.
M +1 -1 databases/kf5-akonadi/Makefile
M +1 -1 devel/kf5-extra-cmake-modules/Makefile
A devel/kf5-extra-cmake-modules/files (directory)
A devel/kf5-extra-cmake-modules/files/patch-kde-modules_KDECompilerSettings.cmake
M +2 -3 devel/kf5-kcoreaddons/Makefile
M +3 -2 devel/kf5-kio/Makefile
M +3 -2 x11-toolkits/kf5-kconfigwidgets/Makefile
M +1 -3 x11-toolkits/plasma5-kdeplasma-addons/Makefile
M +5 -0 x11-wm/plasma5-kwin/Makefile
M +1 -1 x11/kf5-frameworks/bsd.frameworks.mk
M +1 -2 x11/kf5-kactivities/Makefile
M +1 -1 x11/plasma5-plasma/bsd.plasma.mk
More information about the kde-freebsd
mailing list