Bug 270491 - devel/cmake-core: update to 3.26.1
Summary: devel/cmake-core: update to 3.26.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adriaan de Groot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-27 21:52 UTC by Adriaan de Groot
Modified: 2023-04-13 19:31 UTC (History)
2 users (show)

See Also:
antoine: exp-run+


Attachments
patch, apply with git am (16.46 KB, patch)
2023-03-27 21:52 UTC, Adriaan de Groot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adriaan de Groot freebsd_committer freebsd_triage 2023-03-27 21:52:42 UTC
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.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2023-04-05 12:43:42 UTC
Exp-run looks fine
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-04-12 22:30:32 UTC
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(-)
Comment 3 Adriaan de Groot freebsd_committer freebsd_triage 2023-04-13 19:31:26 UTC
Thanks antoine!