Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cmake cmake: updated to 3.17.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e13ccfa4dde8
branches:  trunk
changeset: 428701:e13ccfa4dde8
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 10 05:53:47 2020 +0000

description:
cmake: updated to 3.17.1

CMake 3.17.1
* ExternalProject: allow `DOWNLOAD_NO_EXTRACT OFF`
* Makefiles: Fix silencing of nested calls for GNU make 4.3
* VS: Fix ClangCL toolset compiler path detection
* Ninja Multi-Config: Fix MSVC showincludes prefix detection
* CheckIPOSupported: Avoid polluting cache with common name 'result'
* CTest: Fix reported duration on timeout when grindchild keeps pipes open
* target_link_libraries: Fix regression in case of $ genex
* AIX: Install ExportImportList script with execute permission
* XL: C++14 language level flags are only available on Linux
* XL: Add comment clarifying why we pretend it has full C++11/14 support
* CPack/NSIS: Document and check requirement of at least NSIS 3.0
* Utilities/Release: Update to openssl 1.1.1f
* Apple: Improve handling of missing SDKs in CMAKE_APPLE_ARCH_SYSROOTS
* Apple: Fix mapping CMAKE_APPLE_ARCH_SYSROOTS to custom OSX_ARCHITECTURES
* cmCursesLongMessageForm: Factor out helper to draw message to form
* Help: Minor typos and formatting for XCODE_SCHEME_WORKING_DIRECTORY
* Help: Add missing XCODE_SCHEME_WORKING_DIRECTORY
* Help: Fix inaccuracies and omissions in MACHO_* property docs
* Help: Fix CMAKE_FIND_DEBUG_MODE list formatting
* Help: Improve discoverability of CMAKE_FIND_DEBUG_MODE
* cmake-gui: Fix use-after-free in Open-possible check
* Help: Fixed typo in CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst
* Help: Move Ninja Multi-Config variable details into their respective pages
* Ninja: Make config uppercase in object order target
* llvm-rc: Enable preprocessing if CMAKE_RC_COMPILER_INIT is an absolute path
* FindPython: misc. fixes
* FindPython: fix variable spelling error
* FindPython: fix handling when FIND_VIRTUALENV == FIRST
* ccmake: Use incremental rendering for the logs
* llvm-rc: Select preprocessor from active languages
* llvm-rc: Write depfile to location specified by the generator
* llvm-rc: Print stderr output when calling tools through cmake_llvm_rc
* llvm-rc: Restore include path for data after explicit preprocessing

diffstat:

 devel/cmake/Makefile.version |   4 ++--
 devel/cmake/distinfo         |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 404ec042b7c3 -r e13ccfa4dde8 devel/cmake/Makefile.version
--- a/devel/cmake/Makefile.version      Fri Apr 10 04:00:02 2020 +0000
+++ b/devel/cmake/Makefile.version      Fri Apr 10 05:53:47 2020 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.version,v 1.55 2020/03/21 12:58:00 adam Exp $
+# $NetBSD: Makefile.version,v 1.56 2020/04/10 05:53:47 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
-CMAKE_VERSION= 3.17.0
+CMAKE_VERSION= 3.17.1
 CMAKE_API=     ${CMAKE_VERSION:R}
diff -r 404ec042b7c3 -r e13ccfa4dde8 devel/cmake/distinfo
--- a/devel/cmake/distinfo      Fri Apr 10 04:00:02 2020 +0000
+++ b/devel/cmake/distinfo      Fri Apr 10 05:53:47 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.155 2020/03/21 12:58:00 adam Exp $
+$NetBSD: distinfo,v 1.156 2020/04/10 05:53:47 adam Exp $
 
-SHA1 (cmake-3.17.0.tar.gz) = c931e3cb4f6c4b22ddbb8f66b4e60f9c29af6b9c
-RMD160 (cmake-3.17.0.tar.gz) = 9373c0524092bec9db3bd8e9259c7cb545c5a0d6
-SHA512 (cmake-3.17.0.tar.gz) = f09440681e0c414f5ca669f3aeba6666d09e0642f30a2e12c3199e7fb3da95a7dd17994fc54475c49638c37f0502ea0a2d8da0f9098805f11088ba7b299bf72a
-Size (cmake-3.17.0.tar.gz) = 9466484 bytes
+SHA1 (cmake-3.17.1.tar.gz) = c5f11d66a9c37011264400b4e36e6dd0b4ae9160
+RMD160 (cmake-3.17.1.tar.gz) = 011198ca466e6ef1495cfe89a18d018762b6e349
+SHA512 (cmake-3.17.1.tar.gz) = 457f4f43a32cc8d966939158f2cc09768b93733426aeb9b6da71313ec060f958399d098af363c3c7f18752998347e05073a399de736e5ca0804ec2bba2cee7ac
+Size (cmake-3.17.1.tar.gz) = 9467298 bytes
 SHA1 (patch-CMakeLists.txt) = fabdb0590f4b97c34c2242749ae3b6af18aefc0a
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9
 SHA1 (patch-Modules_FindCurses.cmake) = 98cac805a6abafcfb8b61e441b50a1d6aec27ad0



Home | Main Index | Thread Index | Old Index