Bug 267872 (cmake-3.25.0) - [exp-run] devel/cmake: Update to 3.25.0
Summary: [exp-run] devel/cmake: Update to 3.25.0
Status: Closed FIXED
Alias: cmake-3.25.0
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Adriaan de Groot
URL: https://cmake.org/cmake/help/v3.25/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-20 08:25 UTC by Loïc Bartoletti
Modified: 2023-01-08 21:43 UTC (History)
3 users (show)

See Also:
antoine: exp-run+


Attachments
cmake 3.25.0 v1 (17.39 KB, patch)
2022-11-20 08:25 UTC, Loïc Bartoletti
no flags Details | Diff
CMake 3.25.1 (23.27 KB, patch)
2023-01-01 20:43 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 Loïc Bartoletti freebsd_committer freebsd_triage 2022-11-20 08:25:12 UTC
Created attachment 238188 [details]
cmake 3.25.0 v1

Hi there,

kde@ would like to ask for an exp-run to update devel/cmake to 3.25.0.

Thanks,

Loïc
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2022-11-20 19:23:01 UTC
There is a bogus file in the patch:

diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo
new file mode 100644
index 000000000000..2b2c6b1b8860
--- /dev/null
+++ b/devel/cmake/distinfo
@@ -0,0 +1 @@
+TIMESTAMP = 1668674812
Comment 3 Adriaan de Groot freebsd_committer freebsd_triage 2023-01-01 20:43:18 UTC
Created attachment 239184 [details]
CMake 3.25.1

Updates the patch so:
- cmake to 3.25.1 (core only, might trip up docs and others)
- telegram build fix
- lizardfs build fix
Comment 4 Adriaan de Groot freebsd_committer freebsd_triage 2023-01-02 22:19:48 UTC
Needs another exp-run with the updated patch which fixes the fallout from the previous one.
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2023-01-08 08:05:26 UTC
Exp-run looks fine
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-01-08 21:36:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=efaecf6690c4abad127e55e59e55b6c8722b2796

commit efaecf6690c4abad127e55e59e55b6c8722b2796
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-12-23 22:42:16 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2023-01-08 21:32:17 +0000

    devel/cmake*: update to 3.25.1

    While here, remove a stale patch (upstreamed in CMake 3.10 or so)
    and repair the CPack FreeBSD pkg generator.

    Prepared by lbartoletti@
    Exp-runs by antoine@

    PR:             267872, 267894

 Mk/Uses/cmake.mk                                   |  2 +-
 devel/cmake-core/Makefile                          |  4 +-
 devel/cmake-core/distinfo                          |  6 +-
 devel/cmake-core/files/InitialCache.cmake          |  2 +-
 .../files/patch-Modules_FindOpenMP.cmake           | 14 ++---
 ...patch-Modules_Platform_FreeBSD-CXX.cmake (gone) | 11 ----
 ...-Source_CPack_cmCPackFreeBSDGenerator.cxx (new) | 22 +++++++
 devel/cmake-core/pkg-plist                         | 69 ++++++++++++++++++++--
 8 files changed, 99 insertions(+), 31 deletions(-)
Comment 7 Adriaan de Groot freebsd_committer freebsd_triage 2023-01-08 21:43:19 UTC
Thanks Antoine, and Loic for starting this off.