View | Details | Raw Unified | Return to bug 275887 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/abseil/Makefile (-9 / +10 lines)
Lines 1-22 Link Here
1
PORTNAME=	abseil
1
PORTNAME=	abseil
2
PORTVERSION=	20230125.3
2
DISTVERSION=	20240116.0
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}-cpp/releases/download/${DISTVERSION}/
5
DISTNAME=	${PORTNAME}-cpp-${DISTVERSION}
4
6
5
MAINTAINER=	danfe@FreeBSD.org
7
MAINTAINER=	danfe@FreeBSD.org
6
COMMENT=	Abseil Common Libraries (C++)
8
COMMENT=	Abseil Common Libraries (C++)
7
WWW=		https://abseil.io/
9
WWW=		https://abseil.io/
8
10
9
LICENSE=	APACHE20
11
LICENSE=	APACHE20
12
LICENSE_FILE=	${WRKSRC}/LICENSE
10
13
11
USES=		cmake compiler:c++17-lang
14
USES=		cmake compiler:c++17-lang pathfix
12
USE_GITHUB=	yes
15
PATHFIX_CMAKELISTSTXT=	AbseilHelpers.cmake
13
GH_PROJECT=	${PORTNAME}-cpp
14
16
15
CMAKE_ARGS=	-DBUILD_SHARED_LIBS:BOOL=ON \
17
CMAKE_OFF=	ABSL_BUILD_TESTING BUILD_TESTING
16
		-DCMAKE_CXX_STANDARD=17 # force the same highest C++ standard because of ABI differences: see https://github.com/abseil/abseil-cpp/issues/819
18
CMAKE_ON=	BUILD_SHARED_LIBS
19
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
17
20
18
_GET_SOVER=	${GREP} SOVERSION ${WRKSRC}/CMake/AbseilHelpers.cmake \
21
PLIST_SUB=	LIBSUFX=2401.0.0
19
		| ${CUT} -d\" -f2
20
PLIST_SUB+=	LIBSUFX=${_GET_SOVER:sh}
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/devel/abseil/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1689453071
1
TIMESTAMP = 1706468829
2
SHA256 (abseil-abseil-cpp-20230125.3_GH0.tar.gz) = 5366d7e7fa7ba0d915014d387b66d0d002c03236448e1ba9ef98122c13b35c36
2
SHA256 (abseil-cpp-20240116.0.tar.gz) = 338420448b140f0dfd1a1ea3c3ce71b3bc172071f24f4d9a57d59b45037da440
3
SIZE (abseil-abseil-cpp-20230125.3_GH0.tar.gz) = 2119655
3
SIZE (abseil-cpp-20240116.0.tar.gz) = 2150815
(-)b/devel/abseil/pkg-plist (-19 / +43 lines)
Lines 24-31 include/absl/base/internal/inline_variable_testing.h Link Here
24
include/absl/base/internal/invoke.h
24
include/absl/base/internal/invoke.h
25
include/absl/base/internal/low_level_alloc.h
25
include/absl/base/internal/low_level_alloc.h
26
include/absl/base/internal/low_level_scheduling.h
26
include/absl/base/internal/low_level_scheduling.h
27
include/absl/base/internal/nullability_impl.h
27
include/absl/base/internal/per_thread_tls.h
28
include/absl/base/internal/per_thread_tls.h
28
include/absl/base/internal/prefetch.h
29
include/absl/base/internal/pretty_function.h
29
include/absl/base/internal/pretty_function.h
30
include/absl/base/internal/raw_logging.h
30
include/absl/base/internal/raw_logging.h
31
include/absl/base/internal/scheduling_mode.h
31
include/absl/base/internal/scheduling_mode.h
Lines 38-44 include/absl/base/internal/spinlock_wait.h Link Here
38
include/absl/base/internal/spinlock_win32.inc
38
include/absl/base/internal/spinlock_win32.inc
39
include/absl/base/internal/strerror.h
39
include/absl/base/internal/strerror.h
40
include/absl/base/internal/sysinfo.h
40
include/absl/base/internal/sysinfo.h
41
include/absl/base/internal/thread_annotations.h
42
include/absl/base/internal/thread_identity.h
41
include/absl/base/internal/thread_identity.h
43
include/absl/base/internal/throw_delegate.h
42
include/absl/base/internal/throw_delegate.h
44
include/absl/base/internal/tsan_mutex_interface.h
43
include/absl/base/internal/tsan_mutex_interface.h
Lines 47-56 include/absl/base/internal/unscaledcycleclock.h Link Here
47
include/absl/base/internal/unscaledcycleclock_config.h
46
include/absl/base/internal/unscaledcycleclock_config.h
48
include/absl/base/log_severity.h
47
include/absl/base/log_severity.h
49
include/absl/base/macros.h
48
include/absl/base/macros.h
49
include/absl/base/no_destructor.h
50
include/absl/base/nullability.h
50
include/absl/base/optimization.h
51
include/absl/base/optimization.h
51
include/absl/base/options.h
52
include/absl/base/options.h
52
include/absl/base/policy_checks.h
53
include/absl/base/policy_checks.h
53
include/absl/base/port.h
54
include/absl/base/port.h
55
include/absl/base/prefetch.h
54
include/absl/base/thread_annotations.h
56
include/absl/base/thread_annotations.h
55
include/absl/cleanup/cleanup.h
57
include/absl/cleanup/cleanup.h
56
include/absl/cleanup/internal/cleanup.h
58
include/absl/cleanup/internal/cleanup.h
Lines 67-73 include/absl/container/internal/common.h Link Here
67
include/absl/container/internal/common_policy_traits.h
69
include/absl/container/internal/common_policy_traits.h
68
include/absl/container/internal/compressed_tuple.h
70
include/absl/container/internal/compressed_tuple.h
69
include/absl/container/internal/container_memory.h
71
include/absl/container/internal/container_memory.h
70
include/absl/container/internal/counting_allocator.h
71
include/absl/container/internal/hash_function_defaults.h
72
include/absl/container/internal/hash_function_defaults.h
72
include/absl/container/internal/hash_generator_testing.h
73
include/absl/container/internal/hash_generator_testing.h
73
include/absl/container/internal/hash_policy_testing.h
74
include/absl/container/internal/hash_policy_testing.h
Lines 80-85 include/absl/container/internal/layout.h Link Here
80
include/absl/container/internal/node_slot_policy.h
81
include/absl/container/internal/node_slot_policy.h
81
include/absl/container/internal/raw_hash_map.h
82
include/absl/container/internal/raw_hash_map.h
82
include/absl/container/internal/raw_hash_set.h
83
include/absl/container/internal/raw_hash_set.h
84
include/absl/container/internal/test_allocator.h
83
include/absl/container/internal/test_instance_tracker.h
85
include/absl/container/internal/test_instance_tracker.h
84
include/absl/container/internal/tracked.h
86
include/absl/container/internal/tracked.h
85
include/absl/container/internal/unordered_map_constructor_test.h
87
include/absl/container/internal/unordered_map_constructor_test.h
Lines 135-141 include/absl/flags/declare.h Link Here
135
include/absl/flags/flag.h
137
include/absl/flags/flag.h
136
include/absl/flags/internal/commandlineflag.h
138
include/absl/flags/internal/commandlineflag.h
137
include/absl/flags/internal/flag.h
139
include/absl/flags/internal/flag.h
138
include/absl/flags/internal/flag_msvc.inc
139
include/absl/flags/internal/parse.h
140
include/absl/flags/internal/parse.h
140
include/absl/flags/internal/path_util.h
141
include/absl/flags/internal/path_util.h
141
include/absl/flags/internal/private_handle_accessor.h
142
include/absl/flags/internal/private_handle_accessor.h
Lines 154-169 include/absl/functional/function_ref.h Link Here
154
include/absl/functional/internal/any_invocable.h
155
include/absl/functional/internal/any_invocable.h
155
include/absl/functional/internal/front_binder.h
156
include/absl/functional/internal/front_binder.h
156
include/absl/functional/internal/function_ref.h
157
include/absl/functional/internal/function_ref.h
158
include/absl/functional/overload.h
157
include/absl/hash/hash.h
159
include/absl/hash/hash.h
158
include/absl/hash/hash_testing.h
160
include/absl/hash/hash_testing.h
159
include/absl/hash/internal/city.h
161
include/absl/hash/internal/city.h
160
include/absl/hash/internal/hash.h
162
include/absl/hash/internal/hash.h
163
include/absl/hash/internal/hash_test.h
161
include/absl/hash/internal/low_level_hash.h
164
include/absl/hash/internal/low_level_hash.h
162
include/absl/hash/internal/spy_hash_state.h
165
include/absl/hash/internal/spy_hash_state.h
163
include/absl/log/absl_check.h
166
include/absl/log/absl_check.h
164
include/absl/log/absl_log.h
167
include/absl/log/absl_log.h
168
include/absl/log/absl_vlog_is_on.h
165
include/absl/log/check.h
169
include/absl/log/check.h
166
include/absl/log/check_test_impl.h
170
include/absl/log/check_test_impl.inc
167
include/absl/log/die_if_null.h
171
include/absl/log/die_if_null.h
168
include/absl/log/flags.h
172
include/absl/log/flags.h
169
include/absl/log/globals.h
173
include/absl/log/globals.h
Lines 174-179 include/absl/log/internal/check_op.h Link Here
174
include/absl/log/internal/conditions.h
178
include/absl/log/internal/conditions.h
175
include/absl/log/internal/config.h
179
include/absl/log/internal/config.h
176
include/absl/log/internal/flags.h
180
include/absl/log/internal/flags.h
181
include/absl/log/internal/fnmatch.h
177
include/absl/log/internal/globals.h
182
include/absl/log/internal/globals.h
178
include/absl/log/internal/log_format.h
183
include/absl/log/internal/log_format.h
179
include/absl/log/internal/log_impl.h
184
include/absl/log/internal/log_impl.h
Lines 187-201 include/absl/log/internal/structured.h Link Here
187
include/absl/log/internal/test_actions.h
192
include/absl/log/internal/test_actions.h
188
include/absl/log/internal/test_helpers.h
193
include/absl/log/internal/test_helpers.h
189
include/absl/log/internal/test_matchers.h
194
include/absl/log/internal/test_matchers.h
195
include/absl/log/internal/vlog_config.h
190
include/absl/log/internal/voidify.h
196
include/absl/log/internal/voidify.h
191
include/absl/log/log.h
197
include/absl/log/log.h
192
include/absl/log/log_basic_test_impl.h
198
include/absl/log/log_basic_test_impl.inc
193
include/absl/log/log_entry.h
199
include/absl/log/log_entry.h
194
include/absl/log/log_sink.h
200
include/absl/log/log_sink.h
195
include/absl/log/log_sink_registry.h
201
include/absl/log/log_sink_registry.h
196
include/absl/log/log_streamer.h
202
include/absl/log/log_streamer.h
197
include/absl/log/scoped_mock_log.h
203
include/absl/log/scoped_mock_log.h
198
include/absl/log/structured.h
204
include/absl/log/structured.h
205
include/absl/log/vlog_is_on.h
199
include/absl/memory/memory.h
206
include/absl/memory/memory.h
200
include/absl/meta/type_traits.h
207
include/absl/meta/type_traits.h
201
include/absl/numeric/bits.h
208
include/absl/numeric/bits.h
Lines 258-270 include/absl/status/status_payload_printer.h Link Here
258
include/absl/status/statusor.h
265
include/absl/status/statusor.h
259
include/absl/strings/ascii.h
266
include/absl/strings/ascii.h
260
include/absl/strings/charconv.h
267
include/absl/strings/charconv.h
268
include/absl/strings/charset.h
261
include/absl/strings/cord.h
269
include/absl/strings/cord.h
262
include/absl/strings/cord_analysis.h
270
include/absl/strings/cord_analysis.h
263
include/absl/strings/cord_buffer.h
271
include/absl/strings/cord_buffer.h
264
include/absl/strings/cord_test_helpers.h
272
include/absl/strings/cord_test_helpers.h
265
include/absl/strings/cordz_test_helpers.h
273
include/absl/strings/cordz_test_helpers.h
266
include/absl/strings/escaping.h
274
include/absl/strings/escaping.h
267
include/absl/strings/internal/char_map.h
275
include/absl/strings/has_absl_stringify.h
276
include/absl/strings/has_ostream_operator.h
268
include/absl/strings/internal/charconv_bigint.h
277
include/absl/strings/internal/charconv_bigint.h
269
include/absl/strings/internal/charconv_parse.h
278
include/absl/strings/internal/charconv_parse.h
270
include/absl/strings/internal/cord_data_edge.h
279
include/absl/strings/internal/cord_data_edge.h
Lines 275-282 include/absl/strings/internal/cord_rep_btree_reader.h Link Here
275
include/absl/strings/internal/cord_rep_consume.h
284
include/absl/strings/internal/cord_rep_consume.h
276
include/absl/strings/internal/cord_rep_crc.h
285
include/absl/strings/internal/cord_rep_crc.h
277
include/absl/strings/internal/cord_rep_flat.h
286
include/absl/strings/internal/cord_rep_flat.h
278
include/absl/strings/internal/cord_rep_ring.h
279
include/absl/strings/internal/cord_rep_ring_reader.h
280
include/absl/strings/internal/cord_rep_test_util.h
287
include/absl/strings/internal/cord_rep_test_util.h
281
include/absl/strings/internal/cordz_functions.h
288
include/absl/strings/internal/cordz_functions.h
282
include/absl/strings/internal/cordz_handle.h
289
include/absl/strings/internal/cordz_handle.h
Lines 322-332 include/absl/synchronization/barrier.h Link Here
322
include/absl/synchronization/blocking_counter.h
329
include/absl/synchronization/blocking_counter.h
323
include/absl/synchronization/internal/create_thread_identity.h
330
include/absl/synchronization/internal/create_thread_identity.h
324
include/absl/synchronization/internal/futex.h
331
include/absl/synchronization/internal/futex.h
332
include/absl/synchronization/internal/futex_waiter.h
325
include/absl/synchronization/internal/graphcycles.h
333
include/absl/synchronization/internal/graphcycles.h
326
include/absl/synchronization/internal/kernel_timeout.h
334
include/absl/synchronization/internal/kernel_timeout.h
327
include/absl/synchronization/internal/per_thread_sem.h
335
include/absl/synchronization/internal/per_thread_sem.h
336
include/absl/synchronization/internal/pthread_waiter.h
337
include/absl/synchronization/internal/sem_waiter.h
338
include/absl/synchronization/internal/stdcpp_waiter.h
328
include/absl/synchronization/internal/thread_pool.h
339
include/absl/synchronization/internal/thread_pool.h
329
include/absl/synchronization/internal/waiter.h
340
include/absl/synchronization/internal/waiter.h
341
include/absl/synchronization/internal/waiter_base.h
342
include/absl/synchronization/internal/win32_waiter.h
330
include/absl/synchronization/mutex.h
343
include/absl/synchronization/mutex.h
331
include/absl/synchronization/notification.h
344
include/absl/synchronization/notification.h
332
include/absl/time/civil_time.h
345
include/absl/time/civil_time.h
Lines 351-369 include/absl/types/bad_any_cast.h Link Here
351
include/absl/types/bad_optional_access.h
364
include/absl/types/bad_optional_access.h
352
include/absl/types/bad_variant_access.h
365
include/absl/types/bad_variant_access.h
353
include/absl/types/compare.h
366
include/absl/types/compare.h
354
include/absl/types/internal/conformance_aliases.h
355
include/absl/types/internal/conformance_archetype.h
356
include/absl/types/internal/conformance_profile.h
357
include/absl/types/internal/conformance_testing.h
358
include/absl/types/internal/conformance_testing_helpers.h
359
include/absl/types/internal/optional.h
367
include/absl/types/internal/optional.h
360
include/absl/types/internal/parentheses.h
361
include/absl/types/internal/span.h
368
include/absl/types/internal/span.h
362
include/absl/types/internal/transform_args.h
363
include/absl/types/internal/variant.h
369
include/absl/types/internal/variant.h
364
include/absl/types/optional.h
370
include/absl/types/optional.h
365
include/absl/types/span.h
371
include/absl/types/span.h
366
include/absl/types/variant.h
372
include/absl/types/variant.h
373
include/absl/utility/internal/if_constexpr.h
367
include/absl/utility/utility.h
374
include/absl/utility/utility.h
368
lib/cmake/absl/abslConfig.cmake
375
lib/cmake/absl/abslConfig.cmake
369
lib/cmake/absl/abslConfigVersion.cmake
376
lib/cmake/absl/abslConfigVersion.cmake
Lines 413-420 lib/libabsl_exponential_biased.so Link Here
413
lib/libabsl_exponential_biased.so.%%LIBSUFX%%
420
lib/libabsl_exponential_biased.so.%%LIBSUFX%%
414
lib/libabsl_failure_signal_handler.so
421
lib/libabsl_failure_signal_handler.so
415
lib/libabsl_failure_signal_handler.so.%%LIBSUFX%%
422
lib/libabsl_failure_signal_handler.so.%%LIBSUFX%%
416
lib/libabsl_flags.so
417
lib/libabsl_flags.so.%%LIBSUFX%%
418
lib/libabsl_flags_commandlineflag.so
423
lib/libabsl_flags_commandlineflag.so
419
lib/libabsl_flags_commandlineflag.so.%%LIBSUFX%%
424
lib/libabsl_flags_commandlineflag.so.%%LIBSUFX%%
420
lib/libabsl_flags_commandlineflag_internal.so
425
lib/libabsl_flags_commandlineflag_internal.so
Lines 445-450 lib/libabsl_hashtablez_sampler.so Link Here
445
lib/libabsl_hashtablez_sampler.so.%%LIBSUFX%%
450
lib/libabsl_hashtablez_sampler.so.%%LIBSUFX%%
446
lib/libabsl_int128.so
451
lib/libabsl_int128.so
447
lib/libabsl_int128.so.%%LIBSUFX%%
452
lib/libabsl_int128.so.%%LIBSUFX%%
453
lib/libabsl_kernel_timeout_internal.so
454
lib/libabsl_kernel_timeout_internal.so.%%LIBSUFX%%
448
lib/libabsl_leak_check.so
455
lib/libabsl_leak_check.so
449
lib/libabsl_leak_check.so.%%LIBSUFX%%
456
lib/libabsl_leak_check.so.%%LIBSUFX%%
450
lib/libabsl_log_entry.so
457
lib/libabsl_log_entry.so
Lines 459-464 lib/libabsl_log_internal_check_op.so Link Here
459
lib/libabsl_log_internal_check_op.so.%%LIBSUFX%%
466
lib/libabsl_log_internal_check_op.so.%%LIBSUFX%%
460
lib/libabsl_log_internal_conditions.so
467
lib/libabsl_log_internal_conditions.so
461
lib/libabsl_log_internal_conditions.so.%%LIBSUFX%%
468
lib/libabsl_log_internal_conditions.so.%%LIBSUFX%%
469
lib/libabsl_log_internal_fnmatch.so
470
lib/libabsl_log_internal_fnmatch.so.%%LIBSUFX%%
462
lib/libabsl_log_internal_format.so
471
lib/libabsl_log_internal_format.so
463
lib/libabsl_log_internal_format.so.%%LIBSUFX%%
472
lib/libabsl_log_internal_format.so.%%LIBSUFX%%
464
lib/libabsl_log_internal_globals.so
473
lib/libabsl_log_internal_globals.so
Lines 521-526 lib/libabsl_str_format_internal.so Link Here
521
lib/libabsl_str_format_internal.so.%%LIBSUFX%%
530
lib/libabsl_str_format_internal.so.%%LIBSUFX%%
522
lib/libabsl_strerror.so
531
lib/libabsl_strerror.so
523
lib/libabsl_strerror.so.%%LIBSUFX%%
532
lib/libabsl_strerror.so.%%LIBSUFX%%
533
lib/libabsl_string_view.so
534
lib/libabsl_string_view.so.%%LIBSUFX%%
524
lib/libabsl_strings.so
535
lib/libabsl_strings.so
525
lib/libabsl_strings.so.%%LIBSUFX%%
536
lib/libabsl_strings.so.%%LIBSUFX%%
526
lib/libabsl_strings_internal.so
537
lib/libabsl_strings_internal.so
Lines 535-542 lib/libabsl_time.so Link Here
535
lib/libabsl_time.so.%%LIBSUFX%%
546
lib/libabsl_time.so.%%LIBSUFX%%
536
lib/libabsl_time_zone.so
547
lib/libabsl_time_zone.so
537
lib/libabsl_time_zone.so.%%LIBSUFX%%
548
lib/libabsl_time_zone.so.%%LIBSUFX%%
549
lib/libabsl_vlog_config_internal.so
550
lib/libabsl_vlog_config_internal.so.%%LIBSUFX%%
538
libdata/pkgconfig/absl_absl_check.pc
551
libdata/pkgconfig/absl_absl_check.pc
539
libdata/pkgconfig/absl_absl_log.pc
552
libdata/pkgconfig/absl_absl_log.pc
553
libdata/pkgconfig/absl_absl_vlog_is_on.pc
540
libdata/pkgconfig/absl_algorithm.pc
554
libdata/pkgconfig/absl_algorithm.pc
541
libdata/pkgconfig/absl_algorithm_container.pc
555
libdata/pkgconfig/absl_algorithm_container.pc
542
libdata/pkgconfig/absl_any.pc
556
libdata/pkgconfig/absl_any.pc
Lines 552-557 libdata/pkgconfig/absl_bind_front.pc Link Here
552
libdata/pkgconfig/absl_bits.pc
566
libdata/pkgconfig/absl_bits.pc
553
libdata/pkgconfig/absl_btree.pc
567
libdata/pkgconfig/absl_btree.pc
554
libdata/pkgconfig/absl_check.pc
568
libdata/pkgconfig/absl_check.pc
569
libdata/pkgconfig/absl_charset.pc
555
libdata/pkgconfig/absl_city.pc
570
libdata/pkgconfig/absl_city.pc
556
libdata/pkgconfig/absl_civil_time.pc
571
libdata/pkgconfig/absl_civil_time.pc
557
libdata/pkgconfig/absl_cleanup.pc
572
libdata/pkgconfig/absl_cleanup.pc
Lines 572-578 libdata/pkgconfig/absl_cordz_statistics.pc Link Here
572
libdata/pkgconfig/absl_cordz_update_scope.pc
587
libdata/pkgconfig/absl_cordz_update_scope.pc
573
libdata/pkgconfig/absl_cordz_update_tracker.pc
588
libdata/pkgconfig/absl_cordz_update_tracker.pc
574
libdata/pkgconfig/absl_core_headers.pc
589
libdata/pkgconfig/absl_core_headers.pc
575
libdata/pkgconfig/absl_counting_allocator.pc
576
libdata/pkgconfig/absl_crc32c.pc
590
libdata/pkgconfig/absl_crc32c.pc
577
libdata/pkgconfig/absl_crc_cord_state.pc
591
libdata/pkgconfig/absl_crc_cord_state.pc
578
libdata/pkgconfig/absl_crc_cpu_detect.pc
592
libdata/pkgconfig/absl_crc_cpu_detect.pc
Lines 606-617 libdata/pkgconfig/absl_flat_hash_map.pc Link Here
606
libdata/pkgconfig/absl_flat_hash_set.pc
620
libdata/pkgconfig/absl_flat_hash_set.pc
607
libdata/pkgconfig/absl_function_ref.pc
621
libdata/pkgconfig/absl_function_ref.pc
608
libdata/pkgconfig/absl_graphcycles_internal.pc
622
libdata/pkgconfig/absl_graphcycles_internal.pc
623
libdata/pkgconfig/absl_has_ostream_operator.pc
609
libdata/pkgconfig/absl_hash.pc
624
libdata/pkgconfig/absl_hash.pc
610
libdata/pkgconfig/absl_hash_function_defaults.pc
625
libdata/pkgconfig/absl_hash_function_defaults.pc
611
libdata/pkgconfig/absl_hash_policy_traits.pc
626
libdata/pkgconfig/absl_hash_policy_traits.pc
612
libdata/pkgconfig/absl_hashtable_debug.pc
627
libdata/pkgconfig/absl_hashtable_debug.pc
613
libdata/pkgconfig/absl_hashtable_debug_hooks.pc
628
libdata/pkgconfig/absl_hashtable_debug_hooks.pc
614
libdata/pkgconfig/absl_hashtablez_sampler.pc
629
libdata/pkgconfig/absl_hashtablez_sampler.pc
630
libdata/pkgconfig/absl_if_constexpr.pc
615
libdata/pkgconfig/absl_inlined_vector.pc
631
libdata/pkgconfig/absl_inlined_vector.pc
616
libdata/pkgconfig/absl_inlined_vector_internal.pc
632
libdata/pkgconfig/absl_inlined_vector_internal.pc
617
libdata/pkgconfig/absl_int128.pc
633
libdata/pkgconfig/absl_int128.pc
Lines 629-634 libdata/pkgconfig/absl_log_internal_check_op.pc Link Here
629
libdata/pkgconfig/absl_log_internal_conditions.pc
645
libdata/pkgconfig/absl_log_internal_conditions.pc
630
libdata/pkgconfig/absl_log_internal_config.pc
646
libdata/pkgconfig/absl_log_internal_config.pc
631
libdata/pkgconfig/absl_log_internal_flags.pc
647
libdata/pkgconfig/absl_log_internal_flags.pc
648
libdata/pkgconfig/absl_log_internal_fnmatch.pc
632
libdata/pkgconfig/absl_log_internal_format.pc
649
libdata/pkgconfig/absl_log_internal_format.pc
633
libdata/pkgconfig/absl_log_internal_globals.pc
650
libdata/pkgconfig/absl_log_internal_globals.pc
634
libdata/pkgconfig/absl_log_internal_log_impl.pc
651
libdata/pkgconfig/absl_log_internal_log_impl.pc
Lines 652-662 libdata/pkgconfig/absl_meta.pc Link Here
652
libdata/pkgconfig/absl_node_hash_map.pc
669
libdata/pkgconfig/absl_node_hash_map.pc
653
libdata/pkgconfig/absl_node_hash_set.pc
670
libdata/pkgconfig/absl_node_hash_set.pc
654
libdata/pkgconfig/absl_node_slot_policy.pc
671
libdata/pkgconfig/absl_node_slot_policy.pc
672
libdata/pkgconfig/absl_no_destructor.pc
655
libdata/pkgconfig/absl_non_temporal_arm_intrinsics.pc
673
libdata/pkgconfig/absl_non_temporal_arm_intrinsics.pc
656
libdata/pkgconfig/absl_non_temporal_memcpy.pc
674
libdata/pkgconfig/absl_non_temporal_memcpy.pc
675
libdata/pkgconfig/absl_nullability.pc
657
libdata/pkgconfig/absl_numeric.pc
676
libdata/pkgconfig/absl_numeric.pc
658
libdata/pkgconfig/absl_numeric_representation.pc
677
libdata/pkgconfig/absl_numeric_representation.pc
659
libdata/pkgconfig/absl_optional.pc
678
libdata/pkgconfig/absl_optional.pc
679
libdata/pkgconfig/absl_overload.pc
660
libdata/pkgconfig/absl_periodic_sampler.pc
680
libdata/pkgconfig/absl_periodic_sampler.pc
661
libdata/pkgconfig/absl_prefetch.pc
681
libdata/pkgconfig/absl_prefetch.pc
662
libdata/pkgconfig/absl_pretty_function.pc
682
libdata/pkgconfig/absl_pretty_function.pc
Lines 699-711 libdata/pkgconfig/absl_statusor.pc Link Here
699
libdata/pkgconfig/absl_str_format.pc
719
libdata/pkgconfig/absl_str_format.pc
700
libdata/pkgconfig/absl_str_format_internal.pc
720
libdata/pkgconfig/absl_str_format_internal.pc
701
libdata/pkgconfig/absl_strerror.pc
721
libdata/pkgconfig/absl_strerror.pc
722
libdata/pkgconfig/absl_string_view.pc
702
libdata/pkgconfig/absl_strings.pc
723
libdata/pkgconfig/absl_strings.pc
703
libdata/pkgconfig/absl_strings_internal.pc
724
libdata/pkgconfig/absl_strings_internal.pc
704
libdata/pkgconfig/absl_symbolize.pc
725
libdata/pkgconfig/absl_symbolize.pc
705
libdata/pkgconfig/absl_synchronization.pc
726
libdata/pkgconfig/absl_synchronization.pc
727
libdata/pkgconfig/absl_test_allocator.pc
706
libdata/pkgconfig/absl_throw_delegate.pc
728
libdata/pkgconfig/absl_throw_delegate.pc
707
libdata/pkgconfig/absl_time.pc
729
libdata/pkgconfig/absl_time.pc
708
libdata/pkgconfig/absl_time_zone.pc
730
libdata/pkgconfig/absl_time_zone.pc
709
libdata/pkgconfig/absl_type_traits.pc
731
libdata/pkgconfig/absl_type_traits.pc
710
libdata/pkgconfig/absl_utility.pc
732
libdata/pkgconfig/absl_utility.pc
711
libdata/pkgconfig/absl_variant.pc
733
libdata/pkgconfig/absl_variant.pc
734
libdata/pkgconfig/absl_vlog_config_internal.pc
735
libdata/pkgconfig/absl_vlog_is_on.pc

Return to bug 275887