head 1.3; access; symbols pkgsrc-2023Q3:1.2.0.16 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.14 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.12 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.10 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.8 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.6 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.4 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.2 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.1.0.26 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.24 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.22 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.20 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.18 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.16 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.12 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.14 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.10 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.8 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.6 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.4 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.2 pkgsrc-2018Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2023.11.02.12.17.25; author wiz; state dead; branches; next 1.2; commitid C9uxwgmJahaU12LE; 1.2 date 2021.10.06.08.09.19; author adam; state Exp; branches; next 1.1; commitid Mn9oFcMS6POYZIbD; 1.1 date 2018.08.04.21.19.39; author minskim; state Exp; branches; next ; commitid BF3TlN7AOsvMCQMA; desc @@ 1.3 log @{,py-}protobuf: update to 24.4 Based on wip package by bsiegert. Ten months of heavy development. @ text @$NetBSD: patch-third__party_googletest_googlemock_configure,v 1.2 2021/10/06 08:09:19 adam Exp $ Fix shell portability issues. --- third_party/googletest/googlemock/configure.orig 2021-10-05 18:30:06.000000000 +0000 +++ third_party/googletest/googlemock/configure @@@@ -17329,7 +17329,7 @@@@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu have_pthreads="$acx_pthread_ok" fi - if test "x$have_pthreads" == "xyes"; then + if test "x$have_pthreads" = "xyes"; then HAVE_PTHREADS_TRUE= HAVE_PTHREADS_FALSE='#' else @@@@ -17361,7 +17361,7 @@@@ else $as_nop enable_external_gtest=yes fi -if test "x$with_gtest" == "xno" +if test "x$with_gtest" = "xno" then : as_fn_error $? "Support for GoogleTest was explicitly disabled. Currently GoogleMock has a hard dependency upon GoogleTest to build, please provide a version, or allow @ 1.2 log @protobuf py-protobuf: updated to 3.18.1 Protocol Buffers v3.18.1 Python Update setup.py to reflect that we now require at least Python 3.5 Performance fix for DynamicMessage: force GetRaw() to be inlined @ text @d1 1 a1 1 $NetBSD: patch-third__party_googletest_googlemock_configure,v 1.1 2018/08/04 21:19:39 minskim Exp $ @ 1.1 log @devel/protobuf: Update to 3.6.0 Major changes: - Starting from this release, we now require C++11. - Moved to C++11 types like std::atomic and std::unique_ptr. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- third_party/googletest/googlemock/configure.orig 2018-07-31 00:19:25.000000000 +0000 d7 1 a7 1 @@@@ -16355,7 +16355,7 @@@@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu d16 1 a16 1 @@@@ -16385,7 +16385,7 @@@@ else d20 3 a22 2 -if test "x$with_gtest" == "xno"; then : +if test "x$with_gtest" = "xno"; then : a24 1 GoogleMock to use any installed version and fall back upon its internal @