Update to gtest-1.8.1.
Still super old but enough for landry@ to update devel/proj
This commit is contained in:
parent
e310eb5d02
commit
1de2b8c57e
@ -1,21 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2019/07/12 20:44:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2021/10/31 16:09:26 ajacoutot Exp $
|
||||
|
||||
# http://build-failures.rhaalovely.net//alpha/2017-11-19/devel/gtest.log
|
||||
BROKEN-alpha = googletest/test/gtest_unittest.cc:2730: error: unrecognizable insn:
|
||||
|
||||
COMMENT = C++ unit test framework
|
||||
|
||||
V= 1.8.0
|
||||
V= 1.8.1
|
||||
GH_ACCOUNT= google
|
||||
GH_PROJECT= googletest
|
||||
GH_TAGNAME= release-$V
|
||||
PKGNAME = gtest-$V
|
||||
REVISION = 3
|
||||
|
||||
SHARED_LIBS += gmock 0.0 # .0.0
|
||||
SHARED_LIBS += gmock_main 0.0 # .0.0
|
||||
SHARED_LIBS += gtest 1.0 # .0.0
|
||||
SHARED_LIBS += gtest_main 1.0 # .0.0
|
||||
SHARED_LIBS += gmock 0.1 # .0.0
|
||||
SHARED_LIBS += gmock_main 0.1 # .0.0
|
||||
SHARED_LIBS += gtest 1.1 # .0.0
|
||||
SHARED_LIBS += gtest_main 1.1 # .0.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (googletest-1.8.0.tar.gz) = WKb0J3yivIVlIis7vVihd2CenEiOinJkk1m6UUUNt9g=
|
||||
SIZE (googletest-1.8.0.tar.gz) = 1281617
|
||||
SHA256 (googletest-1.8.1.tar.gz) = m/H+UYKmBLQTXtwaQlrjVsmtFemyP58SoC6AGEw6JJw=
|
||||
SIZE (googletest-1.8.1.tar.gz) = 992298
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-googletest_cmake_internal_utils_cmake,v 1.1 2017/05/17 20:09:36 sthen Exp $
|
||||
|
||||
Index: googletest/cmake/internal_utils.cmake
|
||||
--- googletest/cmake/internal_utils.cmake.orig
|
||||
+++ googletest/cmake/internal_utils.cmake
|
||||
@@ -243,7 +243,7 @@ function(py_test name)
|
||||
add_test(
|
||||
NAME ${name}
|
||||
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/test/${name}.py
|
||||
- --build_dir=${CMAKE_CURRENT_BINARY_DIR}/$<CONFIGURATION>)
|
||||
+ --build_dir=${CMAKE_CURRENT_BINARY_DIR})
|
||||
else (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.1)
|
||||
add_test(
|
||||
${name}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/04/23 11:14:47 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/10/31 16:09:26 ajacoutot Exp $
|
||||
include/gmock/
|
||||
include/gmock/gmock-actions.h
|
||||
include/gmock/gmock-cardinalities.h
|
||||
@ -17,6 +17,7 @@ include/gmock/gmock-spec-builders.h
|
||||
include/gmock/gmock.h
|
||||
include/gmock/internal/
|
||||
include/gmock/internal/custom/
|
||||
include/gmock/internal/custom/README.md
|
||||
include/gmock/internal/custom/gmock-generated-actions.h
|
||||
include/gmock/internal/custom/gmock-generated-actions.h.pump
|
||||
include/gmock/internal/custom/gmock-matchers.h
|
||||
@ -39,6 +40,7 @@ include/gtest/gtest_pred_impl.h
|
||||
include/gtest/gtest_prod.h
|
||||
include/gtest/internal/
|
||||
include/gtest/internal/custom/
|
||||
include/gtest/internal/custom/README.md
|
||||
include/gtest/internal/custom/gtest-port.h
|
||||
include/gtest/internal/custom/gtest-printers.h
|
||||
include/gtest/internal/custom/gtest.h
|
||||
@ -56,7 +58,17 @@ include/gtest/internal/gtest-tuple.h
|
||||
include/gtest/internal/gtest-tuple.h.pump
|
||||
include/gtest/internal/gtest-type-util.h
|
||||
include/gtest/internal/gtest-type-util.h.pump
|
||||
lib/cmake/
|
||||
lib/cmake/GTest/
|
||||
lib/cmake/GTest/GTestConfig.cmake
|
||||
lib/cmake/GTest/GTestConfigVersion.cmake
|
||||
lib/cmake/GTest/GTestTargets${MODCMAKE_BUILD_SUFFIX}
|
||||
lib/cmake/GTest/GTestTargets.cmake
|
||||
@lib lib/libgmock.so.${LIBgmock_VERSION}
|
||||
@lib lib/libgmock_main.so.${LIBgmock_main_VERSION}
|
||||
@lib lib/libgtest.so.${LIBgtest_VERSION}
|
||||
@lib lib/libgtest_main.so.${LIBgtest_main_VERSION}
|
||||
lib/pkgconfig/gmock.pc
|
||||
lib/pkgconfig/gmock_main.pc
|
||||
lib/pkgconfig/gtest.pc
|
||||
lib/pkgconfig/gtest_main.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user