Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 09BD01A921F for ; Mon, 7 Mar 2022 19:59:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A494284E77; Mon, 7 Mar 2022 19:59:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEBCF84D59 for ; Mon, 7 Mar 2022 19:59:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IZrURaYYGzck for ; Mon, 7 Mar 2022 19:59:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4A83284D2E for ; Mon, 7 Mar 2022 19:59:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44FDAFB24; Mon, 7 Mar 2022 19:59:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646683184221880" MIME-Version: 1.0 Date: Mon, 7 Mar 2022 19:59:44 +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: <20220307195944.44FDAFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646683184221880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Mar 7 19:59:44 UTC 2022 Modified Files: pkgsrc/devel/cmake: distinfo version.mk Log Message: cmake: updated to 3.22.3 CMake 3.22.3 * while: Restore tolerance of condition error * FindMPI: Place static first in mpi test source * NMake: Document response file encoding heuristic in a comment * NMake: Use UTF-8 BOM in response files only with MSVC tooling * message: Restore explicit flushing of messages on stderr * gitlab-ci: enable assertions on fedora34-ninja jobs * CompilerId: Fix default extensions check for Clang targeting MSVC ABI * Intel: Add dependencies on system header files on Windows * Tests: Add missing guards on Qt4 and Qt5 tests * BinUtils: Avoid llvm-ar on Apple platforms * Tests: Simplify RunCMake.{if,while} unbalanced parenthesis cases * install(TARGETS): Restore per-export INCLUDES DESTINATION * Help: Add MSVC_TOOLSET_VERSION value for v143 toolset * IAR/CXX: Fix compatibility with CMP0057 OLD * FindGLUT: Use link directories for libs from pkg-config * FindMatlab: Fix version detection for MCR >= 9.10 * IntelLLVM: Add dependencies on system header files on Windows * Help: Drop incorrect versionadded for try_compile result variable * FindGSL: Improve version extraction regex To generate a diff of this commit: cvs rdiff -u -r1.191 -r1.192 pkgsrc/devel/cmake/distinfo cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/cmake/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646683184221880 Content-Disposition: inline Content-Length: 1764 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.191 pkgsrc/devel/cmake/distinfo:1.192 --- pkgsrc/devel/cmake/distinfo:1.191 Fri Jan 28 21:56:21 2022 +++ pkgsrc/devel/cmake/distinfo Mon Mar 7 19:59:44 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.191 2022/01/28 21:56:21 schmonz Exp $ +$NetBSD: distinfo,v 1.192 2022/03/07 19:59:44 adam Exp $ -BLAKE2s (cmake-3.22.2.tar.gz) = 35c1422d64da55e0f23ef4c0d2baccff8592e3908068de451463eb137e63b4d6 -SHA512 (cmake-3.22.2.tar.gz) = 86e95f9ce773bcc7513a1c3901561a1b09d06830936b8b1d44e075fe3bac55cfa636eccdedfa94a9939f5e12eb965224559fac30a17c64314ee023acb2a3e53f -Size (cmake-3.22.2.tar.gz) = 9779456 bytes +BLAKE2s (cmake-3.22.3.tar.gz) = eafa5d81e2a1ab1cb7aee21fec3a4706330cb44ef0cbc9633be9fabad67ab536 +SHA512 (cmake-3.22.3.tar.gz) = a35003468153b99770ac6bbdeaa611a231a1104560da36aca0f393b8b71dbb44d854378504d2ec6b4af615f78efe18d91453fe15a1b7ec58129aa0289a5a1507 +Size (cmake-3.22.3.tar.gz) = 9779118 bytes SHA1 (patch-CMakeLists.txt) = fabdb0590f4b97c34c2242749ae3b6af18aefc0a SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9 SHA1 (patch-Modules_FindCurses.cmake) = 98cac805a6abafcfb8b61e441b50a1d6aec27ad0 Index: pkgsrc/devel/cmake/version.mk diff -u pkgsrc/devel/cmake/version.mk:1.24 pkgsrc/devel/cmake/version.mk:1.25 --- pkgsrc/devel/cmake/version.mk:1.24 Tue Jan 25 21:18:08 2022 +++ pkgsrc/devel/cmake/version.mk Mon Mar 7 19:59:44 2022 @@ -1,6 +1,6 @@ -# $NetBSD: version.mk,v 1.24 2022/01/25 21:18:08 adam Exp $ +# $NetBSD: version.mk,v 1.25 2022/03/07 19:59:44 adam Exp $ # used by devel/cmake/Makefile.common # used by devel/cmake-fedora/Makefile -CMAKE_VERSION= 3.22.2 +CMAKE_VERSION= 3.22.3 CMAKE_API= ${CMAKE_VERSION:R} --_----------=_1646683184221880--