[kde-freebsd] [Bug 202516] [exp-run] Update CMake to 3.3.1.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 7 12:10:27 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202516
--- Comment #26 from commit-hook at freebsd.org ---
A commit references this bug:
Author: rakuco
Date: Mon Sep 7 12:09:56 UTC 2015
New revision: 396266
URL: https://svnweb.freebsd.org/changeset/ports/396266
Log:
Update CMake to 3.1.1.
Release notes for the 3.3 series:
http://www.cmake.org/cmake/help/v3.3/release/3.3.html
This update took longer than expected because of a behavior change in CMake:
now calls to find_library(), find_path() etc will take the $PATH environment
variable into consideration, which in practice means that it will prefer
libraries in base instead of those in ports when both versions are available.
r395972 is an example of the groundwork that had to be done before landing
this
patch.
- deskutils/owncloudclient: When OpenSSL from ports is to be used, make sure
to
pass ${LOCALBASE} as $CMAKE_PREFIX_PATH, otherwise it will use the version
in
base (see above) and fail on 9.x.
- math/cgal: Import upstream patch to fix the configuration process with
CMake
3.3.x.
PR: 202516
Changes:
head/deskutils/owncloudclient/Makefile
head/devel/cmake/Makefile
head/devel/cmake/distinfo
head/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
head/devel/cmake/files/patch-git_c775072a
head/devel/cmake/pkg-plist
head/devel/cmake-gui/Makefile
head/devel/cmake-modules/pkg-plist
head/math/cgal/files/patch-src_CMakeLists.txt
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list