pkgsrc-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.24.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35b18cd7ebea
branches:  trunk
changeset: 385759:35b18cd7ebea
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 26 13:37:32 2022 +0000

description:
cmake: updated to 3.24.2

CMake 3.24.2
* automoc: avoid more compiler warnings in linker-warning-silencing code
* ExternalProject: note the default of `GIT_TAG` being `master`
* Help: Clarify that variable references may use cache entries
* ci: use CMake 3.24.1
* gitlab-ci: Use separate MSVC toolset specification for packaging jobs
* gitlab-ci: Update non-packaging Windows builds to MSVC 14.33 toolset
* Tests: Teach RunCMake.SymlinkTrees to tolerate CCACHE_BASEDIR
* automoc: revert attempts to silence linker warning on macos
* Tests: Add cases covering bad ctest output truncation types
* Help: Add missing closing quote on C++ example
* Help: Add crossrefs to ctest output control options
* Help: Fix typos, grammar and formatting in CMP0134 policy docs
* Help: Fix wrong casing of GTest in FetchContent integration example
* FetchContent: Fix unsetting wrong variable name after provider returns
* FetchContent: Ignore EXACT for redirected find_package() calls
* FindZLIB: fix CMAKE_FIND_LIBRARY_PREFIXES being unset when it was empty
* RunCMakeTest: fix Truncation test definition
* ctest: print error for invalid CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION
* FortranCInterface: Add support for LLVMFlang mangling
* FindBoost: Add support for Boost 1.80
* Tests: Fix VS10Project SourceGroupTreeCMakeLists check
* FILE_SET: Fix source group detection
* Xcode: Fix erroneous MACOSX_BUNDLE link
* Help: cmake-developer: Add section for Windows registry access.
* renames method FinalizeTargetCompileInfo() in FinalizeTargetConfiguration().
* Check link libraries properties: fix performances regression
* Help: Fix typo in FetchContent example, extras should read extra
* FindCUDAToolkit: Search the cuda toolkit include path for cupti
* cmFindBase: Refactor CMAKE_FIND_USE_INSTALL_PREFIX handling
* CMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIX
* FindCUDAToolkit: Correctly state cusolver and cublas dependencies
* FindPostgreSQL: Add brew-style directories to search path

diffstat:

 devel/cmake/distinfo   |  8 ++++----
 devel/cmake/version.mk |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 940b729cb8de -r 35b18cd7ebea devel/cmake/distinfo
--- a/devel/cmake/distinfo      Mon Sep 26 13:24:34 2022 +0000
+++ b/devel/cmake/distinfo      Mon Sep 26 13:37:32 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.199 2022/08/22 19:08:10 adam Exp $
+$NetBSD: distinfo,v 1.200 2022/09/26 13:37:32 adam Exp $
 
-BLAKE2s (cmake-3.24.1.tar.gz) = c4c9cf93365e12efa1fa65aa9c7c19d721ee5b9f05906ef8a33f12e55c243655
-SHA512 (cmake-3.24.1.tar.gz) = 67bfafcf9ceba617d7ebbb0ac88b689a2d90ab51fea4a83bd073ee082fb55de8962ce7fb283f3db5f455d286f2199843ffa595a1de207d4fa3e4472d951eb289
-Size (cmake-3.24.1.tar.gz) = 10392868 bytes
+BLAKE2s (cmake-3.24.2.tar.gz) = b863499a7acf9e8d88ed73bc34c5df8232f9df3461b6de3488541452fafab9af
+SHA512 (cmake-3.24.2.tar.gz) = 6f0e8e29bf0336f555ba72c4d83f35d820f8a5159cc999d48795dc57a6627b4ee3966dda84ca97d39906e35dd476ea00cf80023672cc0fad862e2996194c0674
+Size (cmake-3.24.2.tar.gz) = 10396126 bytes
 SHA1 (patch-Auxiliary_CMakeLists.txt) = 7a26ef79be53b9d0370029e83f203440aa0be2a4
 SHA1 (patch-CMakeLists.txt) = 500b8645e7fbfa54dd97555432c453a1b0a57ff3
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9
diff -r 940b729cb8de -r 35b18cd7ebea devel/cmake/version.mk
--- a/devel/cmake/version.mk    Mon Sep 26 13:24:34 2022 +0000
+++ b/devel/cmake/version.mk    Mon Sep 26 13:37:32 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.29 2022/08/22 19:08:10 adam Exp $
+# $NetBSD: version.mk,v 1.30 2022/09/26 13:37:32 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.24.1
+CMAKE_VERSION= 3.24.2
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index