pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tesseract Add missing <stdio.h>, should fix o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed5eac0b21d2
branches: trunk
changeset: 595172:ed5eac0b21d2
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Nov 14 02:44:40 2011 +0000
description:
Add missing <stdio.h>, should fix or improve linux build
diffstat:
graphics/tesseract/distinfo | 3 ++-
graphics/tesseract/patches/patch-viewer_svutil_cpp | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 1f9474479069 -r ed5eac0b21d2 graphics/tesseract/distinfo
--- a/graphics/tesseract/distinfo Mon Nov 14 02:37:00 2011 +0000
+++ b/graphics/tesseract/distinfo Mon Nov 14 02:44:40 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2009/07/22 20:57:47 wiz Exp $
+$NetBSD: distinfo,v 1.8 2011/11/14 02:44:40 dholland Exp $
SHA1 (tesseract-2.00.deu.tar.gz) = d8d89e2681421a144f3a1ec61ee0c530686f5096
RMD160 (tesseract-2.00.deu.tar.gz) = c7e6755e94084114fb1a1be8e9308c8dddd2fdda
@@ -21,3 +21,4 @@
SHA1 (tesseract-2.04.tar.gz) = 850c42c92a4471c5f41d4384c57045e812fde26a
RMD160 (tesseract-2.04.tar.gz) = 826718ddf491c8b925b02c343d4a4992fd4631d8
Size (tesseract-2.04.tar.gz) = 1118386 bytes
+SHA1 (patch-viewer_svutil_cpp) = f6cbf71cc5c3c0e58ba8db72bc840dd61274f23e
diff -r 1f9474479069 -r ed5eac0b21d2 graphics/tesseract/patches/patch-viewer_svutil_cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tesseract/patches/patch-viewer_svutil_cpp Mon Nov 14 02:44:40 2011 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-viewer_svutil_cpp,v 1.1 2011/11/14 02:44:40 dholland Exp $
+
+--- viewer/svutil.cpp~ 2009-06-03 16:29:38.000000000 +0000
++++ viewer/svutil.cpp
+@@ -33,6 +33,7 @@
+ #include <pthread.h>
+ #include <semaphore.h>
+ #include <signal.h>
++#include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <netdb.h>
Home |
Main Index |
Thread Index |
Old Index