svn commit: r329003 - head/biology/avida/files

John Marino marino at FreeBSD.org
Tue Oct 1 22:00:48 UTC 2013


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


More information about the svn-ports-head mailing list