ports/devel/cmake/files/patch-CMakeLists.txt
Raphael Kubo da Costa 8201ec1103 Update CMake to 3.1.0.
Upstream release notes:
http://www.cmake.org/cmake/help/v3.1/release/3.1.0.html

Notable changes on the packaging side:
* devel/cmake does not need USE_OPENSSL=yes anymore. In fact, it has not
  needed it since r366996, when we stopped building CMake's bundled copies
  of curl, libarchive & friends (curl was the only consumer of OpenSSL in
  CMake).

* Likewise, we do not need to set CMAKE_USE_OPENSSL in InitialCache.cmake
  anymore.

* On FreeBSD < 10, devel/cmake and devel/cmake-gui now depend on
  archivers/libarchive because the libarchive version in base is too old and
  does not contain some functions that CMake uses.

PR:		196367
2015-01-04 22:18:02 +00:00

14 lines
415 B
Text

Modules/ and Templates/ are installed by devel/cmake-modules.
Not upstreamable.
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -605,7 +605,7 @@
# Install script directories.
install(
- DIRECTORY Help Modules Templates
+ DIRECTORY Help
DESTINATION ${CMAKE_DATA_DIR}
FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
DIRECTORY_PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE