Updating abseil-cpp shows that libphonenumber automatically picks up its
new libs.

Does this warrant a version spec for the dependency?

Either way, all 325 tests pass after the abseil update.
I'm now looking into databases/evolution-data-server failure.

Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/libphonenumber/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    2 Feb 2023 13:28:00 -0000       1.9
+++ Makefile    5 Feb 2023 21:04:04 -0000
@@ -3,6 +3,7 @@ COMMENT =       C++ library to parse/format/va
 GH_ACCOUNT =   google
 GH_PROJECT =   libphonenumber
 GH_TAGNAME =   v8.13.5
+REVISION =     0
 
 SHARED_LIBS +=  geocoding                 0.0 # 8.12
 SHARED_LIBS +=  phonenumber               0.0 # 8.12
@@ -15,15 +16,16 @@ PERMIT_PACKAGE =    Yes
 WANTLIB += ${COMPILER_LIBCXX} absl_bad_optional_access absl_bad_variant_access
 WANTLIB += absl_base absl_city absl_civil_time absl_cord absl_cord_internal
 WANTLIB += absl_cordz_functions absl_cordz_handle absl_cordz_info
-WANTLIB += absl_debugging_internal absl_demangle_internal 
absl_exponential_biased
-WANTLIB += absl_graphcycles_internal absl_hash absl_hashtablez_sampler
-WANTLIB += absl_int128 absl_log_severity absl_low_level_hash 
absl_malloc_internal
-WANTLIB += absl_raw_hash_set absl_raw_logging_internal absl_spinlock_wait
-WANTLIB += absl_stacktrace absl_strings absl_strings_internal
-WANTLIB += absl_symbolize absl_synchronization absl_throw_delegate
-WANTLIB += absl_time absl_time_zone boost_atomic-mt boost_chrono-mt
-WANTLIB += boost_date_time-mt boost_system-mt boost_thread-mt
-WANTLIB += icui18n icuuc m protobuf
+WANTLIB += absl_crc32c absl_crc_cord_state absl_crc_cpu_detect
+WANTLIB += absl_crc_internal absl_debugging_internal absl_demangle_internal
+WANTLIB += absl_exponential_biased absl_graphcycles_internal absl_hash
+WANTLIB += absl_hashtablez_sampler absl_int128 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_strings absl_strings_internal absl_symbolize 
absl_synchronization
+WANTLIB += absl_throw_delegate absl_time absl_time_zone boost_atomic-mt
+WANTLIB += boost_chrono-mt boost_date_time-mt boost_system-mt
+WANTLIB += boost_thread-mt icui18n icuuc m protobuf
 
 MODULES =              devel/cmake
 
@@ -31,7 +33,7 @@ COMPILER =            base-clang ports-gcc
 
 BUILD_DEPENDS =                devel/gtest
 
-LIB_DEPENDS =          devel/abseil-cpp \
+LIB_DEPENDS =          devel/abseil-cpp>=20230125.0 \
                        devel/boost \
                        devel/protobuf \
                        textproc/icu4c

Reply via email to