Commit 4263e3aa authored by Jason E. Hale's avatar Jason E. Hale
Browse files

devel/cmake*: Update to 3.31.0

devel/cmake-gui: Convert to out-of-source build

Announcement:
https://www.kitware.com/cmake-3-31-0-available-for-download/

Release notes:
https://cmake.org/cmake/help/latest/release/3.31.html

PR:		282725
Exp-run by:	antoine
parent b389de79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,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.30.5
_CMAKE_VERSION=		3.31.0
CMAKE_BIN=		${LOCALBASE}/bin/cmake

# Sanity check
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1728797290
SHA256 (cmake-3.30.5.tar.gz) = 9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d
SIZE (cmake-3.30.5.tar.gz) = 11502354
TIMESTAMP = 1731429246
SHA256 (cmake-3.31.0.tar.gz) = 300b71db6d69dcc1ab7c5aae61cbc1aa2778a3e00cbd918bc720203e311468c3
SIZE (cmake-3.31.0.tar.gz) = 11699894
+4 −4
Original line number Diff line number Diff line
--- Modules/FindBoost.cmake.orig	2022-01-25 13:45:06 UTC
--- Modules/FindBoost.cmake.orig	2024-11-06 13:41:37 UTC
+++ Modules/FindBoost.cmake
@@ -135,6 +135,9 @@ This module reads hints about search locations from va
@@ -140,6 +140,9 @@ This module reads hints about search locations from va
 ``BOOST_LIBRARYDIR``
   Preferred library directory e.g. ``<prefix>/lib``.
 
@@ -10,7 +10,7 @@
 ``Boost_NO_SYSTEM_PATHS``
   Set to ``ON`` to disable searching in locations not
   specified by these hint variables. Default is ``OFF``.
@@ -558,6 +561,9 @@ function(_boost_set_legacy_variables_from_config)
@@ -574,6 +577,9 @@ endfunction()
   endif()
 endfunction()
 
@@ -20,7 +20,7 @@
 #-------------------------------------------------------------------------------
 # Before we go searching, check whether a boost cmake package is available, unless
 # the user specifically asked NOT to search for one.
@@ -2162,10 +2168,10 @@ foreach(COMPONENT ${Boost_FIND_COMPONENTS})
@@ -2196,10 +2202,10 @@ foreach(COMPONENT ${Boost_FIND_COMPONENTS})
   # Handle Python version suffixes
   unset(COMPONENT_PYTHON_VERSION_MAJOR)
   unset(COMPONENT_PYTHON_VERSION_MINOR)
+2 −2
Original line number Diff line number Diff line
--- Modules/FindSDL.cmake.orig	2021-03-23 15:43:17 UTC
--- Modules/FindSDL.cmake.orig	2024-11-06 13:41:37 UTC
+++ Modules/FindSDL.cmake
@@ -124,6 +124,11 @@ else()
@@ -127,6 +127,11 @@ endif()
   set(VC_LIB_PATH_SUFFIX lib/x86)
 endif()
 
+2 −2
Original line number Diff line number Diff line
--- Modules/GNUInstallDirs.cmake.orig	2023-03-27 21:42:13 UTC
--- Modules/GNUInstallDirs.cmake.orig	2024-11-06 13:41:37 UTC
+++ Modules/GNUInstallDirs.cmake
@@ -408,6 +408,12 @@ macro(GNUInstallDirs_get_absolute_install_dir absvar v
@@ -418,6 +418,12 @@ macro(GNUInstallDirs_get_absolute_install_dir absvar v
       else()
         set(${absvar} "${CMAKE_INSTALL_PREFIX}/${${var}}")
       endif()
Loading