pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cmake
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 1 14:28:07 UTC 2026
Modified Files:
pkgsrc/devel/cmake: PLIST distinfo version.mk
Log Message:
cmake cmake-gui: updated to 4.4.1
CMake 4.4.1
* gitlab-ci: make `needs` explicitly empty where possible
* gitlab-ci: move macOS arm64 jobs to `tart` runners
* gitlab-ci: extend Xcode CI job timeout to 3 hours
* ci: do not limit testing based on load in a `tart` runner
* Tests: Update RunCMake.Framework expected output for macOS 26.4
* try_compile: Restore toleration of toolchain file setting internal variable
* GNUInstallDirs: Document cross-compiling behavior w.r.t. lib directories
* Style: Replace some UTF-8 characters with ASCII equivalents
* CPackIFW: Add recent release versions to search list
* FASTBuild: Prefer first compiler in PATH on Windows
* CTest: Restore support for dashboard client build targets
* Help: target_sources: Align descriptions with signatures
* Presets: Forward presets-file to workflow steps
* FindPython: fix SABIModule detection failure
* FindPython: Add support for pydebug ABI flag on Windows
* CMAKE_TEST_BUILD_DEPENDS: Use config when evaluating test dependency targets
* Tests: Fix wrong check in CPS import test
* Check*: Refactor variable handling
* Check*: Restore more toleration of `;-W...` in CMAKE_REQUIRED_FLAGS
* Diagnostics: Fix interaction with cached state
* Tests: Fix symbolic component tests
* Ninja: Restore cmcldeps command-line ordering
* ctest: Exit nonzero when write to output JUnit or XML fails
* GoogleTest: Fix gtest_discover_tests race on POST_BUILD of multiple targets
* GoogleTest: Avoid generation error on duplicate target test discovery
* VS: Avoid unsupported ScanSourceForModuleDependencies under ClangCl
* c++modules: Fix transitive synthetic BMI discovery
* c++modules: discover synth targets for all configs
* c++modules: Account for preprocessor flags in compile options
* CPS: Add package requirements for per-config link dependencies
* CPS/c++modules: Use file system root as base directory for module manifests
* ctest: Avoid unused-cli warning when propagating SITE/BUILDNAME
* Help/CMAKE_LANG_COMPILER: Document Visual Studio, Xcode, GHS generators quirks
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/cmake/PLIST
cvs rdiff -u -r1.267 -r1.268 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/cmake/version.mk
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/PLIST
diff -u pkgsrc/devel/cmake/PLIST:1.90 pkgsrc/devel/cmake/PLIST:1.91
--- pkgsrc/devel/cmake/PLIST:1.90 Thu Jul 16 11:14:00 2026
+++ pkgsrc/devel/cmake/PLIST Sat Aug 1 14:28:07 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.90 2026/07/16 11:14:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.91 2026/08/01 14:28:07 adam Exp $
bin/ccmake
bin/cmake
bin/cpack
@@ -3186,6 +3186,7 @@ share/cmake-${CMAKE_API}/Modules/Interna
share/cmake-${CMAKE_API}/Modules/Internal/CPack/NSIS.template.in
share/cmake-${CMAKE_API}/Modules/Internal/CPack/WIX-v3/WIX.template.in
share/cmake-${CMAKE_API}/Modules/Internal/CPack/WIX.template.in
+share/cmake-${CMAKE_API}/Modules/Internal/CheckCommon.cmake
share/cmake-${CMAKE_API}/Modules/Internal/CheckCompilerFlag.cmake
share/cmake-${CMAKE_API}/Modules/Internal/CheckFlagCommonConfig.cmake
share/cmake-${CMAKE_API}/Modules/Internal/CheckLinkerFlag.cmake
Index: pkgsrc/devel/cmake/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.267 pkgsrc/devel/cmake/distinfo:1.268
--- pkgsrc/devel/cmake/distinfo:1.267 Thu Jul 16 11:14:00 2026
+++ pkgsrc/devel/cmake/distinfo Sat Aug 1 14:28:07 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.267 2026/07/16 11:14:00 adam Exp $
+$NetBSD: distinfo,v 1.268 2026/08/01 14:28:07 adam Exp $
-BLAKE2s (cmake-4.4.0.tar.gz) = ecac48ba97edca0c0e52152c1ff399a42b81c5736c4c915de5652cb59f67b2a7
-SHA512 (cmake-4.4.0.tar.gz) = 1d5840738813743bdafd30dcb8680e4bc72aacc61466abaedbc2dbfe5397da59a3e34d0016555e6a7b63b2f05e58dee4c97716a51750150dd0618a263e173e31
-Size (cmake-4.4.0.tar.gz) = 13275398 bytes
+BLAKE2s (cmake-4.4.1.tar.gz) = 29df9508e6551bd1e269a3ef3cf91df0f492314a3adbc4a7fcf889d40a79c7b2
+SHA512 (cmake-4.4.1.tar.gz) = 0d9afa02d1ce9a7c49de75ba661987896f69a2559b178fe963ba320a5087f97cda9124002d9a8e710c6be591b3c0055703a3d3c6a05e9088e20634722225b9e5
+Size (cmake-4.4.1.tar.gz) = 13281335 bytes
SHA1 (patch-Auxiliary_CMakeLists.txt) = 98a11bd91a09b344ccef2a7c6e883731ab345778
SHA1 (patch-Modules_Compiler_GNU.cmake) = 745b3a5cd44b4a6eb2dc9452f78f9de3976f37b1
SHA1 (patch-Modules_FindCurses.cmake) = 98cac805a6abafcfb8b61e441b50a1d6aec27ad0
Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.88 pkgsrc/devel/cmake/version.mk:1.89
--- pkgsrc/devel/cmake/version.mk:1.88 Thu Jul 16 11:14:00 2026
+++ pkgsrc/devel/cmake/version.mk Sat Aug 1 14:28:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.88 2026/07/16 11:14:00 adam Exp $
+# $NetBSD: version.mk,v 1.89 2026/08/01 14:28:07 adam Exp $
# used by devel/cmake/Makefile.common
# used by devel/cmake-fedora/Makefile
-CMAKE_VERSION= 4.4.0
+CMAKE_VERSION= 4.4.1
CMAKE_API= ${CMAKE_VERSION:R}
Home |
Main Index |
Thread Index |
Old Index