On Wed, Mar 09, 2022 at 03:10:25AM +0300, Andrew Krasavin wrote: > Hello. > > A trivial fix for the wrong version of the libabsl_cordz_sample_token > shared library. > > I will be glad to receive your comments, criticism and objections.
The patch didn't apply for except for the @comment hunk, so I just redid it manually and committed it, thanks. > -- > Wbr, Andrew Krasavin > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/abseil-cpp/Makefile,v > retrieving revision 1.3 > diff -u -p -r1.3 Makefile > --- Makefile 2 Mar 2022 21:42:10 -0000 1.3 > +++ Makefile 8 Mar 2022 22:58:37 -0000 > @@ -1,7 +1,7 @@ > # $OpenBSD: Makefile,v 1.3 2022/03/02 21:42:10 kn Exp $ > COMMENT = abseil common libraries (c++) > -REVISION = 0 > +REVISION = 1 > CATEGORIES = devel > GH_ACCOUNT = abseil > @@ -27,6 +27,7 @@ SHARED_LIBS += absl_cord_internal > 0.0 > SHARED_LIBS += absl_cordz_functions 0.0 # > 2103.0.1 > SHARED_LIBS += absl_cordz_handle 0.0 # > 2103.0.1 > SHARED_LIBS += absl_cordz_info 0.0 # > 2103.0.1 > +SHARED_LIBS += absl_cordz_sample_token 0.0 # > 2103.0.1 > SHARED_LIBS += absl_debugging_internal 0.0 # > 2103.0.1 > SHARED_LIBS += absl_demangle_internal 0.0 # > 2103.0.1 > SHARED_LIBS += absl_examine_stack 0.0 # > 2103.0.1 > cvs server: Diffing patches > cvs server: Diffing pkg > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/devel/abseil-cpp/pkg/PLIST,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 PLIST > --- pkg/PLIST 18 Dec 2021 19:38:17 -0000 1.1.1.1 > +++ pkg/PLIST 8 Mar 2022 22:58:37 -0000 > @@ -1,4 +1,3 @@ > -@comment $OpenBSD: PLIST,v 1.1.1.1 2021/12/18 19:38:17 kn Exp $ > include/absl/ > include/absl/algorithm/ > include/absl/algorithm/algorithm.h > @@ -364,7 +363,7 @@ lib/cmake/absl/abslTargets.cmake > @lib lib/libabsl_cordz_functions.so.${LIBabsl_cordz_functions_VERSION} > @lib lib/libabsl_cordz_handle.so.${LIBabsl_cordz_handle_VERSION} > @lib lib/libabsl_cordz_info.so.${LIBabsl_cordz_info_VERSION} > -lib/libabsl_cordz_sample_token.so.2111.0.0 > +@lib lib/libabsl_cordz_sample_token.so.${LIBabsl_cordz_sample_token_VERSION} > @lib lib/libabsl_debugging_internal.so.${LIBabsl_debugging_internal_VERSION} > @lib lib/libabsl_demangle_internal.so.${LIBabsl_demangle_internal_VERSION} > @lib lib/libabsl_examine_stack.so.${LIBabsl_examine_stack_VERSION} >