svn commit: r333054 - in head/devel/googletest: . files

Cheng-Lung Sung clsung at FreeBSD.org
Thu Nov 7 02:52:11 UTC 2013


Author: clsung
Date: Thu Nov  7 02:52:10 2013
New Revision: 333054
URL: http://svnweb.freebsd.org/changeset/ports/333054

Log:
  convert to STAGE

Modified:
  head/devel/googletest/Makefile
  head/devel/googletest/files/patch-include_gtest_internal_gtest-port.h

Modified: head/devel/googletest/Makefile
==============================================================================
--- head/devel/googletest/Makefile	Thu Nov  7 02:51:51 2013	(r333053)
+++ head/devel/googletest/Makefile	Thu Nov  7 02:52:10 2013	(r333054)
@@ -14,7 +14,6 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_PYTHON_BUILD=	yes
 
-NO_STAGE=	yes
 regression-test:
 	cd ${WRKSRC}; ${MAKE} check
 

Modified: head/devel/googletest/files/patch-include_gtest_internal_gtest-port.h
==============================================================================
--- head/devel/googletest/files/patch-include_gtest_internal_gtest-port.h	Thu Nov  7 02:51:51 2013	(r333053)
+++ head/devel/googletest/files/patch-include_gtest_internal_gtest-port.h	Thu Nov  7 02:52:10 2013	(r333054)
@@ -1,5 +1,5 @@
---- include/gtest/internal/gtest-port.h.orig	2010-04-15 22:02:02.000000000 +0000
-+++ include/gtest/internal/gtest-port.h
+--- include/gtest/internal/gtest-port.h.orig	2010-04-16 06:02:02.000000000 +0800
++++ include/gtest/internal/gtest-port.h	2013-10-16 23:39:02.000000000 +0800
 @@ -173,6 +173,7 @@
  #include <stdlib.h>
  #include <stdio.h>
@@ -8,3 +8,12 @@
  #ifndef _WIN32_WCE
  #include <sys/stat.h>
  #endif  // !_WIN32_WCE
+@@ -399,7 +400,7 @@
+ // defining __GNUC__ and friends, but cannot compile GCC's tuple
+ // implementation.  MSVC 2008 (9.0) provides TR1 tuple in a 323 MB
+ // Feature Pack download, which we cannot assume the user has.
+-#if (defined(__GNUC__) && !defined(__CUDACC__) && (GTEST_GCC_VER_ >= 40000)) \
++#if (defined(__GNUC__) && !defined(__CUDACC__) && !defined(_LIBCPP_VERSION) && (GTEST_GCC_VER_ >= 40000)) \
+     || _MSC_VER >= 1600
+ #define GTEST_USE_OWN_TR1_TUPLE 0
+ #else


More information about the svn-ports-all mailing list