Created attachment 241151 [details] patch, apply with git am kde@ would like to ask for an exp-run for the update to CMake 3.26.1. Patch against ports main attached. It updates cmake, also fixes a handful of known problems in other ports and incorporates some PR suggestions.
Exp-run looks fine
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f35240f67b54feb5c212d35cae3b80d24bf52ff commit 2f35240f67b54feb5c212d35cae3b80d24bf52ff Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2023-03-16 21:21:10 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2023-04-12 22:27:28 +0000 devel/cmake: update to 3.26.1, latest upstream See release notes at https://cmake.org/cmake/help/v3.26/release/3.26.html Some "while we're at it" changes: - remove obsolete patch, reported by: diizzy (PR 270337) - set LOCALSTATEDIR to /var (PR 267748) Thanks antoine@ for the exp-run. PR: 270491 270337 267748 Mk/Uses/cmake.mk | 2 +- devel/cmake-core/distinfo | 6 +++--- .../files/patch-Modules_GNUInstallDirs.cmake (new) | 15 +++++++++++++++ .../files/patch-Utilities_cmcurl_lib_url.c (gone) | 13 ------------- devel/cmake-core/pkg-plist | 21 +++++++++++++++++++++ devel/cmake-man/pkg-plist | 1 + devel/cmake-modules-webos/distinfo | 1 + 7 files changed, 42 insertions(+), 17 deletions(-)
Thanks antoine!