summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/buildlink3.mk
diff options
context:
space:
mode:
authorbrook <brook>2011-02-10 03:45:09 +0000
committerbrook <brook>2011-02-10 03:45:09 +0000
commit3001be510adacf752da13e3892406ad523685c94 (patch)
treed762cfd1ae3b75d3b63a3dd68a9f97fc6aff35cf /geography/gdal-lib/buildlink3.mk
parent049f40ab924254ec7e9c083089d77a8a0700316a (diff)
downloadpkgsrc-3001be510adacf752da13e3892406ad523685c94.tar.gz
Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News However, the following are the highlights. In a nutshell: * New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK, KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN, XYZ * New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML, MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS * Significantly improved OGR drivers : DXF, GML * New implemented RFCs: o RFC 7: Use VSILFILE for VSI*L Functions o RFC 24: Progressive data support in GDAL o RFC 28: OGR SQL Generalized Expressions o RFC 29: OGR Set Ignored Fields o RFC 30: Unicode Filenames o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation * New utility : gdallocationinfo Backward compatibility issues: * MITAB driver: use "," for the OGR Feature Style id: parameter delimiter, not "." as per the spec. Known impacted application: MapServer? * RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF * GML driver: write valid <gml:MultiGeometry> element instead of the non-conformant <gml:GeometryCollection>. For backward compatibility, recognize both syntax for the reading part
Diffstat (limited to 'geography/gdal-lib/buildlink3.mk')
-rw-r--r--geography/gdal-lib/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gdal-lib/buildlink3.mk b/geography/gdal-lib/buildlink3.mk
index e0daa95d02b..d48a7229c52 100644
--- a/geography/gdal-lib/buildlink3.mk
+++ b/geography/gdal-lib/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2011/01/13 13:36:08 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2011/02/10 03:45:09 brook Exp $
BUILDLINK_TREE+= gdal-lib
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gdal-lib
GDAL_LIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=1.6.1
-BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=1.7.3nb1
+BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=1.8.0
BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib
pkgbase := gdal-lib