devel/cmake*: Update to 3.31.7

kde@ is aware that CMake 4.0.x is out, but an update at this time would
likely entail fallout from 500+ ports, which we'd rather let upstream
projects deal with until fixing problems ourselves reaches a manageable
level. Most of these are easily fixable, but it's still a lot to clear
for a very small team with other projects to consider. See, for example:
https://build.opensuse.org/project/show/home:simotek:cmake4

https://www.kitware.com/cmake-3-31-7-available-for-download/
This commit is contained in:
Jason E. Hale 2025-05-01 01:43:22 -04:00
parent dc661e3768
commit 2250b9fbaa
5 changed files with 17 additions and 12 deletions

View File

@ -68,7 +68,7 @@ _valid_ARGS= indirect insource noninja run testing _internal
# Reminder: devel/cmake-core, devel/cmake-doc, devel/cmake-gui, and devel/cmake-man
# are all affected by changing _CMAKE_VERSION. Please check each of these ports.
_CMAKE_VERSION= 3.31.6
_CMAKE_VERSION= 3.31.7
CMAKE_BIN= ${LOCALBASE}/bin/cmake
# Sanity check

View File

@ -7,9 +7,6 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Cross-platform Makefile generator
WWW= https://www.cmake.org/
PATCH_SITES= https://gitlab.kitware.com/cmake/cmake/-/commit/
PATCHFILES+= 1b0c92a3a1b782ff3e1c4499b6ab8db614d45bcd.patch:-p1 # Fix build with curl >= 8.13.0
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/Copyright.txt

View File

@ -1,5 +1,3 @@
TIMESTAMP = 1745845681
SHA256 (cmake-3.31.6.tar.gz) = 653427f0f5014750aafff22727fb2aa60c6c732ca91808cfb78ce22ddd9e55f0
SIZE (cmake-3.31.6.tar.gz) = 11710589
SHA256 (1b0c92a3a1b782ff3e1c4499b6ab8db614d45bcd.patch) = fab4f6c4dfbdea777a5ccad3db97fd5f3336fcb48a30847c94c0a5636757c2ef
SIZE (1b0c92a3a1b782ff3e1c4499b6ab8db614d45bcd.patch) = 1142
TIMESTAMP = 1746076226
SHA256 (cmake-3.31.7.tar.gz) = a6d2eb1ebeb99130dfe63ef5a340c3fdb11431cce3d7ca148524c125924cea68
SIZE (cmake-3.31.7.tar.gz) = 11711975

View File

@ -2856,6 +2856,19 @@ share/bash-completion/completions/ctest
%%DATADIR%%/Modules/Internal/CMakeDetermineLinkerId.cmake
%%DATADIR%%/Modules/Internal/CMakeFortranLinkerInformation.cmake
%%DATADIR%%/Modules/Internal/CMakeHIPLinkerInformation.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectASM-ATTLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectASMLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectASM_MARMASMLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectASM_MASMLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectASM_NASMLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectCLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectCUDALinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectCXXLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectFortranLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectHIPLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectOBJCLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectOBJCXXLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeInspectSwiftLinker.cmake
%%DATADIR%%/Modules/Internal/CMakeNVCCFilterImplicitInfo.cmake
%%DATADIR%%/Modules/Internal/CMakeNVCCParseImplicitInfo.cmake
%%DATADIR%%/Modules/Internal/CMakeOBJCLinkerInformation.cmake

View File

@ -7,9 +7,6 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt-based GUI for CMake
WWW= https://www.cmake.org
PATCH_SITES= https://gitlab.kitware.com/cmake/cmake/-/commit/
PATCHFILES+= 1b0c92a3a1b782ff3e1c4499b6ab8db614d45bcd.patch:-p1 # Fix build with curl >= 8.13.0
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/Copyright.txt