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:           Tue Feb 25 16:12:56 UTC 2025

Modified Files:
        pkgsrc/devel/cmake: PLIST distinfo version.mk

Log Message:
cmake cmake-gui: updated to 3.31.6

CMake 3.31.6
* Help: Clarify when execute_process ENCODING UTF-8 became the default
* Linker: Restore support for WHOLE_ARCHIVE with Swift libraries
* Linker configuration: Add missing platform Haiku
* ci: Update Windows builds to MSVC 14.43 toolset
* cmGeneratorExpressionDAGChecker: Construct with initializer list syntax
* cmGeneratorExpressionDAGChecker: De-duplicate constructor signature
* cmGeneratorExpressionDAGChecker: Construct with initializer list syntax
* Tests: Split CustomTransitiveProperties argument checks into helper
* Tests: Extend CustomTransitiveProperties with non-transitive LINK_LIBRARIES
* Tests: Extend CustomTransitiveProperties with custom transitive LINK_LIBRARIES
* GenEx: Restore evaluation context for conditional transitive properties
* GenEx: Fix evaluation of LINK_LIBRARIES as custom transitive property
* GoogleTest: Restore support for spaces in explicit WORKING_DIRECTORY
* TIClang: Make ARM architecture id uppercase


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/cmake/PLIST
cvs rdiff -u -r1.249 -r1.250 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.74 -r1.75 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.83 pkgsrc/devel/cmake/PLIST:1.84
--- pkgsrc/devel/cmake/PLIST:1.83       Wed Nov 27 07:02:35 2024
+++ pkgsrc/devel/cmake/PLIST    Tue Feb 25 16:12:56 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.83 2024/11/27 07:02:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.84 2025/02/25 16:12:56 adam Exp $
 bin/ccmake
 bin/cmake
 bin/cpack
@@ -3191,6 +3191,7 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-AppleClang-Fortran.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-AppleClang-OBJC.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-AppleClang-OBJCXX.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-AppleClang-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-AppleClang.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-C.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-CUDA.cmake
@@ -3206,6 +3207,7 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-MOLD-OBJCXX.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-OBJC.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-OBJCXX.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Apple-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/BSD-Linker-Initialize.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/CYGWIN-ASM.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/CYGWIN-C.cmake
@@ -3257,6 +3259,15 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/GNU-GNU-Fortran.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/GNU-GNU.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/GNU.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Haiku-ASM.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Haiku-C.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Haiku-CXX.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Haiku-GNU-ASM.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Haiku-GNU-C.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Haiku-GNU-CXX.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Haiku-LLD-ASM.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Haiku-LLD-C.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Haiku-LLD-CXX.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-ASM.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-C.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-CUDA.cmake
@@ -3268,6 +3279,7 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNU-CXX.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNU-Fortran.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNU-HIP.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNU-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNU.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNUgold-ASM.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNUgold-C.cmake
@@ -3275,6 +3287,7 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNUgold-CXX.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNUgold-Fortran.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNUgold-HIP.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-GNUgold-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-HIP.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-LLD-ASM.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-LLD-C.cmake
@@ -3282,6 +3295,7 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-LLD-CXX.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-LLD-Fortran.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-LLD-HIP.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-LLD-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-LLD.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-MOLD-ASM.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-MOLD-C.cmake
@@ -3290,6 +3304,7 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-MOLD-Fortran.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-MOLD-HIP.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-MOLD.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Linux-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/MSYS-ASM.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/MSYS-C.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/MSYS-CXX.cmake
@@ -3381,7 +3396,9 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Windows-MSVC-CXX.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Windows-MSVC-Fortran.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Windows-MSVC-HIP.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Windows-MSVC-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/Windows-MSVC.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/Windows-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsCE-C.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsCE-CXX.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsCE-MSVC-C.cmake
@@ -3402,6 +3419,8 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsPhone-MSVC-C.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsPhone-MSVC-CXX.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsPhone-MSVC-Swift.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsPhone-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsStore-ASM.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsStore-C.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsStore-CXX.cmake
@@ -3414,6 +3433,8 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsStore-MSVC-ASM.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsStore-MSVC-C.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsStore-MSVC-CXX.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsStore-MSVC-Swift.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linker/WindowsStore-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linux-Absoft-Fortran.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linux-Apple-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linux-CCur-Fortran.cmake

Index: pkgsrc/devel/cmake/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.249 pkgsrc/devel/cmake/distinfo:1.250
--- pkgsrc/devel/cmake/distinfo:1.249   Wed Jan 29 14:31:30 2025
+++ pkgsrc/devel/cmake/distinfo Tue Feb 25 16:12:56 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.249 2025/01/29 14:31:30 adam Exp $
+$NetBSD: distinfo,v 1.250 2025/02/25 16:12:56 adam Exp $
 
-BLAKE2s (cmake-3.31.5.tar.gz) = a7f67ee0e2dce69aaa2e0f0846a0c4368ef0aef060d5822c57d5521b2e3113b5
-SHA512 (cmake-3.31.5.tar.gz) = 1981efafa8916371caf58b1fcbf9c9d73d365ec119279860ee2fa11f4ff72d87bb3a4570eb20a45fae95260bb8f565daf2f579a890b2dad588207b3fcc158e43
-Size (cmake-3.31.5.tar.gz) = 11706495 bytes
+BLAKE2s (cmake-3.31.6.tar.gz) = 5f22cde7e0aa4a2aaba4f2e8a659abd23ffd98d408e7bcc3bdeb296f73c5b718
+SHA512 (cmake-3.31.6.tar.gz) = 839d06b6ebd0bf78cbe8f7ae3a7c00026e70d759a81ac51aa103f35ad985ac69be9e667aae7b5fe48c5e0c41baec791259279679dbdf2ddd8b63a48382a8a2a0
+Size (cmake-3.31.6.tar.gz) = 11710589 bytes
 SHA1 (patch-Auxiliary_CMakeLists.txt) = 7a26ef79be53b9d0370029e83f203440aa0be2a4
 SHA1 (patch-CMakeLists.txt) = 0fb79458828a021a96e350bc4cf12875914f868b
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e06fc41fd7a49ca9f8edaabb95d4ab1cde784112

Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.74 pkgsrc/devel/cmake/version.mk:1.75
--- pkgsrc/devel/cmake/version.mk:1.74  Wed Jan 29 14:31:30 2025
+++ pkgsrc/devel/cmake/version.mk       Tue Feb 25 16:12:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.74 2025/01/29 14:31:30 adam Exp $
+# $NetBSD: version.mk,v 1.75 2025/02/25 16:12:56 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.31.5
+CMAKE_VERSION= 3.31.6
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index