Received: by mail.netbsd.org (Postfix, from userid 605) id BC0C084EEA; Fri, 19 May 2023 10:35:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9DF684E75 for ; Fri, 19 May 2023 10:35:49 +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 in3uD6YY8HXo for ; Fri, 19 May 2023 10:35:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1B74384E73 for ; Fri, 19 May 2023 10:35:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2FFAFA87; Fri, 19 May 2023 10:34:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684492463120330" MIME-Version: 1.0 Date: Fri, 19 May 2023 10:34:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230519103423.C2FFAFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684492463120330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 19 10:34:23 UTC 2023 Modified Files: pkgsrc/devel/cmake: Makefile distinfo version.mk pkgsrc/devel/cmake-gui: Makefile Log Message: cmake cmake-gui: updated to 3.26.4 CMake 3.26.4 * FindPython: fix interpreter launcher variable spelling * Help: Remove duplicated word in COMPILE_OPTIONS target property docs * Ninja: Restore detection of msvc-wine showIncludes prefix * FindJNI: add Ubuntu specific paths for more recent JDK versions * Help: CMP0105 policy: clarifications * FindCUDAToolkit: nvptxcompiler_static correctly specify dependencies * FindCUDAToolkit: Add dependency between cusparse and nvJitLink * FindCUDAToolkit: Fix nvrtc_static dependencies on Windows * FindCUDAToolkit: Add missing static library dependencies on pthread and libdl * FindCUDAToolkit: Support CUDA version extraction from version.json To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 pkgsrc/devel/cmake/Makefile cvs rdiff -u -r1.210 -r1.211 pkgsrc/devel/cmake/distinfo cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/cmake/version.mk cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/cmake-gui/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684492463120330 Content-Disposition: inline Content-Length: 2695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cmake/Makefile diff -u pkgsrc/devel/cmake/Makefile:1.204 pkgsrc/devel/cmake/Makefile:1.205 --- pkgsrc/devel/cmake/Makefile:1.204 Wed Apr 19 08:09:38 2023 +++ pkgsrc/devel/cmake/Makefile Fri May 19 10:34:23 2023 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.204 2023/04/19 08:09:38 adam Exp $ +# $NetBSD: Makefile,v 1.205 2023/05/19 10:34:23 adam Exp $ -PKGREVISION= 1 .include "Makefile.common" COMMENT= Cross platform make Index: pkgsrc/devel/cmake/distinfo diff -u pkgsrc/devel/cmake/distinfo:1.210 pkgsrc/devel/cmake/distinfo:1.211 --- pkgsrc/devel/cmake/distinfo:1.210 Thu Apr 6 11:01:18 2023 +++ pkgsrc/devel/cmake/distinfo Fri May 19 10:34:23 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.210 2023/04/06 11:01:18 adam Exp $ +$NetBSD: distinfo,v 1.211 2023/05/19 10:34:23 adam Exp $ -BLAKE2s (cmake-3.26.3.tar.gz) = cf35d302a0be4556b211aa702694a7c03a96eb1400e44ec64713c1d02924e22a -SHA512 (cmake-3.26.3.tar.gz) = b09447318512b91c772e36c764049789224032c6c650289a94f6311f999ca104b617bf2dced57b723da23472f015549affabd9c8c076857490c47a1aee7eb7a0 -Size (cmake-3.26.3.tar.gz) = 10668855 bytes +BLAKE2s (cmake-3.26.4.tar.gz) = 03ab7c73988b55fe3f21de0bc0ee424fdd48991df63c31719ecc9f1ed2e67e41 +SHA512 (cmake-3.26.4.tar.gz) = fe817c8d5e247db3f0a9a58ee37c466a47220100d9e90711cd5d06c223cef87e41d1a756e75d1537e5f8cd010dcb8971cbeab4684b1ac12bcecf84bf7b720167 +Size (cmake-3.26.4.tar.gz) = 10669686 bytes SHA1 (patch-Auxiliary_CMakeLists.txt) = 7a26ef79be53b9d0370029e83f203440aa0be2a4 SHA1 (patch-CMakeLists.txt) = 0fb79458828a021a96e350bc4cf12875914f868b SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9 Index: pkgsrc/devel/cmake/version.mk diff -u pkgsrc/devel/cmake/version.mk:1.38 pkgsrc/devel/cmake/version.mk:1.39 --- pkgsrc/devel/cmake/version.mk:1.38 Thu Apr 6 11:01:18 2023 +++ pkgsrc/devel/cmake/version.mk Fri May 19 10:34:23 2023 @@ -1,6 +1,6 @@ -# $NetBSD: version.mk,v 1.38 2023/04/06 11:01:18 adam Exp $ +# $NetBSD: version.mk,v 1.39 2023/05/19 10:34:23 adam Exp $ # used by devel/cmake/Makefile.common # used by devel/cmake-fedora/Makefile -CMAKE_VERSION= 3.26.3 +CMAKE_VERSION= 3.26.4 CMAKE_API= ${CMAKE_VERSION:R} Index: pkgsrc/devel/cmake-gui/Makefile diff -u pkgsrc/devel/cmake-gui/Makefile:1.34 pkgsrc/devel/cmake-gui/Makefile:1.35 --- pkgsrc/devel/cmake-gui/Makefile:1.34 Wed Apr 19 08:09:38 2023 +++ pkgsrc/devel/cmake-gui/Makefile Fri May 19 10:34:23 2023 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.34 2023/04/19 08:09:38 adam Exp $ +# $NetBSD: Makefile,v 1.35 2023/05/19 10:34:23 adam Exp $ -PKGREVISION= 2 .include "../../devel/cmake/Makefile.common" PKGNAME= cmake-gui-${CMAKE_VERSION} --_----------=_1684492463120330--