pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 10 05:53:47 UTC 2020

Modified Files:
        pkgsrc/devel/cmake: Makefile.version distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/cmake/Makefile.version
cvs rdiff -u -r1.155 -r1.156 pkgsrc/devel/cmake/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cmake/Makefile.version
diff -u pkgsrc/devel/cmake/Makefile.version:1.55 pkgsrc/devel/cmake/Makefile.version:1.56
--- pkgsrc/devel/cmake/Makefile.version:1.55    Sat Mar 21 12:58:00 2020
+++ pkgsrc/devel/cmake/Makefile.version Fri Apr 10 05:53:47 2020
@@ -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}

Index: pkgsrc/devel/cmake/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.155 pkgsrc/devel/cmake/distinfo:1.156
--- pkgsrc/devel/cmake/distinfo:1.155   Sat Mar 21 12:58:00 2020
+++ pkgsrc/devel/cmake/distinfo Fri Apr 10 05:53:47 2020
@@ -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