Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 19:28:10 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328984 - head/math/carve/files
Message-ID:  <201310011928.r91JSAYZ054274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Oct  1 19:28:10 2013
New Revision: 328984
URL: http://svnweb.freebsd.org/changeset/ports/328984

Log:
  math/carve: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h   (contents, props changed)

Added: head/math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h	Tue Oct  1 19:28:10 2013	(r328984)
@@ -0,0 +1,10 @@
+--- external/gtest-1.5.0/include/gtest/internal/gtest-port.h.orig	2011-08-26 20:16:23.000000000 +0000
++++ external/gtest-1.5.0/include/gtest/internal/gtest-port.h
+@@ -176,6 +176,7 @@
+ #ifndef _WIN32_WCE
+ #include <sys/stat.h>
+ #endif  // !_WIN32_WCE
++#include <unistd.h>
+ 
+ #include <iostream>  // NOLINT
+ #include <sstream>  // NOLINT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310011928.r91JSAYZ054274>