Received: by mail.netbsd.org (Postfix, from userid 605) id E0AAD84D50; Mon, 26 Sep 2022 13:37:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1694F84D50 for ; Mon, 26 Sep 2022 13:37:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6HV75zgajguy for ; Mon, 26 Sep 2022 13:37:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6275F84CEE for ; Mon, 26 Sep 2022 13:37:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B7AEFA90; Mon, 26 Sep 2022 13:37:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664199452175710" MIME-Version: 1.0 Date: Mon, 26 Sep 2022 13:37:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/cmake To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220926133732.5B7AEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664199452175710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 26 13:37:32 UTC 2022 Modified Files: pkgsrc/devel/cmake: distinfo version.mk Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 pkgsrc/devel/cmake/distinfo cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/cmake/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664199452175710 Content-Disposition: inline Content-Length: 1763 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cmake/distinfo diff -u pkgsrc/devel/cmake/distinfo:1.199 pkgsrc/devel/cmake/distinfo:1.200 --- pkgsrc/devel/cmake/distinfo:1.199 Mon Aug 22 19:08:10 2022 +++ pkgsrc/devel/cmake/distinfo Mon Sep 26 13:37:32 2022 @@ -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 Index: pkgsrc/devel/cmake/version.mk diff -u pkgsrc/devel/cmake/version.mk:1.29 pkgsrc/devel/cmake/version.mk:1.30 --- pkgsrc/devel/cmake/version.mk:1.29 Mon Aug 22 19:08:10 2022 +++ pkgsrc/devel/cmake/version.mk Mon Sep 26 13:37:32 2022 @@ -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} --_----------=_1664199452175710--