From: Klemens Nanni Subject: devel/abseil-cpp: update to 20240722.0 (bulk wanted) To: ports , Andrew Krasavin Date: Sun, 4 Aug 2024 20:42:51 +0000 https://github.com/abseil/abseil-cpp/releases Simple update, same 'make test' results as with the current version: 99% tests passed, 3 tests failed out of 213 Total Test time (real) = 232.63 sec The following tests FAILED: 97 - absl_log_stripping_test (Failed) 166 - absl_charconv_test (Failed) 174 - absl_str_format_convert_test (Failed) There a few new libs and I reformatted the ABSL_LIBS block. Would anyone be so kind and put this through a bulk? I'm not expecting (much) fallout, but would like to know/fix things before. My WIP net/tg_owt and net/tdesktop updates are happy with new abseil. Index: Makefile =================================================================== RCS file: /cvs/ports/devel/abseil-cpp/Makefile,v diff -u -p -r1.31 Makefile --- Makefile 17 Apr 2024 03:13:47 -0000 1.31 +++ Makefile 4 Aug 2024 19:53:34 -0000 @@ -3,7 +3,7 @@ CATEGORIES = devel GH_ACCOUNT = abseil GH_PROJECT = ${GH_ACCOUNT}-cpp -GH_TAGNAME = 20240116.2 +GH_TAGNAME = 20240722.0 HOMEPAGE = https://abseil.io/ @@ -14,35 +14,35 @@ MAINTAINER = Andrew Krasavin