pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Fri Jan 23 16:04:03 UTC 2026
Modified Files:
pkgsrc/devel/cmake: Makefile distinfo version.mk
pkgsrc/devel/cmake-gui: Makefile
Log Message:
cmake cmake-gui: updated to 4.2.2
CMake 4.2.2
* cmProcess: explicitly track the StopTimeout
* gitlab-ci: get the sccache server port from the runner
* cmProcess: compute the timeout when needed
* Tests/CTestTimeoutAfterMatch: add case for stop time bug
* ci: Restore support for Windows 7 in official precompiled binaries
* gitattributes: Do not export ast-grep infrastructure in source archives
* StdIo: Restore compilation on 32-bit MinGW
* Utilities: Select bundled or external dependencies very early
* Linux: Do not force 64-bit `time_t` on 32-bit archs with system libarchive
* Help: Add 4.1 release note about VS link flag suppression
* VS: Restore subsystem link flag for DLLs
* cmake: Fix SARIF diagnostics output path encoding on Windows
* ci: update macOS jobs to use Xcode 26.2
* VS: Restore unicode character set for custom targrets on WindowsStore
* ci: Fix CUDA tests on GPUs newer than the toolkit supports
* ci: Clamp CUDA 'native' architecture in NVHPC job
* Tests: Fix RunCMake.include_external_msproject .sln check failure
* VS: Add include_external_msproject detection of `.njsproj` type
* VS: Add include_external_msproject GUIDs for more project types
* VS: Fix SLNX generation so .NET Core projects build in the IDE
* file(GET_RUNTIME_DEPENDENCIES): Support VS 2026 without VS 2022
* Help: Fix minor grammar problems
* Help: Restore correct sort order for property and variable manuals
* Help: Correct and expand AppImage CPack generator docs
* fileapi: Handle unused imported libraries with missing IMPORTED_IMPLIB
* FASTBuild: set PlatformToolset in the generated .bff file
* FASTBuild: fix configure for non-English MSVC
* CMake: Restore support for compiling as C++11 on Windows
* fileapi: Fix crash on cmake_file_api() call in initial cache
* instrumentation: Fix crash on cmake_instrumentation() call in initial cache
* CPack/AppImage: Add support for a custom AppRun file
* GenEx: Partially restore pre-CMP0199 behavior of $<CONFIG>
* Tutorial: Fix path to file in exercise solution
* Tutorial: Provide MSVC example to build Vendor library
* FindBLAS: Make find_package(nvpl) quiet
To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 pkgsrc/devel/cmake/Makefile
cvs rdiff -u -r1.259 -r1.260 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/cmake/version.mk
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/cmake-gui/Makefile
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
diff -u pkgsrc/devel/cmake/Makefile:1.236 pkgsrc/devel/cmake/Makefile:1.237
--- pkgsrc/devel/cmake/Makefile:1.236 Wed Jan 7 08:46:27 2026
+++ pkgsrc/devel/cmake/Makefile Fri Jan 23 16:04:03 2026
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.236 2026/01/07 08:46:27 wiz Exp $
+# $NetBSD: Makefile,v 1.237 2026/01/23 16:04:03 adam Exp $
-PKGREVISION= 1
.include "Makefile.common"
COMMENT= Cross platform make
Index: pkgsrc/devel/cmake/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.259 pkgsrc/devel/cmake/distinfo:1.260
--- pkgsrc/devel/cmake/distinfo:1.259 Sun Dec 21 19:24:08 2025
+++ pkgsrc/devel/cmake/distinfo Fri Jan 23 16:04:03 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.259 2025/12/21 19:24:08 adam Exp $
+$NetBSD: distinfo,v 1.260 2026/01/23 16:04:03 adam Exp $
-BLAKE2s (cmake-4.2.1.tar.gz) = d413e92c49951a43e593315e014002419ada770d1bc671550efb930a8be3832a
-SHA512 (cmake-4.2.1.tar.gz) = 75617692e975f5974bc015d62983e48d0dedaed2daa1e25d93807d25c6ed836e73e37de064e1e924078162fc20f38f9210ac1c4d699c9bd795050119abc848ce
-Size (cmake-4.2.1.tar.gz) = 12341564 bytes
+BLAKE2s (cmake-4.2.2.tar.gz) = b862430fb5e52cfd42f874ad4a7ac3e44e20632651fe274097f8b53391e0daa4
+SHA512 (cmake-4.2.2.tar.gz) = c768979a968f1b16109bc6ca31bbf21faa118dac7086d6ca372d389361440ab512d6fbf416860209f8f6cdd06decc3e8d31cbbc564b414b7729f42d2c1b099ef
+Size (cmake-4.2.2.tar.gz) = 12344433 bytes
SHA1 (patch-Auxiliary_CMakeLists.txt) = 7a26ef79be53b9d0370029e83f203440aa0be2a4
SHA1 (patch-CMakeLists.txt) = 0fb79458828a021a96e350bc4cf12875914f868b
SHA1 (patch-Modules_Compiler_GNU.cmake) = 745b3a5cd44b4a6eb2dc9452f78f9de3976f37b1
Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.81 pkgsrc/devel/cmake/version.mk:1.82
--- pkgsrc/devel/cmake/version.mk:1.81 Sun Dec 21 19:24:08 2025
+++ pkgsrc/devel/cmake/version.mk Fri Jan 23 16:04:03 2026
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.81 2025/12/21 19:24:08 adam Exp $
+# $NetBSD: version.mk,v 1.82 2026/01/23 16:04:03 adam Exp $
# used by devel/cmake/Makefile.common
# used by devel/cmake-fedora/Makefile
-CMAKE_VERSION= 4.2.1
+CMAKE_VERSION= 4.2.2
CMAKE_API= ${CMAKE_VERSION:R}
Index: pkgsrc/devel/cmake-gui/Makefile
diff -u pkgsrc/devel/cmake-gui/Makefile:1.63 pkgsrc/devel/cmake-gui/Makefile:1.64
--- pkgsrc/devel/cmake-gui/Makefile:1.63 Wed Jan 7 08:46:27 2026
+++ pkgsrc/devel/cmake-gui/Makefile Fri Jan 23 16:04:03 2026
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2026/01/07 08:46:27 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2026/01/23 16:04:03 adam Exp $
# BUILD_DIRS
CMAKE_GENERATORS_INCOMPATIBLE= ninja
-PKGREVISION= 1
.include "../../devel/cmake/Makefile.common"
PKGNAME= cmake-gui-${CMAKE_VERSION}
Home |
Main Index |
Thread Index |
Old Index