Thu Sep 29 19:36:06 2022 UTC ()
abseil: updated to 20220623.1

Abseil LTS 20220623.1

What's New:

Added absl::AnyInvocable, a move-only function type.
Added absl::CordBuffer, a type for buffering data for eventual inclusion an absl::Cord, which is useful for writing zero-copy code.
Added support for command-line flags of type absl::optional<T>.

Breaking Changes:

CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control whether or not unit tests are built.
The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that are experiencing new warnings can use -Wno-deprecated-declatations silence the warnings or use -Wno-error=deprecated-declarations to see warnings but not fail the build.
ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some compilers are more strict about where this keyword must appear compared to the pre-C++20 implementation.
Bazel builds now depend on the bazelbuild/bazel-skylib repository. See Abseil's WORKSPACE file for an example of how to add this dependency.

Other:

This will be the last release to support C++11. Future releases will require at least C++14.


(adam)
diff -r1.11 -r1.12 pkgsrc/devel/abseil/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/abseil/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/abseil/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/abseil/Makefile 2022/07/06 15:16:59 1.11
+++ pkgsrc/devel/abseil/Makefile 2022/09/29 19:36:06 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2022/07/06 15:16:59 adam Exp $ 1# $NetBSD: Makefile,v 1.12 2022/09/29 19:36:06 adam Exp $
2 2
3DISTNAME= abseil-20220623.0 3DISTNAME= abseil-20220623.1
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=abseil/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=abseil/}
6GITHUB_PROJECT= abseil-cpp 6GITHUB_PROJECT= abseil-cpp
7GITHUB_TAG= ${PKGVERSION_NOREV} 7GITHUB_TAG= ${PKGVERSION_NOREV}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/abseil/abseil-cpp 10HOMEPAGE= https://github.com/abseil/abseil-cpp
11COMMENT= C++ Common Libraries 11COMMENT= C++ Common Libraries
12LICENSE= apache-2.0 12LICENSE= apache-2.0
13 13
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_LANGUAGES= c++11 15USE_LANGUAGES= c++11
16CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON 16CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON

cvs diff -r1.14 -r1.15 pkgsrc/devel/abseil/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/abseil/distinfo 2022/07/06 15:27:01 1.14
+++ pkgsrc/devel/abseil/distinfo 2022/09/29 19:36:06 1.15
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.14 2022/07/06 15:27:01 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2022/09/29 19:36:06 adam Exp $
2 2
3BLAKE2s (abseil-20220623.0-20220623.0.tar.gz) = 6d266cfbbdabc9047de29dcd6a164d35d2ea0139f43638a7a67d767d8ce4e996 3BLAKE2s (abseil-20220623.1-20220623.1.tar.gz) = 0eb42c56e9c0136a14a48e74a820bd868384ce08cc13a92c1f42db6616a8313d
4SHA512 (abseil-20220623.0-20220623.0.tar.gz) = 6a84254927cac285c77f6b2e77de23ce4f65c28acc0289228f3db552e247fb1dedf2c6e51a98da7df700c062612e27e6acd029122e8abc3fff12f3f5502c8c10 4SHA512 (abseil-20220623.1-20220623.1.tar.gz) = ab4fccd9a2bfa0c5ad4b56c8e8f8b7ec7a8eca8b6cc6959802acadd1da785e1feb078c6ac621808cd699c82717a9e637dc426d94b70a8db7f2a807059d41cbc2
5Size (abseil-20220623.0-20220623.0.tar.gz) = 1957466 bytes 5Size (abseil-20220623.1-20220623.1.tar.gz) = 1957483 bytes
6SHA1 (patch-absl_debugging_internal_vdso__support.cc) = 2292c5b0f2b41679039a1697508343ff5b6cc401 6SHA1 (patch-absl_debugging_internal_vdso__support.cc) = 2292c5b0f2b41679039a1697508343ff5b6cc401
7SHA1 (patch-absl_time_internal_cctz_src_time__zone__format.cc) = 501736490edc62afb8b82e16f9a88e7fab6f5552 7SHA1 (patch-absl_time_internal_cctz_src_time__zone__format.cc) = 501736490edc62afb8b82e16f9a88e7fab6f5552