From 004091b1495af573e452082ebf2ca6450df65909 Mon Sep 17 00:00:00 2001 From: kn Date: Sun, 31 Aug 2025 14:49:18 +0000 Subject: [PATCH] sync wantlib and bump shared_libs where needed after abseil-cpp update --- cad/kicad/Makefile | 11 ++++++----- devel/bear/Makefile | 9 ++++----- devel/mtxclient/Makefile | 19 +++++++++---------- devel/protobuf-c/Makefile | 10 +++++----- devel/protobuf/Makefile | 13 +++++++------ graphics/opencv/Makefile | 5 ++--- net/grpc/Makefile | 26 +++++++++++++------------- net/mosh/Makefile | 8 ++++---- productivity/glabels/Makefile | 8 ++++---- productivity/libphonenumber/Makefile | 17 +++++++++-------- textproc/re2/Makefile | 19 ++++++++++--------- x11/kde-applications/marble/Makefile | 13 +++++++------ x11/qt6/qtgrpc/Makefile | 8 ++++---- 13 files changed, 84 insertions(+), 82 deletions(-) diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 724e96b1a99..35169e84576 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -8,6 +8,7 @@ V = 9.0.3 COMMENT = schematic and PCB editing software DISTNAME = kicad-${V} EPOCH = 0 +REVISION = 0 SHARED_LIBS += kicad_3dsg 2.0 # 2.0 SHARED_LIBS += kicommon 0.0 # 0.0 @@ -38,14 +39,14 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_initialize +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_initialize WANTLIB += absl_log_internal_check_op absl_log_internal_conditions WANTLIB += absl_log_internal_fnmatch absl_log_internal_format WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set WANTLIB += absl_log_internal_message absl_log_internal_nullguard WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto -WANTLIB += absl_log_severity absl_log_sink absl_low_level_hash -WANTLIB += absl_malloc_internal absl_random_distributions absl_random_internal_entropy_pool +WANTLIB += absl_log_severity absl_log_sink absl_malloc_internal +WANTLIB += absl_random_distributions absl_random_internal_entropy_pool WANTLIB += absl_random_internal_platform absl_random_internal_randen WANTLIB += absl_random_internal_randen_hwaes absl_random_internal_randen_hwaes_impl WANTLIB += absl_random_internal_randen_slow absl_random_internal_seed_material @@ -59,11 +60,11 @@ WANTLIB += absl_vlog_config_internal atk-1.0 boost_chrono-mt boost_locale-mt WANTLIB += boost_system-mt boost_thread-mt c cairo cairo-gobject WANTLIB += curl fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 WANTLIB += git2 glib-2.0 gobject-2.0 gtk-3 harfbuzz intl iodbc -WANTLIB += m ngspice nng pango-1.0 pangocairo-1.0 pixman-1 ${MODPY_WANTLIB} +WANTLIB += m nng pango-1.0 pangocairo-1.0 pixman-1 protobuf ${MODPY_WANTLIB} WANTLIB += secret-1 wx_baseu-3.2 wx_baseu_net-3.2 wx_baseu_xml-3.2 WANTLIB += wx_gtk3u_aui-3.2 wx_gtk3u_core-3.2 wx_gtk3u_gl-3.2 WANTLIB += wx_gtk3u_html-3.2 wx_gtk3u_propgrid-3.2 wx_gtk3u_richtext-3.2 -WANTLIB += wx_gtk3u_stc-3.2 z zstd protobuf +WANTLIB += wx_gtk3u_stc-3.2 z zstd SITES = https://gitlab.com/kicad/code/kicad/-/archive/${V}/ diff --git a/devel/bear/Makefile b/devel/bear/Makefile index 3c968518f06..7e255869302 100644 --- a/devel/bear/Makefile +++ b/devel/bear/Makefile @@ -3,7 +3,7 @@ COMMENT = clang database generator V = 3.1.6 DIST_TUPLE += github rizsotto Bear ${V} . DISTNAME = bear-${V} -REVISION = 2 +REVISION = 3 CATEGORIES = devel @@ -22,14 +22,14 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_initialize +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_initialize WANTLIB += absl_log_internal_check_op absl_log_internal_conditions WANTLIB += absl_log_internal_fnmatch absl_log_internal_format WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set WANTLIB += absl_log_internal_message absl_log_internal_nullguard WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto -WANTLIB += absl_log_severity absl_log_sink absl_low_level_hash -WANTLIB += absl_malloc_internal absl_random_distributions absl_random_internal_entropy_pool +WANTLIB += absl_log_severity absl_log_sink absl_malloc_internal +WANTLIB += absl_random_distributions absl_random_internal_entropy_pool WANTLIB += absl_random_internal_platform absl_random_internal_randen WANTLIB += absl_random_internal_randen_hwaes absl_random_internal_randen_hwaes_impl WANTLIB += absl_random_internal_randen_slow absl_random_internal_seed_material @@ -40,7 +40,6 @@ WANTLIB += absl_strerror absl_string_view absl_strings absl_strings_internal WANTLIB += absl_symbolize absl_synchronization absl_throw_delegate WANTLIB += absl_time absl_time_zone absl_tracing_internal absl_utf8_for_code_point WANTLIB += absl_vlog_config_internal c execinfo fmt gpr grpc grpc++ -WANTLIB += m protobuf spdlog utf8_range utf8_validity # C++17 COMPILER = base-clang ports-gcc diff --git a/devel/mtxclient/Makefile b/devel/mtxclient/Makefile index aa65220a959..e7abe23ed56 100644 --- a/devel/mtxclient/Makefile +++ b/devel/mtxclient/Makefile @@ -6,7 +6,7 @@ SHARED_LIBS += matrix_client 3.0 GH_ACCOUNT = Nheko-Reborn GH_PROJECT = mtxclient GH_TAGNAME = v0.10.0 -REVISION = 3 +REVISION = 4 # MIT PERMIT_PACKAGE = Yes @@ -21,20 +21,19 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_internal_check_op +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_internal_check_op WANTLIB += absl_log_internal_conditions absl_log_internal_fnmatch WANTLIB += absl_log_internal_format absl_log_internal_globals WANTLIB += absl_log_internal_log_sink_set absl_log_internal_message WANTLIB += absl_log_internal_nullguard absl_log_internal_proto WANTLIB += absl_log_internal_structured_proto absl_log_severity -WANTLIB += absl_log_sink absl_low_level_hash absl_malloc_internal -WANTLIB += absl_raw_hash_set absl_raw_logging_internal absl_spinlock_wait -WANTLIB += absl_stacktrace absl_str_format_internal absl_strerror -WANTLIB += absl_string_view absl_strings absl_strings_internal -WANTLIB += absl_symbolize absl_synchronization absl_throw_delegate -WANTLIB += absl_time absl_time_zone absl_tracing_internal absl_utf8_for_code_point -WANTLIB += absl_vlog_config_internal coeurl crypto execinfo fmt -WANTLIB += m olm re2 spdlog ssl +WANTLIB += absl_log_sink absl_malloc_internal absl_raw_hash_set +WANTLIB += absl_raw_logging_internal absl_spinlock_wait absl_stacktrace +WANTLIB += absl_str_format_internal absl_strerror absl_string_view +WANTLIB += absl_strings absl_strings_internal absl_symbolize absl_synchronization +WANTLIB += absl_throw_delegate absl_time absl_time_zone absl_tracing_internal +WANTLIB += absl_utf8_for_code_point absl_vlog_config_internal +WANTLIB += coeurl crypto execinfo fmt m olm re2 spdlog ssl MODULES = devel/cmake diff --git a/devel/protobuf-c/Makefile b/devel/protobuf-c/Makefile index 21d4dd1bf75..f4b33020b4e 100644 --- a/devel/protobuf-c/Makefile +++ b/devel/protobuf-c/Makefile @@ -2,9 +2,9 @@ COMMENT = c protocol buffers V = 1.5.2 DISTNAME = protobuf-c-$V -REVISION = 0 +REVISION = 1 -SHARED_LIBS = protobuf-c 3.0 # 1.0 +SHARED_LIBS = protobuf-c 4.0 # 1.0 CATEGORIES = devel @@ -25,14 +25,14 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_initialize +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_initialize WANTLIB += absl_log_internal_check_op absl_log_internal_conditions WANTLIB += absl_log_internal_fnmatch absl_log_internal_format WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set WANTLIB += absl_log_internal_message absl_log_internal_nullguard WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto -WANTLIB += absl_log_severity absl_log_sink absl_low_level_hash -WANTLIB += absl_malloc_internal absl_random_distributions absl_random_internal_entropy_pool +WANTLIB += absl_log_severity absl_log_sink absl_malloc_internal +WANTLIB += absl_random_distributions absl_random_internal_entropy_pool WANTLIB += absl_random_internal_platform absl_random_internal_randen WANTLIB += absl_random_internal_randen_hwaes absl_random_internal_randen_hwaes_impl WANTLIB += absl_random_internal_randen_slow absl_random_internal_seed_material diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index 4fb6059f35c..4c0614360a8 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -8,13 +8,14 @@ TAG = v${PROTOBUF_VERSION:S/rc-/rc/} DISTNAME = protobuf-${PROTOBUF_VERSION} PKGNAME = protobuf-${V:S/-//g} DISTFILES = protobuf-${PROTOBUF_VERSION}.tar.gz +REVISION = 0 PROTOC_VERSION = ${PROTOBUF_VERSION}.0 SUBST_VARS += PROTOC_VERSION -SHARED_LIBS += protobuf-lite 29.0 -SHARED_LIBS += protobuf 32.0 -SHARED_LIBS += protoc 33.0 +SHARED_LIBS += protobuf-lite 30.0 +SHARED_LIBS += protobuf 33.0 +SHARED_LIBS += protoc 34.0 SHARED_LIBS += utf8_range 1.0 SHARED_LIBS += utf8_validity 2.0 @@ -37,14 +38,14 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_initialize +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_initialize WANTLIB += absl_log_internal_check_op absl_log_internal_conditions WANTLIB += absl_log_internal_fnmatch absl_log_internal_format WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set WANTLIB += absl_log_internal_message absl_log_internal_nullguard WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto -WANTLIB += absl_log_severity absl_log_sink absl_low_level_hash -WANTLIB += absl_malloc_internal absl_random_distributions absl_random_internal_entropy_pool +WANTLIB += absl_log_severity absl_log_sink absl_malloc_internal +WANTLIB += absl_random_distributions absl_random_internal_entropy_pool WANTLIB += absl_random_internal_platform absl_random_internal_randen WANTLIB += absl_random_internal_randen_hwaes absl_random_internal_randen_hwaes_impl WANTLIB += absl_random_internal_randen_slow absl_random_internal_seed_material diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 68330ef2da6..a512aca7ed7 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -5,7 +5,7 @@ COMMENT-main = library for computer vision real-time processing COMMENT-java = Java bindings for OpenCV V = 4.12.0 -REVISION-main = 0 +REVISION-main = 1 GH_ACCOUNT = opencv GH_PROJECT = opencv GH_TAGNAME = ${V} @@ -24,8 +24,7 @@ MAINTAINER = Rafael Sadowski SHARED_LIBS += $i 15.0 .endfor -WANTLIB-main += ${COMPILER_LIBCXX} OpenEXR-3_3 absl_city absl_hash -WANTLIB-main += absl_log_internal_check_op absl_log_internal_message +WANTLIB-main += ${COMPILER_LIBCXX} OpenEXR-3_3 absl_hash absl_log_internal_message WANTLIB-main += avcodec avformat avif avutil c cairo gdk-3 gdk_pixbuf-2.0 WANTLIB-main += glib-2.0 gobject-2.0 gstapp-1.0 gstaudio-1.0 gstbase-1.0 WANTLIB-main += gstpbutils-1.0 gstreamer-1.0 gstriff-1.0 gstvideo-1.0 diff --git a/net/grpc/Makefile b/net/grpc/Makefile index 788a5f70696..456e34265fd 100644 --- a/net/grpc/Makefile +++ b/net/grpc/Makefile @@ -5,22 +5,22 @@ COMMENT = HTTP/2-based RPC framework V = 1.74.1 DISTNAME = grpc-${V} -REVISION = 2 +REVISION = 3 DIST_TUPLE += github grpc grpc v${V} . SHARED_LIBS += address_sorting 0.0 # 0.0 -SHARED_LIBS += gpr 1.0 # 0.0 -SHARED_LIBS += grpc++ 1.2 # 0.0 +SHARED_LIBS += gpr 2.0 # 0.0 +SHARED_LIBS += grpc++ 2.0 # 0.0 SHARED_LIBS += grpc++_alts 1.0 # 0.0 SHARED_LIBS += grpc++_error_details 0.0 # 0.0 -SHARED_LIBS += grpc++_reflection 1.0 # 0.0 -SHARED_LIBS += grpc++_unsecure 1.2 # 0.0 -SHARED_LIBS += grpc 3.1 # 0.0 -SHARED_LIBS += grpc_authorization_provider 3.0 # 0.0 -SHARED_LIBS += grpc_plugin_support 1.0 # 0.0 -SHARED_LIBS += grpc_unsecure 3.0 # 0.0 -SHARED_LIBS += grpcpp_channelz 2.0 # 0.0 +SHARED_LIBS += grpc++_reflection 2.0 # 0.0 +SHARED_LIBS += grpc++_unsecure 2.0 # 0.0 +SHARED_LIBS += grpc 4.0 # 0.0 +SHARED_LIBS += grpc_authorization_provider 4.0 # 0.0 +SHARED_LIBS += grpc_plugin_support 2.0 # 0.0 +SHARED_LIBS += grpc_unsecure 4.0 # 0.0 +SHARED_LIBS += grpcpp_channelz 3.0 # 0.0 SHARED_LIBS += upb_base_lib 0.0 # 0.0 SHARED_LIBS += upb_json_lib 1.0 # 0.0 SHARED_LIBS += upb_mem_lib 0.1 # 0.0 @@ -53,14 +53,14 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_initialize +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_initialize WANTLIB += absl_log_internal_check_op absl_log_internal_conditions WANTLIB += absl_log_internal_fnmatch absl_log_internal_format WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set WANTLIB += absl_log_internal_message absl_log_internal_nullguard WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto -WANTLIB += absl_log_severity absl_log_sink absl_low_level_hash -WANTLIB += absl_malloc_internal absl_random_distributions absl_random_internal_entropy_pool +WANTLIB += absl_log_severity absl_log_sink absl_malloc_internal +WANTLIB += absl_random_distributions absl_random_internal_entropy_pool WANTLIB += absl_random_internal_platform absl_random_internal_randen WANTLIB += absl_random_internal_randen_hwaes absl_random_internal_randen_hwaes_impl WANTLIB += absl_random_internal_randen_slow absl_random_internal_seed_material diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 8b3433525f4..107ef127f30 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -2,7 +2,7 @@ COMMENT = mobile shell V = 1.4.0 DISTNAME = mosh-${V} -REVISION = 4 +REVISION = 5 CATEGORIES = net @@ -24,14 +24,14 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_initialize +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_initialize WANTLIB += absl_log_internal_check_op absl_log_internal_conditions WANTLIB += absl_log_internal_fnmatch absl_log_internal_format WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set WANTLIB += absl_log_internal_message absl_log_internal_nullguard WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto -WANTLIB += absl_log_severity absl_log_sink absl_low_level_hash -WANTLIB += absl_malloc_internal absl_random_distributions absl_random_internal_entropy_pool +WANTLIB += absl_log_severity absl_log_sink absl_malloc_internal +WANTLIB += absl_random_distributions absl_random_internal_entropy_pool WANTLIB += absl_random_internal_platform absl_random_internal_randen WANTLIB += absl_random_internal_randen_hwaes absl_random_internal_randen_hwaes_impl WANTLIB += absl_random_internal_randen_slow absl_random_internal_seed_material diff --git a/productivity/glabels/Makefile b/productivity/glabels/Makefile index 49776a09e2b..de16a534bb4 100644 --- a/productivity/glabels/Makefile +++ b/productivity/glabels/Makefile @@ -2,7 +2,7 @@ COMMENT = labels and business card designer GNOME_PROJECT = glabels GNOME_VERSION = 3.4.1 -REVISION = 23 +REVISION = 24 CATEGORIES = productivity graphics @@ -27,14 +27,14 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_initialize +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_initialize WANTLIB += absl_log_internal_check_op absl_log_internal_conditions WANTLIB += absl_log_internal_fnmatch absl_log_internal_format WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set WANTLIB += absl_log_internal_message absl_log_internal_nullguard WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto -WANTLIB += absl_log_severity absl_log_sink absl_low_level_hash -WANTLIB += absl_malloc_internal absl_random_distributions absl_random_internal_entropy_pool +WANTLIB += absl_log_severity absl_log_sink absl_malloc_internal +WANTLIB += absl_random_distributions absl_random_internal_entropy_pool WANTLIB += absl_random_internal_platform absl_random_internal_randen WANTLIB += absl_random_internal_randen_hwaes absl_random_internal_randen_hwaes_impl WANTLIB += absl_random_internal_randen_slow absl_random_internal_seed_material diff --git a/productivity/libphonenumber/Makefile b/productivity/libphonenumber/Makefile index ad948b73ce2..7888ee40bae 100644 --- a/productivity/libphonenumber/Makefile +++ b/productivity/libphonenumber/Makefile @@ -3,9 +3,10 @@ COMMENT = C++ library to parse/format/validate phone numbers GH_ACCOUNT = google GH_PROJECT = libphonenumber GH_TAGNAME = v9.0.13 +REVISION = 0 SHARED_LIBS += geocoding 0.1 # 8.12 -SHARED_LIBS += phonenumber 1.0 # 8.12 +SHARED_LIBS += phonenumber 2.0 # 8.12 CATEGORIES = productivity devel @@ -21,13 +22,13 @@ WANTLIB += absl_crc_internal absl_debugging_internal absl_decode_rust_punycode WANTLIB += absl_demangle_internal absl_demangle_rust absl_exponential_biased WANTLIB += absl_graphcycles_internal absl_hash absl_hashtablez_sampler WANTLIB += absl_int128 absl_kernel_timeout_internal absl_log_severity -WANTLIB += absl_low_level_hash absl_malloc_internal absl_raw_hash_set -WANTLIB += absl_raw_logging_internal absl_spinlock_wait absl_stacktrace -WANTLIB += absl_str_format_internal absl_string_view absl_strings -WANTLIB += absl_strings_internal absl_symbolize absl_synchronization -WANTLIB += absl_throw_delegate absl_time absl_time_zone absl_tracing_internal -WANTLIB += absl_utf8_for_code_point boost_date_time-mt boost_system-mt -WANTLIB += boost_thread-mt icui18n icuuc m protobuf +WANTLIB += absl_malloc_internal absl_raw_hash_set absl_raw_logging_internal +WANTLIB += absl_spinlock_wait absl_stacktrace absl_str_format_internal +WANTLIB += absl_string_view absl_strings absl_strings_internal +WANTLIB += absl_symbolize absl_synchronization absl_throw_delegate +WANTLIB += absl_time absl_time_zone absl_tracing_internal absl_utf8_for_code_point +WANTLIB += boost_date_time-mt boost_system-mt boost_thread-mt +WANTLIB += icui18n icuuc m protobuf MODULES = devel/cmake diff --git a/textproc/re2/Makefile b/textproc/re2/Makefile index 4182a77268d..15cb3331c44 100644 --- a/textproc/re2/Makefile +++ b/textproc/re2/Makefile @@ -2,8 +2,9 @@ COMMENT = non-backtracking regular expression engine V = 2025-08-12 DISTNAME = re2-${V} PKGNAME = re2-${V:S/-//g} +REVISION = 0 -SHARED_LIBS = re2 2.1 +SHARED_LIBS = re2 3.0 CATEGORIES = textproc devel @@ -25,19 +26,19 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_internal_check_op +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_internal_check_op WANTLIB += absl_log_internal_conditions absl_log_internal_fnmatch WANTLIB += absl_log_internal_format absl_log_internal_globals WANTLIB += absl_log_internal_log_sink_set absl_log_internal_message WANTLIB += absl_log_internal_nullguard absl_log_internal_proto WANTLIB += absl_log_internal_structured_proto absl_log_severity -WANTLIB += absl_log_sink absl_low_level_hash absl_malloc_internal -WANTLIB += absl_raw_hash_set absl_raw_logging_internal absl_spinlock_wait -WANTLIB += absl_stacktrace absl_str_format_internal absl_strerror -WANTLIB += absl_string_view absl_strings absl_strings_internal -WANTLIB += absl_symbolize absl_synchronization absl_throw_delegate -WANTLIB += absl_time absl_time_zone absl_tracing_internal absl_utf8_for_code_point -WANTLIB += absl_vlog_config_internal m +WANTLIB += absl_log_sink absl_malloc_internal absl_raw_hash_set +WANTLIB += absl_raw_logging_internal absl_spinlock_wait absl_stacktrace +WANTLIB += absl_str_format_internal absl_strerror absl_string_view +WANTLIB += absl_strings absl_strings_internal absl_symbolize absl_synchronization +WANTLIB += absl_throw_delegate absl_time absl_time_zone absl_tracing_internal +WANTLIB += absl_utf8_for_code_point absl_vlog_config_internal +WANTLIB += m # C++17 COMPILER = base-clang ports-gcc diff --git a/x11/kde-applications/marble/Makefile b/x11/kde-applications/marble/Makefile index a4e43e06b14..e313486faa9 100644 --- a/x11/kde-applications/marble/Makefile +++ b/x11/kde-applications/marble/Makefile @@ -3,6 +3,7 @@ USE_WXNEEDED = Yes COMMENT = virtual globe and world atlas DISTNAME = marble-${VERSION} CATEGORIES = geo +REVISION = 0 HOMEPAGE = https://marble.kde.org/ @@ -29,12 +30,12 @@ WANTLIB += absl_base absl_city absl_civil_time absl_debugging_internal WANTLIB += absl_decode_rust_punycode absl_demangle_internal absl_demangle_rust WANTLIB += absl_examine_stack absl_graphcycles_internal absl_hash WANTLIB += absl_int128 absl_kernel_timeout_internal absl_leak_check -WANTLIB += absl_log_globals absl_log_internal_check_op absl_log_internal_fnmatch -WANTLIB += absl_log_internal_format absl_log_internal_globals -WANTLIB += absl_log_internal_log_sink_set absl_log_internal_message -WANTLIB += absl_log_internal_nullguard absl_log_internal_proto -WANTLIB += absl_log_internal_structured_proto absl_log_severity -WANTLIB += absl_log_sink absl_low_level_hash absl_malloc_internal +WANTLIB += absl_log_entry absl_log_globals absl_log_internal_check_op +WANTLIB += absl_log_internal_fnmatch absl_log_internal_format +WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set +WANTLIB += absl_log_internal_message absl_log_internal_nullguard +WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto +WANTLIB += absl_log_severity absl_log_sink absl_malloc_internal WANTLIB += absl_raw_logging_internal absl_spinlock_wait absl_stacktrace WANTLIB += absl_str_format_internal absl_strerror absl_string_view WANTLIB += absl_strings absl_strings_internal absl_symbolize absl_synchronization diff --git a/x11/qt6/qtgrpc/Makefile b/x11/qt6/qtgrpc/Makefile index f479f62bb6f..0723b5b0bb1 100644 --- a/x11/qt6/qtgrpc/Makefile +++ b/x11/qt6/qtgrpc/Makefile @@ -1,7 +1,7 @@ QT6NAME = QtgRPC COMMENT = gRPC support for Qt6 PKGSPEC = qt6-qtgrpc-${QT6_PKGSPEC} -REVISION = 0 +REVISION = 1 SHARED_LIBS += Qt6Grpc 3.0 # 0.0 SHARED_LIBS += Qt6Protobuf 2.0 # 0.0 @@ -23,14 +23,14 @@ WANTLIB += absl_flags_commandlineflag_internal absl_flags_config WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_private_handle_accessor WANTLIB += absl_flags_program_name absl_flags_reflection absl_graphcycles_internal WANTLIB += absl_hash absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal -WANTLIB += absl_leak_check absl_log_globals absl_log_initialize +WANTLIB += absl_leak_check absl_log_entry absl_log_globals absl_log_initialize WANTLIB += absl_log_internal_check_op absl_log_internal_conditions WANTLIB += absl_log_internal_fnmatch absl_log_internal_format WANTLIB += absl_log_internal_globals absl_log_internal_log_sink_set WANTLIB += absl_log_internal_message absl_log_internal_nullguard WANTLIB += absl_log_internal_proto absl_log_internal_structured_proto -WANTLIB += absl_log_severity absl_log_sink absl_low_level_hash -WANTLIB += absl_malloc_internal absl_random_distributions absl_random_internal_entropy_pool +WANTLIB += absl_log_severity absl_log_sink absl_malloc_internal +WANTLIB += absl_random_distributions absl_random_internal_entropy_pool WANTLIB += absl_random_internal_platform absl_random_internal_randen WANTLIB += absl_random_internal_randen_hwaes absl_random_internal_randen_hwaes_impl WANTLIB += absl_random_internal_randen_slow absl_random_internal_seed_material