Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 22:00:48 +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: r329003 - head/biology/avida/files
Message-ID:  <201310012200.r91M0ma3021115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Oct  1 22:00:47 2013
New Revision: 329003
URL: http://svnweb.freebsd.org/changeset/ports/329003

Log:
  biology/avida: add <unistd.h>, <typoinfo> for modern compilers

Added:
  head/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h   (contents, props changed)
  head/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h   (contents, props changed)

Added: head/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h	Tue Oct  1 22:00:47 2013	(r329003)
@@ -0,0 +1,10 @@
+--- libs/apto/include/apto/core/Functor.h.orig	2012-09-29 03:33:38.000000000 +0000
++++ libs/apto/include/apto/core/Functor.h
+@@ -38,6 +38,7 @@
+ 
+ #include "apto/platform/Visibility.h"
+ 
++#include <typeinfo>
+ #include <cassert>
+ 
+ 

Added: head/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h	Tue Oct  1 22:00:47 2013	(r329003)
@@ -0,0 +1,10 @@
+--- libs/apto/utils/unittest/googletest/include/gtest/internal/gtest-port.h.orig	2012-09-29 03:33:39.000000000 +0000
++++ libs/apto/utils/unittest/googletest/include/gtest/internal/gtest-port.h
+@@ -173,6 +173,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
++#include <unistd.h>
+ #ifndef _WIN32_WCE
+ #include <sys/stat.h>
+ #endif  // !_WIN32_WCE



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