summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/patches
diff options
context:
space:
mode:
authoradam <adam>2015-11-26 13:37:30 +0000
committeradam <adam>2015-11-26 13:37:30 +0000
commit0c2b562c13cd957aec4bc4f8a4aa06c70a053f12 (patch)
tree82e0e819c5bedb9c40d09ab3090ccc6d110641d6 /geography/gdal-lib/patches
parent0aa411e8f842db6cfc70514c929636ccac0e2e6d (diff)
downloadpkgsrc-0c2b562c13cd957aec4bc4f8a4aa06c70a053f12.tar.gz
The 1.11.3 release is a bug fix release.
== Build (Unix) == * Support custom buildflags in GRASS plugin (5850) * GRASS 7.0.0 support (5852) * fix detection of ECW SDK 5.1 on Mac (5867, 5390) * Add support for Poppler >= 0.31.0 (6118) == Port == * /vsitar/: remove useless validation test that prevents from opening valid .tar files (5864) == Algorithms == * gdal_grid: fix crash in optimized mode with GCC 4.4 on 64bit (5987) * Fix failure in GDALSuggestedWarpOut2() when computing output image size in case the top-left and bottom-right corners tranform to the same point (5980) * Rasterize: add check to avoid burning negative x values (5641) == GDAL core == * GMLJP2 reader: add compatibility with OGC CRS URL as found in GMLJP2v2 (5940) * GMLJP2: on reading, don't do axis inversation if there's an explicit axisName requesting easting, northing order (5960) * GMLJP2: add missing rangeParameters element to validate against GMLJP2 schema (5707) == Utilities == * gdalbuildvrt: fix potential crash when using -b switch (6095) * gdalserver: fix compilation with recent GNU libc (such as in Arch Linux) (6073) * gdalwarp: emit error message if file specified with -cutline cannot be opened (5921) * gdalwarp: fix 1.11.2 regression when invoking several times gdalwarp with several input files on the same target file, and when the input files have a nodata setting: only the last input file was warped onto the target dataset (5909) * ogr2ogr: fix crash with -clipdst when a reprojection fails before (5973) * ogr_layer_algebra.py: for Update, Clip and Erase, only creates attribute of input layer by default
Diffstat (limited to 'geography/gdal-lib/patches')
-rw-r--r--geography/gdal-lib/patches/patch-GDALmake.opt.in6
-rw-r--r--geography/gdal-lib/patches/patch-apps_gdalserver.c15
2 files changed, 2 insertions, 19 deletions
diff --git a/geography/gdal-lib/patches/patch-GDALmake.opt.in b/geography/gdal-lib/patches/patch-GDALmake.opt.in
index 84144a51251..3fc589add18 100644
--- a/geography/gdal-lib/patches/patch-GDALmake.opt.in
+++ b/geography/gdal-lib/patches/patch-GDALmake.opt.in
@@ -1,9 +1,7 @@
-$NetBSD: patch-GDALmake.opt.in,v 1.1 2014/09/15 16:48:21 jperkin Exp $
-
-Fix occasional paralle build failure:
+$NetBSD: patch-GDALmake.opt.in,v 1.2 2015/11/26 13:37:30 adam Exp $
+Fix occasional paralell build failure:
ogr/ogr_core.h:34:26: fatal error: gdal_version.h: No such file or directory
-
by ensuring we have the correct includes.
--- GDALmake.opt.in.orig 2012-10-09 00:58:28.000000000 +0000
diff --git a/geography/gdal-lib/patches/patch-apps_gdalserver.c b/geography/gdal-lib/patches/patch-apps_gdalserver.c
deleted file mode 100644
index 700a5d0a19a..00000000000
--- a/geography/gdal-lib/patches/patch-apps_gdalserver.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-apps_gdalserver.c,v 1.1 2014/10/13 20:52:44 joerg Exp $
-
---- apps/gdalserver.c.orig 2014-10-13 10:16:23.000000000 +0000
-+++ apps/gdalserver.c
-@@ -27,10 +27,6 @@
- * DEALINGS IN THE SOFTWARE.
- ****************************************************************************/
-
--#if defined(__STDC_VERSION__)
--#define _XOPEN_SOURCE
--#endif
--
- #include "cpl_port.h"
-
- #ifdef WIN32