FreeBSD Bugzilla – Attachment 248083 Details for
Bug 275887
devel/abseil: Update to 20240116.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for abseil
abseil202401160.patch (text/plain), 14.03 KB, created by
Daniel Engberg
on 2024-01-30 21:08:36 UTC
(
hide
)
Description:
Patch for abseil
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-01-30 21:08:36 UTC
Size:
14.03 KB
patch
obsolete
>diff --git a/devel/abseil/Makefile b/devel/abseil/Makefile >index d81294ae0bbf..b28fee2179e9 100644 >--- a/devel/abseil/Makefile >+++ b/devel/abseil/Makefile >@@ -1,22 +1,23 @@ > PORTNAME= abseil >-PORTVERSION= 20230125.3 >+DISTVERSION= 20240116.0 > CATEGORIES= devel >+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}-cpp/releases/download/${DISTVERSION}/ >+DISTNAME= ${PORTNAME}-cpp-${DISTVERSION} > > MAINTAINER= danfe@FreeBSD.org > COMMENT= Abseil Common Libraries (C++) > WWW= https://abseil.io/ > > LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= cmake compiler:c++17-lang >-USE_GITHUB= yes >-GH_PROJECT= ${PORTNAME}-cpp >+USES= cmake compiler:c++17-lang pathfix >+PATHFIX_CMAKELISTSTXT= AbseilHelpers.cmake > >-CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \ >- -DCMAKE_CXX_STANDARD=17 # force the same highest C++ standard because of ABI differences: see https://github.com/abseil/abseil-cpp/issues/819 >+CMAKE_OFF= ABSL_BUILD_TESTING BUILD_TESTING >+CMAKE_ON= BUILD_SHARED_LIBS >+CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 # force the same highest C++ standard because of ABI differences: see https://github.com/abseil/abseil-cpp/issues/819 > >-_GET_SOVER= ${GREP} SOVERSION ${WRKSRC}/CMake/AbseilHelpers.cmake \ >- | ${CUT} -d\" -f2 >-PLIST_SUB+= LIBSUFX=${_GET_SOVER:sh} >+PLIST_SUB= LIBSUFX=2401.0.0 > > .include <bsd.port.mk> >diff --git a/devel/abseil/distinfo b/devel/abseil/distinfo >index f6ecdc2b7820..c0804f9314f8 100644 >--- a/devel/abseil/distinfo >+++ b/devel/abseil/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1689453071 >-SHA256 (abseil-abseil-cpp-20230125.3_GH0.tar.gz) = 5366d7e7fa7ba0d915014d387b66d0d002c03236448e1ba9ef98122c13b35c36 >-SIZE (abseil-abseil-cpp-20230125.3_GH0.tar.gz) = 2119655 >+TIMESTAMP = 1706468829 >+SHA256 (abseil-cpp-20240116.0.tar.gz) = 338420448b140f0dfd1a1ea3c3ce71b3bc172071f24f4d9a57d59b45037da440 >+SIZE (abseil-cpp-20240116.0.tar.gz) = 2150815 >diff --git a/devel/abseil/pkg-plist b/devel/abseil/pkg-plist >index 8c68cf9bc207..11962c9225b9 100644 >--- a/devel/abseil/pkg-plist >+++ b/devel/abseil/pkg-plist >@@ -24,8 +24,8 @@ include/absl/base/internal/inline_variable_testing.h > include/absl/base/internal/invoke.h > include/absl/base/internal/low_level_alloc.h > include/absl/base/internal/low_level_scheduling.h >+include/absl/base/internal/nullability_impl.h > include/absl/base/internal/per_thread_tls.h >-include/absl/base/internal/prefetch.h > include/absl/base/internal/pretty_function.h > include/absl/base/internal/raw_logging.h > include/absl/base/internal/scheduling_mode.h >@@ -38,7 +38,6 @@ include/absl/base/internal/spinlock_wait.h > include/absl/base/internal/spinlock_win32.inc > include/absl/base/internal/strerror.h > include/absl/base/internal/sysinfo.h >-include/absl/base/internal/thread_annotations.h > include/absl/base/internal/thread_identity.h > include/absl/base/internal/throw_delegate.h > include/absl/base/internal/tsan_mutex_interface.h >@@ -47,10 +46,13 @@ include/absl/base/internal/unscaledcycleclock.h > include/absl/base/internal/unscaledcycleclock_config.h > include/absl/base/log_severity.h > include/absl/base/macros.h >+include/absl/base/no_destructor.h >+include/absl/base/nullability.h > include/absl/base/optimization.h > include/absl/base/options.h > include/absl/base/policy_checks.h > include/absl/base/port.h >+include/absl/base/prefetch.h > include/absl/base/thread_annotations.h > include/absl/cleanup/cleanup.h > include/absl/cleanup/internal/cleanup.h >@@ -67,7 +69,6 @@ include/absl/container/internal/common.h > include/absl/container/internal/common_policy_traits.h > include/absl/container/internal/compressed_tuple.h > include/absl/container/internal/container_memory.h >-include/absl/container/internal/counting_allocator.h > include/absl/container/internal/hash_function_defaults.h > include/absl/container/internal/hash_generator_testing.h > include/absl/container/internal/hash_policy_testing.h >@@ -80,6 +81,7 @@ include/absl/container/internal/layout.h > include/absl/container/internal/node_slot_policy.h > include/absl/container/internal/raw_hash_map.h > include/absl/container/internal/raw_hash_set.h >+include/absl/container/internal/test_allocator.h > include/absl/container/internal/test_instance_tracker.h > include/absl/container/internal/tracked.h > include/absl/container/internal/unordered_map_constructor_test.h >@@ -135,7 +137,6 @@ include/absl/flags/declare.h > include/absl/flags/flag.h > include/absl/flags/internal/commandlineflag.h > include/absl/flags/internal/flag.h >-include/absl/flags/internal/flag_msvc.inc > include/absl/flags/internal/parse.h > include/absl/flags/internal/path_util.h > include/absl/flags/internal/private_handle_accessor.h >@@ -154,16 +155,19 @@ include/absl/functional/function_ref.h > include/absl/functional/internal/any_invocable.h > include/absl/functional/internal/front_binder.h > include/absl/functional/internal/function_ref.h >+include/absl/functional/overload.h > include/absl/hash/hash.h > include/absl/hash/hash_testing.h > include/absl/hash/internal/city.h > include/absl/hash/internal/hash.h >+include/absl/hash/internal/hash_test.h > include/absl/hash/internal/low_level_hash.h > include/absl/hash/internal/spy_hash_state.h > include/absl/log/absl_check.h > include/absl/log/absl_log.h >+include/absl/log/absl_vlog_is_on.h > include/absl/log/check.h >-include/absl/log/check_test_impl.h >+include/absl/log/check_test_impl.inc > include/absl/log/die_if_null.h > include/absl/log/flags.h > include/absl/log/globals.h >@@ -174,6 +178,7 @@ include/absl/log/internal/check_op.h > include/absl/log/internal/conditions.h > include/absl/log/internal/config.h > include/absl/log/internal/flags.h >+include/absl/log/internal/fnmatch.h > include/absl/log/internal/globals.h > include/absl/log/internal/log_format.h > include/absl/log/internal/log_impl.h >@@ -187,15 +192,17 @@ include/absl/log/internal/structured.h > include/absl/log/internal/test_actions.h > include/absl/log/internal/test_helpers.h > include/absl/log/internal/test_matchers.h >+include/absl/log/internal/vlog_config.h > include/absl/log/internal/voidify.h > include/absl/log/log.h >-include/absl/log/log_basic_test_impl.h >+include/absl/log/log_basic_test_impl.inc > include/absl/log/log_entry.h > include/absl/log/log_sink.h > include/absl/log/log_sink_registry.h > include/absl/log/log_streamer.h > include/absl/log/scoped_mock_log.h > include/absl/log/structured.h >+include/absl/log/vlog_is_on.h > include/absl/memory/memory.h > include/absl/meta/type_traits.h > include/absl/numeric/bits.h >@@ -258,13 +265,15 @@ include/absl/status/status_payload_printer.h > include/absl/status/statusor.h > include/absl/strings/ascii.h > include/absl/strings/charconv.h >+include/absl/strings/charset.h > include/absl/strings/cord.h > include/absl/strings/cord_analysis.h > include/absl/strings/cord_buffer.h > include/absl/strings/cord_test_helpers.h > include/absl/strings/cordz_test_helpers.h > include/absl/strings/escaping.h >-include/absl/strings/internal/char_map.h >+include/absl/strings/has_absl_stringify.h >+include/absl/strings/has_ostream_operator.h > include/absl/strings/internal/charconv_bigint.h > include/absl/strings/internal/charconv_parse.h > include/absl/strings/internal/cord_data_edge.h >@@ -275,8 +284,6 @@ include/absl/strings/internal/cord_rep_btree_reader.h > include/absl/strings/internal/cord_rep_consume.h > include/absl/strings/internal/cord_rep_crc.h > include/absl/strings/internal/cord_rep_flat.h >-include/absl/strings/internal/cord_rep_ring.h >-include/absl/strings/internal/cord_rep_ring_reader.h > include/absl/strings/internal/cord_rep_test_util.h > include/absl/strings/internal/cordz_functions.h > include/absl/strings/internal/cordz_handle.h >@@ -322,11 +329,17 @@ include/absl/synchronization/barrier.h > include/absl/synchronization/blocking_counter.h > include/absl/synchronization/internal/create_thread_identity.h > include/absl/synchronization/internal/futex.h >+include/absl/synchronization/internal/futex_waiter.h > include/absl/synchronization/internal/graphcycles.h > include/absl/synchronization/internal/kernel_timeout.h > include/absl/synchronization/internal/per_thread_sem.h >+include/absl/synchronization/internal/pthread_waiter.h >+include/absl/synchronization/internal/sem_waiter.h >+include/absl/synchronization/internal/stdcpp_waiter.h > include/absl/synchronization/internal/thread_pool.h > include/absl/synchronization/internal/waiter.h >+include/absl/synchronization/internal/waiter_base.h >+include/absl/synchronization/internal/win32_waiter.h > include/absl/synchronization/mutex.h > include/absl/synchronization/notification.h > include/absl/time/civil_time.h >@@ -351,19 +364,13 @@ include/absl/types/bad_any_cast.h > include/absl/types/bad_optional_access.h > include/absl/types/bad_variant_access.h > include/absl/types/compare.h >-include/absl/types/internal/conformance_aliases.h >-include/absl/types/internal/conformance_archetype.h >-include/absl/types/internal/conformance_profile.h >-include/absl/types/internal/conformance_testing.h >-include/absl/types/internal/conformance_testing_helpers.h > include/absl/types/internal/optional.h >-include/absl/types/internal/parentheses.h > include/absl/types/internal/span.h >-include/absl/types/internal/transform_args.h > include/absl/types/internal/variant.h > include/absl/types/optional.h > include/absl/types/span.h > include/absl/types/variant.h >+include/absl/utility/internal/if_constexpr.h > include/absl/utility/utility.h > lib/cmake/absl/abslConfig.cmake > lib/cmake/absl/abslConfigVersion.cmake >@@ -413,8 +420,6 @@ lib/libabsl_exponential_biased.so > lib/libabsl_exponential_biased.so.%%LIBSUFX%% > lib/libabsl_failure_signal_handler.so > lib/libabsl_failure_signal_handler.so.%%LIBSUFX%% >-lib/libabsl_flags.so >-lib/libabsl_flags.so.%%LIBSUFX%% > lib/libabsl_flags_commandlineflag.so > lib/libabsl_flags_commandlineflag.so.%%LIBSUFX%% > lib/libabsl_flags_commandlineflag_internal.so >@@ -445,6 +450,8 @@ lib/libabsl_hashtablez_sampler.so > lib/libabsl_hashtablez_sampler.so.%%LIBSUFX%% > lib/libabsl_int128.so > lib/libabsl_int128.so.%%LIBSUFX%% >+lib/libabsl_kernel_timeout_internal.so >+lib/libabsl_kernel_timeout_internal.so.%%LIBSUFX%% > lib/libabsl_leak_check.so > lib/libabsl_leak_check.so.%%LIBSUFX%% > lib/libabsl_log_entry.so >@@ -459,6 +466,8 @@ lib/libabsl_log_internal_check_op.so > lib/libabsl_log_internal_check_op.so.%%LIBSUFX%% > lib/libabsl_log_internal_conditions.so > lib/libabsl_log_internal_conditions.so.%%LIBSUFX%% >+lib/libabsl_log_internal_fnmatch.so >+lib/libabsl_log_internal_fnmatch.so.%%LIBSUFX%% > lib/libabsl_log_internal_format.so > lib/libabsl_log_internal_format.so.%%LIBSUFX%% > lib/libabsl_log_internal_globals.so >@@ -521,6 +530,8 @@ lib/libabsl_str_format_internal.so > lib/libabsl_str_format_internal.so.%%LIBSUFX%% > lib/libabsl_strerror.so > lib/libabsl_strerror.so.%%LIBSUFX%% >+lib/libabsl_string_view.so >+lib/libabsl_string_view.so.%%LIBSUFX%% > lib/libabsl_strings.so > lib/libabsl_strings.so.%%LIBSUFX%% > lib/libabsl_strings_internal.so >@@ -535,8 +546,11 @@ lib/libabsl_time.so > lib/libabsl_time.so.%%LIBSUFX%% > lib/libabsl_time_zone.so > lib/libabsl_time_zone.so.%%LIBSUFX%% >+lib/libabsl_vlog_config_internal.so >+lib/libabsl_vlog_config_internal.so.%%LIBSUFX%% > libdata/pkgconfig/absl_absl_check.pc > libdata/pkgconfig/absl_absl_log.pc >+libdata/pkgconfig/absl_absl_vlog_is_on.pc > libdata/pkgconfig/absl_algorithm.pc > libdata/pkgconfig/absl_algorithm_container.pc > libdata/pkgconfig/absl_any.pc >@@ -552,6 +566,7 @@ libdata/pkgconfig/absl_bind_front.pc > libdata/pkgconfig/absl_bits.pc > libdata/pkgconfig/absl_btree.pc > libdata/pkgconfig/absl_check.pc >+libdata/pkgconfig/absl_charset.pc > libdata/pkgconfig/absl_city.pc > libdata/pkgconfig/absl_civil_time.pc > libdata/pkgconfig/absl_cleanup.pc >@@ -572,7 +587,6 @@ libdata/pkgconfig/absl_cordz_statistics.pc > libdata/pkgconfig/absl_cordz_update_scope.pc > libdata/pkgconfig/absl_cordz_update_tracker.pc > libdata/pkgconfig/absl_core_headers.pc >-libdata/pkgconfig/absl_counting_allocator.pc > libdata/pkgconfig/absl_crc32c.pc > libdata/pkgconfig/absl_crc_cord_state.pc > libdata/pkgconfig/absl_crc_cpu_detect.pc >@@ -606,12 +620,14 @@ libdata/pkgconfig/absl_flat_hash_map.pc > libdata/pkgconfig/absl_flat_hash_set.pc > libdata/pkgconfig/absl_function_ref.pc > libdata/pkgconfig/absl_graphcycles_internal.pc >+libdata/pkgconfig/absl_has_ostream_operator.pc > libdata/pkgconfig/absl_hash.pc > libdata/pkgconfig/absl_hash_function_defaults.pc > libdata/pkgconfig/absl_hash_policy_traits.pc > libdata/pkgconfig/absl_hashtable_debug.pc > libdata/pkgconfig/absl_hashtable_debug_hooks.pc > libdata/pkgconfig/absl_hashtablez_sampler.pc >+libdata/pkgconfig/absl_if_constexpr.pc > libdata/pkgconfig/absl_inlined_vector.pc > libdata/pkgconfig/absl_inlined_vector_internal.pc > libdata/pkgconfig/absl_int128.pc >@@ -629,6 +645,7 @@ libdata/pkgconfig/absl_log_internal_check_op.pc > libdata/pkgconfig/absl_log_internal_conditions.pc > libdata/pkgconfig/absl_log_internal_config.pc > libdata/pkgconfig/absl_log_internal_flags.pc >+libdata/pkgconfig/absl_log_internal_fnmatch.pc > libdata/pkgconfig/absl_log_internal_format.pc > libdata/pkgconfig/absl_log_internal_globals.pc > libdata/pkgconfig/absl_log_internal_log_impl.pc >@@ -652,11 +669,14 @@ libdata/pkgconfig/absl_meta.pc > libdata/pkgconfig/absl_node_hash_map.pc > libdata/pkgconfig/absl_node_hash_set.pc > libdata/pkgconfig/absl_node_slot_policy.pc >+libdata/pkgconfig/absl_no_destructor.pc > libdata/pkgconfig/absl_non_temporal_arm_intrinsics.pc > libdata/pkgconfig/absl_non_temporal_memcpy.pc >+libdata/pkgconfig/absl_nullability.pc > libdata/pkgconfig/absl_numeric.pc > libdata/pkgconfig/absl_numeric_representation.pc > libdata/pkgconfig/absl_optional.pc >+libdata/pkgconfig/absl_overload.pc > libdata/pkgconfig/absl_periodic_sampler.pc > libdata/pkgconfig/absl_prefetch.pc > libdata/pkgconfig/absl_pretty_function.pc >@@ -699,13 +719,17 @@ libdata/pkgconfig/absl_statusor.pc > libdata/pkgconfig/absl_str_format.pc > libdata/pkgconfig/absl_str_format_internal.pc > libdata/pkgconfig/absl_strerror.pc >+libdata/pkgconfig/absl_string_view.pc > libdata/pkgconfig/absl_strings.pc > libdata/pkgconfig/absl_strings_internal.pc > libdata/pkgconfig/absl_symbolize.pc > libdata/pkgconfig/absl_synchronization.pc >+libdata/pkgconfig/absl_test_allocator.pc > libdata/pkgconfig/absl_throw_delegate.pc > libdata/pkgconfig/absl_time.pc > libdata/pkgconfig/absl_time_zone.pc > libdata/pkgconfig/absl_type_traits.pc > libdata/pkgconfig/absl_utility.pc > libdata/pkgconfig/absl_variant.pc >+libdata/pkgconfig/absl_vlog_config_internal.pc >+libdata/pkgconfig/absl_vlog_is_on.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275887
:
247203
| 248083 |
248753
|
252427