diff options
author | joerg <joerg@pkgsrc.org> | 2013-04-29 21:31:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-04-29 21:31:09 +0000 |
commit | 6e046ee9d87a4b818e73943146107b522dc94508 (patch) | |
tree | b710080e6271cb564fc3ba34cc7bac3fab429e6d /graphics | |
parent | 0a5f84a912074adb51a614e31607e7ab495cc90a (diff) | |
download | pkgsrc-6e046ee9d87a4b818e73943146107b522dc94508.tar.gz |
Add a number of includes hidden by libstdc++'s name space pollution.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencv/distinfo | 3 | ||||
-rw-r--r-- | graphics/opencv/patches/patch-modules_core_src_system.cpp | 12 | ||||
-rw-r--r-- | graphics/tesseract/distinfo | 3 | ||||
-rw-r--r-- | graphics/tesseract/patches/patch-viewer_scrollview.cpp | 12 |
4 files changed, 28 insertions, 2 deletions
diff --git a/graphics/opencv/distinfo b/graphics/opencv/distinfo index f91f074d2a9..76bcc4d84f8 100644 --- a/graphics/opencv/distinfo +++ b/graphics/opencv/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.17 2013/02/26 23:38:08 joerg Exp $ +$NetBSD: distinfo,v 1.18 2013/04/29 21:31:11 joerg Exp $ SHA1 (OpenCV-2.4.3.tar.bz2) = 982be2c3e52dfc3e9d14692c60bc856b2b766be2 RMD160 (OpenCV-2.4.3.tar.bz2) = b862ddd9e7fefd885d78835660a9f5c9320889c2 Size (OpenCV-2.4.3.tar.bz2) = 67240491 bytes SHA1 (patch-modules_core_include_opencv2_core_types_c.h) = c056068c01c417dc262f21c00324da7f86c0cd8e +SHA1 (patch-modules_core_src_system.cpp) = 3b7ac545585a430d28c7077f360357079f127580 SHA1 (patch-modules_legacy_src_dpstereo.cpp) = da9955fb6cc81054427b69efb97a58160b64f262 SHA1 (patch-modules_ts_include_opencv2_ts_ts__perf.hpp) = 8a7f08b176cedec85fd613e715d7b12d666a3e45 diff --git a/graphics/opencv/patches/patch-modules_core_src_system.cpp b/graphics/opencv/patches/patch-modules_core_src_system.cpp new file mode 100644 index 00000000000..71c370a7e25 --- /dev/null +++ b/graphics/opencv/patches/patch-modules_core_src_system.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-modules_core_src_system.cpp,v 1.1 2013/04/29 21:31:12 joerg Exp $ + +--- modules/core/src/system.cpp.orig 2013-04-28 15:15:06.000000000 +0000 ++++ modules/core/src/system.cpp +@@ -79,6 +79,7 @@ + #include <pthread.h> + #include <sys/time.h> + #include <time.h> ++#include <unistd.h> + + #if defined __MACH__ && defined __APPLE__ + #include <mach/mach.h> diff --git a/graphics/tesseract/distinfo b/graphics/tesseract/distinfo index be73ee4f7dd..bd25163a58c 100644 --- a/graphics/tesseract/distinfo +++ b/graphics/tesseract/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2012/11/23 23:52:33 marino Exp $ +$NetBSD: distinfo,v 1.10 2013/04/29 21:31:12 joerg Exp $ SHA1 (tesseract-2.00.deu.tar.gz) = d8d89e2681421a144f3a1ec61ee0c530686f5096 RMD160 (tesseract-2.00.deu.tar.gz) = c7e6755e94084114fb1a1be8e9308c8dddd2fdda @@ -21,4 +21,5 @@ Size (tesseract-2.00.spa.tar.gz) = 1365863 bytes 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_scrollview.cpp) = 05a9ff5d2a9e302b3a682144db54c612fd4eccc2 SHA1 (patch-viewer_svutil_cpp) = ec6f8b79c66993e5272a4f2a13aa92f2432cbea0 diff --git a/graphics/tesseract/patches/patch-viewer_scrollview.cpp b/graphics/tesseract/patches/patch-viewer_scrollview.cpp new file mode 100644 index 00000000000..b635da6ecc8 --- /dev/null +++ b/graphics/tesseract/patches/patch-viewer_scrollview.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-viewer_scrollview.cpp,v 1.1 2013/04/29 21:31:12 joerg Exp $ + +--- viewer/scrollview.cpp.orig 2013-04-29 19:49:57.000000000 +0000 ++++ viewer/scrollview.cpp +@@ -39,6 +39,7 @@ const int kMaxIntPairSize = 45; // Hold + #include <algorithm> + #include <vector> + #include <string> ++#include <cstdlib> + #include <cstring> + #include <climits> + |