svn commit: r480992 - branches/2018Q3/devel/googlemock
Jan Beich
jbeich at FreeBSD.org
Mon Oct 1 00:37:29 UTC 2018
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
More information about the svn-ports-branches
mailing list