FreeBSD Bugzilla – Attachment 252427 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 to update devel/abseil to 20240116.2
abseil-20240116.2.diff (text/plain), 16.99 KB, created by
Sergey A. Osokin
on 2024-08-01 16:09:11 UTC
(
hide
)
Description:
patch to update devel/abseil to 20240116.2
Filename:
MIME Type:
Creator:
Sergey A. Osokin
Created:
2024-08-01 16:09:11 UTC
Size:
16.99 KB
patch
obsolete
>diff --git a/devel/abseil/Makefile b/devel/abseil/Makefile >index 427f8bd15c48..893040cb8388 100644 >--- a/devel/abseil/Makefile >+++ b/devel/abseil/Makefile >@@ -1,22 +1,23 @@ > PORTNAME= abseil >-PORTVERSION= 20230125.3 >+DISTVERSION= 20240116.2 > 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 2>/dev/null \ >- | ${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..e0ebe622a9ee 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 = 1722528025 >+SHA256 (abseil-cpp-20240116.2.tar.gz) = 733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc >+SIZE (abseil-cpp-20240116.2.tar.gz) = 2151288 >diff --git a/devel/abseil/pkg-plist b/devel/abseil/pkg-plist >index 8c68cf9bc207..7f61632328d0 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 >@@ -551,6 +565,7 @@ libdata/pkgconfig/absl_base_internal.pc > libdata/pkgconfig/absl_bind_front.pc > libdata/pkgconfig/absl_bits.pc > libdata/pkgconfig/absl_btree.pc >+libdata/pkgconfig/absl_charset.pc > libdata/pkgconfig/absl_check.pc > libdata/pkgconfig/absl_city.pc > libdata/pkgconfig/absl_civil_time.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 >@@ -649,14 +666,17 @@ libdata/pkgconfig/absl_low_level_hash.pc > libdata/pkgconfig/absl_malloc_internal.pc > libdata/pkgconfig/absl_memory.pc > libdata/pkgconfig/absl_meta.pc >+libdata/pkgconfig/absl_no_destructor.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_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 >diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile >index d6d5e3fd4085..c4fb77bad8a0 100644 >--- a/net-im/tg_owt/Makefile >+++ b/net-im/tg_owt/Makefile >@@ -1,10 +1,10 @@ > PORTNAME= tg_owt >-PORTVERSION= 0.0.20240615 >+PORTVERSION= 0.0.20240730 > CATEGORIES= net-im > > PATCH_SITES= https://github.com/desktop-app/tg_owt/commit/ >-PATCHFILES= a264c3311dec000dbe2ad8e3c819364f409d7897.patch:-p1 \ >- 62672f3756ecf218252098211d78c13369ab6d28.patch:-p1 >+PATCHFILES= 287a4d8e24a541dc07c9c0bd785665c471bfa9e9.patch:-p1 \ >+ 2862ed7b3656c7bdc07704c0316fdf9cadf0226c.patch:-p1 > > MAINTAINER= ports@FreeBSD.org > COMMENT= Webrtc library used by telegram-desktop >@@ -31,7 +31,7 @@ USE_XORG= x11 xcomposite xdamage xrender xrandr xtst > USE_GL= gbm gl > USE_GITHUB= yes > GH_ACCOUNT= desktop-app >-GH_TAGNAME= c9cc439 >+GH_TAGNAME= e9d103e > > CMAME_ON= TG_OWT_PACKAGED_BUILD > >@@ -46,10 +46,7 @@ post-extract: > ${WRKSRC}/src/third_party/abseil-cpp \ > ${WRKSRC}/src/third_party/crc32c \ > ${WRKSRC}/src/third_party/libsrtp \ >- ${WRKSRC}/src/third_party/libsrtp_config \ >- ${WRKSRC}/src/third_party/libvpx \ >- ${WRKSRC}/src/third_party/openh264 \ >- ${WRKSRC}/src/third_party/yasm >+ ${WRKSRC}/src/third_party/libsrtp_config > > # remove more sources not needed to build telegram-desktop, they are however > # required at tg_owt configure-time even though they are not built, see >diff --git a/net-im/tg_owt/distinfo b/net-im/tg_owt/distinfo >index 06aa856e7763..602cd7822bc1 100644 >--- a/net-im/tg_owt/distinfo >+++ b/net-im/tg_owt/distinfo >@@ -1,9 +1,9 @@ >-TIMESTAMP = 1720292158 >-SHA256 (desktop-app-tg_owt-0.0.20240615-c9cc439_GH0.tar.gz) = a16a0b6a55945b023fa98a5a9552afe812826796d551c8877e313ca5ae6a183a >-SIZE (desktop-app-tg_owt-0.0.20240615-c9cc439_GH0.tar.gz) = 13721528 >+TIMESTAMP = 1722524805 >+SHA256 (desktop-app-tg_owt-0.0.20240730-e9d103e_GH0.tar.gz) = 69c12c82a3097f3cfab4018be7b253f1c4d5336deace8a68e20577d884df6c81 >+SIZE (desktop-app-tg_owt-0.0.20240730-e9d103e_GH0.tar.gz) = 11715689 > SHA256 (osokin-libyuv-04821d1_GH0.tar.gz) = cffd73dc527a8991e0fa78f0013d5db457a55298dada5896b4d6fa1b4ec5713f > SIZE (osokin-libyuv-04821d1_GH0.tar.gz) = 559577 >-SHA256 (a264c3311dec000dbe2ad8e3c819364f409d7897.patch) = 54b66f05962fa850329457d59a36c791b61a734cf3ba29649838fdfeaa07f6c0 >-SIZE (a264c3311dec000dbe2ad8e3c819364f409d7897.patch) = 2244 >-SHA256 (62672f3756ecf218252098211d78c13369ab6d28.patch) = cbfdce3a0da4090f3698414b027ab56a75c85e44d19305d26930566072779415 >-SIZE (62672f3756ecf218252098211d78c13369ab6d28.patch) = 4373 >+SHA256 (287a4d8e24a541dc07c9c0bd785665c471bfa9e9.patch) = 8e1659ac378aeb3daaf3eae3a026cd31b9c37df5cf0f362206a79083c6af4d9a >+SIZE (287a4d8e24a541dc07c9c0bd785665c471bfa9e9.patch) = 4357 >+SHA256 (2862ed7b3656c7bdc07704c0316fdf9cadf0226c.patch) = b9fb9eaf0a6efdd86820242194833d2fa50d37d005d7c9c15ee69f00407c701f >+SIZE (2862ed7b3656c7bdc07704c0316fdf9cadf0226c.patch) = 2089
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