svn commit: r358677 - head/japanese/nhocr/files

John Marino marino at FreeBSD.org
Sat Jun 21 08:33:20 UTC 2014


Author: marino
Date: Sat Jun 21 08:33:20 2014
New Revision: 358677
URL: http://svnweb.freebsd.org/changeset/ports/358677
QAT: https://qat.redports.org/buildarchive/r358677/

Log:
  japanese/nhocr: Unbreak on FreeBSD 10+ and DragonFly
  
  Add missing header to fix.  Covered by just-fix-it blanket.

Added:
  head/japanese/nhocr/files/patch-gramdc_gramdclient.cpp   (contents, props changed)

Added: head/japanese/nhocr/files/patch-gramdc_gramdclient.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/nhocr/files/patch-gramdc_gramdclient.cpp	Sat Jun 21 08:33:20 2014	(r358677)
@@ -0,0 +1,10 @@
+--- gramdc/gramdclient.cpp.orig	2012-03-21 00:49:18.000000000 +0000
++++ gramdc/gramdclient.cpp
+@@ -7,6 +7,7 @@
+ 
+ #include "gramdclient.h"
+ 
++#include <sys/select.h>
+ #include <sys/socket.h>
+ #include <sys/types.h>
+ #include <netinet/in.h>


More information about the svn-ports-head mailing list