[kde-freebsd] [SVN Commit] area51/PORTS/devel
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Jul 28 08:44:19 UTC 2014
SVN commit 10204 by rakuco:
CMake: Stop using bundled third-party libraries.
Building CMake with its own copies of libraries such as curl and libarchive
is not a good practice and carries security risks, since we are stuck with
whatever version is shipped with CMake in a release.
The only blocker for doing this in the past was the lack of some symbols in
base's libarchive, but everything seems to be in place in FreeBSD 8.4+.
PR: 168671
M +3 -0 cmake-gui/Makefile
M +4 -0 cmake/Makefile
M +0 -8 cmake/pkg-plist
More information about the kde-freebsd
mailing list