From: Klemens Nanni Subject: Re: devel/abseil-cpp: update to 20240722.0 (bulk wanted) To: ports , Andrew Krasavin Date: Sun, 4 Aug 2024 20:49:39 +0000 04.08.2024 23:42, Klemens Nanni пишет: > 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. Same diff with a major crank which I forgot. 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 20:47:48 -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