Created attachment 252188 [details] v1 Moin moin! kde@ would like to ask for an exp-run to update devel/cmake and friends to 3.30.1. Patch is attached and can also be found here: https://people.freebsd.org/~jhale/patches/0001-devel-cmake-Update-to-3.30.1.patch
There seems to be 1 new failure: https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-07-21_07h10m19s/logs/google-cloud-cpp-2.13.0_5.log
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c41945beec57c14cab81a426aeb7c949bc0b275 commit 5c41945beec57c14cab81a426aeb7c949bc0b275 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-07-25 21:49:11 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-08-06 16:43:02 +0000 devel/google-cloud-cpp: Update to 2.27.0 Disable the mocking libraries, which require devel/googletest. This could be a future optional feature, but not deemed needed at this time since this is currently a leaf port. As mentioned in the release notes, not linking the mocking libraries to GoogleTest was a bug that manifested itself with CMake >= 3.30.0 [1]. Fix pkgconfig paths. https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.27.0 PR: 280381 [1], 280449 Approved by: portmgr (tcberner) devel/google-cloud-cpp/Makefile | 14 +- devel/google-cloud-cpp/distinfo | 10 +- devel/google-cloud-cpp/pkg-plist | 686 ++++++++++++++++----------------------- 3 files changed, 291 insertions(+), 419 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbb737b613387a77d61325b3a7c1f679c9dccfdd commit fbb737b613387a77d61325b3a7c1f679c9dccfdd Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-07-20 05:45:32 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-08-06 16:43:02 +0000 devel/cmake*: Update to 3.30.1 Announcements: https://www.kitware.com/cmake-3-30-0-available-for-download/ https://www.kitware.com/cmake-3-30-1-available-for-download/ Release notes: https://cmake.org/cmake/help/latest/release/3.30.html PR: 280381 Exp-run by: antoine Mk/Uses/cmake.mk | 2 +- devel/cmake-core/distinfo | 6 ++--- devel/cmake-core/pkg-plist | 43 +++++++++++++++++++++++++++++-- devel/cmake-doc/pkg-plist | 64 ++++++++++++++++++++++++++++++++++++++++++++++ devel/cmake-gui/Makefile | 2 +- 5 files changed, 110 insertions(+), 7 deletions(-)
Thanks for the exp-run, Antoine!