summaryrefslogtreecommitdiff
path: root/geography/qgis
diff options
context:
space:
mode:
authorjoerg <joerg>2013-05-23 15:03:27 +0000
committerjoerg <joerg>2013-05-23 15:03:27 +0000
commite566ffd9bf5e753afc275d86e31f4c51a06ce1e8 (patch)
tree0f745d8fe94b83bd280d0ece4eea043141908407 /geography/qgis
parent97b0d7f1e662b7f870f9ca9e26ec45293b8889bc (diff)
downloadpkgsrc-e566ffd9bf5e753afc275d86e31f4c51a06ce1e8.tar.gz
Add missing includes to fail again at the missing header.
Diffstat (limited to 'geography/qgis')
-rw-r--r--geography/qgis/distinfo4
-rw-r--r--geography/qgis/patches/patch-src_core_spatialindex_storagemanager_DiskStorageManager.cc12
-rw-r--r--geography/qgis/patches/patch-src_core_spatialindex_tools_TemporaryFile.cc12
3 files changed, 27 insertions, 1 deletions
diff --git a/geography/qgis/distinfo b/geography/qgis/distinfo
index 11265300baa..a774ef86a00 100644
--- a/geography/qgis/distinfo
+++ b/geography/qgis/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2013/01/10 23:58:29 joerg Exp $
+$NetBSD: distinfo,v 1.6 2013/05/23 15:03:27 joerg Exp $
SHA1 (qgis-1.7.4.tar.bz2) = 0dae5cb933d1ce621e5fe30c1937887d813a2098
RMD160 (qgis-1.7.4.tar.bz2) = dae51556b09a57ce9537ca4ed75830f15e3be5a4
@@ -17,6 +17,8 @@ SHA1 (patch-src_core_qgsvectorlayer.h) = 091f6bd54a2a8d3d504f95dc4a6cec3fc6735d8
SHA1 (patch-src_core_raster_qgsrasterlayer.cpp) = 9501fb0c31096613cd9da3f928704532d1c0aa23
SHA1 (patch-src_core_raster_qgsrasterlayer.h) = 50ad211252064b51d875b217c8f91315cedb9ea5
SHA1 (patch-src_core_spatialindex_include_Tools.h) = ccee3200f1a4d6807d0da2fb3f2307bfc345f83d
+SHA1 (patch-src_core_spatialindex_storagemanager_DiskStorageManager.cc) = 651fbb687c366d3fe0b3812be327659995f6f299
+SHA1 (patch-src_core_spatialindex_tools_TemporaryFile.cc) = 375968005b185704624646ba76d2272bfed199b0
SHA1 (patch-src_core_spatialite_spatialite.c) = a6b8ad377311a4a3e122a1336ccc32a2b1638cd7
SHA1 (patch-src_core_symbology-ng_qgssymbolv2.h) = 4ffe326210e77a37d3f984798ec2c9cc51865716
SHA1 (patch-src_helpviewer_CMakeLists.txt) = 209347863b9b3719d0eb04b142c831a2bfdb77ea
diff --git a/geography/qgis/patches/patch-src_core_spatialindex_storagemanager_DiskStorageManager.cc b/geography/qgis/patches/patch-src_core_spatialindex_storagemanager_DiskStorageManager.cc
new file mode 100644
index 00000000000..4b3376b1320
--- /dev/null
+++ b/geography/qgis/patches/patch-src_core_spatialindex_storagemanager_DiskStorageManager.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_core_spatialindex_storagemanager_DiskStorageManager.cc,v 1.1 2013/05/23 15:03:27 joerg Exp $
+
+--- src/core/spatialindex/storagemanager/DiskStorageManager.cc.orig 2013-05-23 14:06:42.000000000 +0000
++++ src/core/spatialindex/storagemanager/DiskStorageManager.cc
+@@ -26,6 +26,7 @@
+ #include <sys/stat.h>
+ #include <stdio.h>
+ #include <cstring>
++#include <unistd.h>
+
+ #ifdef WIN32
+ #include <io.h>
diff --git a/geography/qgis/patches/patch-src_core_spatialindex_tools_TemporaryFile.cc b/geography/qgis/patches/patch-src_core_spatialindex_tools_TemporaryFile.cc
new file mode 100644
index 00000000000..054b7fcd18e
--- /dev/null
+++ b/geography/qgis/patches/patch-src_core_spatialindex_tools_TemporaryFile.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_core_spatialindex_tools_TemporaryFile.cc,v 1.1 2013/05/23 15:03:27 joerg Exp $
+
+--- src/core/spatialindex/tools/TemporaryFile.cc.orig 2013-05-23 14:06:11.000000000 +0000
++++ src/core/spatialindex/tools/TemporaryFile.cc
+@@ -22,6 +22,7 @@
+ #include <stdio.h>
+
+ #include <Tools.h>
++#include <unistd.h>
+
+ #ifdef WIN32
+ #include <io.h>