Date: Mon, 1 Oct 2018 00:37:29 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r480992 - branches/2018Q3/devel/googlemock Message-ID: <201810010037.w910bTeW097552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Oct 1 00:37:28 2018 New Revision: 480992 URL: https://svnweb.freebsd.org/changeset/ports/480992 Log: MFH: r480991 devel/googlemock: unbreak on GCC architectures In file included from /usr/local/include/gtest/gtest.h:59, from ./include/gmock/internal/gmock-internal-utils.h:47, from ./include/gmock/gmock-actions.h:47, from ./include/gmock/gmock.h:59, from src/gmock_main.cc:32: /usr/local/include/gtest/internal/gtest-internal.h:657: error: expected ',' or '...' before '>' token /usr/local/include/gtest/internal/gtest-internal.h:657: error: parse error in template argument list /usr/local/include/gtest/internal/gtest-internal.h:657: error: default argument missing for parameter 7 of 'static bool testing::internal::TypeParameterizedTest<Fixture, TestSel, Types>::Register(const char*, const testing::internal::CodeLocation&, const char*, const char*, int, const std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, Types)' PR: 231835 Approved by: ports-secteam blanket Modified: branches/2018Q3/devel/googlemock/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/googlemock/Makefile ============================================================================== --- branches/2018Q3/devel/googlemock/Makefile Mon Oct 1 00:36:37 2018 (r480991) +++ branches/2018Q3/devel/googlemock/Makefile Mon Oct 1 00:37:28 2018 (r480992) @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= google GH_PROJECT= googletest -USES= autoreconf libtool localbase python:run shebangfix +USES= autoreconf compiler:c++11-lang libtool localbase python:run shebangfix SHEBANG_FILES= scripts/gmock_doctor.py WRKSRC_SUBDIR= ${PORTNAME} GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810010037.w910bTeW097552>