diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-02-23 04:39:54 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-02-23 04:39:54 +0000 |
commit | 39dbb2a182afa2b14b64c1e1b818e6f921817d2d (patch) | |
tree | eac821bc7a390fbe30f2f2f3871c5ad01d74fed1 | |
parent | databases/pg.el: Update to 0.48 (diff) |
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
-rw-r--r-- | devel/abseil/Makefile | 2 | ||||
-rw-r--r-- | devel/abseil/distinfo | 6 | ||||
-rw-r--r-- | devel/abseil/pkg-plist | 8 |
3 files changed, 12 insertions, 4 deletions
diff --git a/devel/abseil/Makefile b/devel/abseil/Makefile index 7383d95b7403..873ff282a429 100644 --- a/devel/abseil/Makefile +++ b/devel/abseil/Makefile @@ -1,5 +1,5 @@ PORTNAME= abseil -PORTVERSION= 20240722.0 +PORTVERSION= 20250127.0 CATEGORIES= devel MASTER_SITES= https://github.com/abseil/abseil-cpp/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-cpp-${PORTVERSION} diff --git a/devel/abseil/distinfo b/devel/abseil/distinfo index e3312dc5ec70..1826b7768126 100644 --- a/devel/abseil/distinfo +++ b/devel/abseil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722535788 -SHA256 (abseil-cpp-20240722.0.tar.gz) = f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3 -SIZE (abseil-cpp-20240722.0.tar.gz) = 2242861 +TIMESTAMP = 1738683034 +SHA256 (abseil-cpp-20250127.0.tar.gz) = 16242f394245627e508ec6bb296b433c90f8d914f73b9c026fddb905e27276e8 +SIZE (abseil-cpp-20250127.0.tar.gz) = 2267275 diff --git a/devel/abseil/pkg-plist b/devel/abseil/pkg-plist index 0a2f30aecaf3..0ffb29294e77 100644 --- a/devel/abseil/pkg-plist +++ b/devel/abseil/pkg-plist @@ -41,6 +41,7 @@ include/absl/base/internal/strerror.h include/absl/base/internal/sysinfo.h include/absl/base/internal/thread_identity.h include/absl/base/internal/throw_delegate.h +include/absl/base/internal/tracing.h include/absl/base/internal/tsan_mutex_interface.h include/absl/base/internal/unaligned_access.h include/absl/base/internal/unscaledcycleclock.h @@ -195,6 +196,7 @@ include/absl/log/internal/nullstream.h include/absl/log/internal/proto.h include/absl/log/internal/strip.h include/absl/log/internal/structured.h +include/absl/log/internal/structured_proto.h include/absl/log/internal/test_actions.h include/absl/log/internal/test_helpers.h include/absl/log/internal/test_matchers.h @@ -492,6 +494,8 @@ lib/libabsl_log_internal_nullguard.so lib/libabsl_log_internal_nullguard.so.%%LIBSUFX%% lib/libabsl_log_internal_proto.so lib/libabsl_log_internal_proto.so.%%LIBSUFX%% +lib/libabsl_log_internal_structured_proto.so +lib/libabsl_log_internal_structured_proto.so.%%LIBSUFX%% lib/libabsl_log_severity.so lib/libabsl_log_severity.so.%%LIBSUFX%% lib/libabsl_log_sink.so @@ -560,6 +564,8 @@ lib/libabsl_time.so lib/libabsl_time.so.%%LIBSUFX%% lib/libabsl_time_zone.so lib/libabsl_time_zone.so.%%LIBSUFX%% +lib/libabsl_tracing_internal.so +lib/libabsl_tracing_internal.so.%%LIBSUFX%% lib/libabsl_utf8_for_code_point.so lib/libabsl_utf8_for_code_point.so.%%LIBSUFX%% lib/libabsl_vlog_config_internal.so @@ -676,6 +682,7 @@ libdata/pkgconfig/absl_log_internal_nullstream.pc libdata/pkgconfig/absl_log_internal_proto.pc libdata/pkgconfig/absl_log_internal_strip.pc libdata/pkgconfig/absl_log_internal_structured.pc +libdata/pkgconfig/absl_log_internal_structured_proto.pc libdata/pkgconfig/absl_log_internal_voidify.pc libdata/pkgconfig/absl_log_severity.pc libdata/pkgconfig/absl_log_sink.pc @@ -748,6 +755,7 @@ libdata/pkgconfig/absl_synchronization.pc libdata/pkgconfig/absl_throw_delegate.pc libdata/pkgconfig/absl_time.pc libdata/pkgconfig/absl_time_zone.pc +libdata/pkgconfig/absl_tracing_internal.pc libdata/pkgconfig/absl_type_traits.pc libdata/pkgconfig/absl_utf8_for_code_point.pc libdata/pkgconfig/absl_utility.pc |