Created attachment 257598 [details] patch math/or-tools 9.11 isn't compatible with abseil-20240722.0
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=39dbb2a182afa2b14b64c1e1b818e6f921817d2d commit 39dbb2a182afa2b14b64c1e1b818e6f921817d2d Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2025-02-23 04:39:54 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2025-02-23 04:39:54 +0000 devel/abseil: update Abseil C++ to LTS version 20250127.0 As of this release, ABSL_PROPAGATE_CXX_STD is enabled by default so work-arounds like the one in the `devel/libphonenumber' port are no longer necessary. This will be the last release to support C++14. Future releases will require at least C++17. Note that the port already demands it as of commit 17ed41b53fd38. PR: 284861 devel/abseil/Makefile | 2 +- devel/abseil/distinfo | 6 +++--- devel/abseil/pkg-plist | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-)
This should have bumped the dependent ports. There are many unresolved libraries. -- Martin
(In reply to Martin Birgmeier from comment #2) > This should have bumped the dependent ports. Right. I believe commit ports cbef78abfce5 takes care of that, please confirm.
(In reply to Alexey Dokuchaev from comment #3) I can only confirm this for the ports I am using, and yes, this seems to include all the ports I manually recompiled after running 'pkg check -da'. Thank you. -- Martin