svn commit: r329016 - head/databases/tora/files

John Marino marino at FreeBSD.org
Wed Oct 2 06:31:11 UTC 2013


Author: marino
Date: Wed Oct  2 06:31:10 2013
New Revision: 329016
URL: http://svnweb.freebsd.org/changeset/ports/329016

Log:
  databases/tora: add <unistd.h> for modern compilers

Added:
  head/databases/tora/files/patch-src_toextract.cpp   (contents, props changed)
  head/databases/tora/files/patch-src_toreport.cpp   (contents, props changed)

Added: head/databases/tora/files/patch-src_toextract.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/tora/files/patch-src_toextract.cpp	Wed Oct  2 06:31:10 2013	(r329016)
@@ -0,0 +1,10 @@
+--- src/toextract.cpp.orig	2010-02-02 18:25:43.000000000 +0000
++++ src/toextract.cpp
+@@ -39,6 +39,7 @@
+  *
+  * END_COMMON_COPYRIGHT_HEADER */
+ 
++#include <unistd.h>
+ #include "utils.h"
+ 
+ #include "toconf.h"

Added: head/databases/tora/files/patch-src_toreport.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/tora/files/patch-src_toreport.cpp	Wed Oct  2 06:31:10 2013	(r329016)
@@ -0,0 +1,10 @@
+--- src/toreport.cpp.orig	2010-01-14 16:39:02.000000000 +0000
++++ src/toreport.cpp
+@@ -39,6 +39,7 @@
+  *
+  * END_COMMON_COPYRIGHT_HEADER */
+ 
++#include <unistd.h>
+ #include "utils.h"
+ 
+ #include "toconf.h"


More information about the svn-ports-all mailing list