head 1.3; access; symbols pkgsrc-2018Q2:1.2.0.12 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.10 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.8 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.6 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.2 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.1.0.6 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.4 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.2 pkgsrc-2016Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2018.08.04.21.19.39; author minskim; state dead; branches; next 1.2; commitid BF3TlN7AOsvMCQMA; 1.2 date 2017.05.02.10.51.31; author wiz; state Exp; branches; next 1.1; commitid qRx5VXsrDRmfUNPz; 1.1 date 2016.08.06.21.38.45; author kamil; state Exp; branches; next ; commitid FiOGs284HEq98ihz; desc @@ 1.3 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 @$NetBSD: patch-gmock_configure,v 1.2 2017/05/02 10:51:31 wiz Exp $ Fix unportable test(1) operator. --- gmock/configure.orig 2016-07-15 19:19:42.000000000 +0000 +++ gmock/configure @@@@ -15761,7 +15761,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 @@@@ -15791,7 +15791,7 @@@@ else enable_external_gtest=yes fi -if test "x$with_gtest" == "xno"; then : +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 GoogleMock to use any installed version and fall back upon its internal @ 1.2 log @Add comments to patches. @ text @d1 1 a1 1 $NetBSD: patch-gmock_configure,v 1.1 2016/08/06 21:38:45 kamil Exp $ @ 1.1 log @Install patch for protobuf/patches/patch-gmock_configure @ text @d1 3 a3 1 $NetBSD$ @