summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/Makefile
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/Makefile
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/Makefile')
-rw-r--r--geography/gdal-lib/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 27ee7097542..2f24b71dd2d 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2011/01/18 09:01:29 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2011/02/10 03:45:09 brook Exp $
-DISTNAME= gdal-1.7.3
-PKGNAME= gdal-lib-1.7.3
-PKGREVISION= 2
+DISTNAME= gdal-1.8.0
+PKGNAME= gdal-lib-1.8.0
CATEGORIES= geography
MASTER_SITES= http://download.osgeo.org/gdal/
@@ -19,6 +18,11 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-geos
+# This version of gdal requires the TIFF function TIFFUnsetField,
+# which apparently is not part of the tiff v3.9.4 API. That, however,
+# is the most recent stable release of tiff. Consequently, for the
+# time being the internal tiff library will be used.
+CONFIGURE_ARGS+= --with-libtiff=internal
CONFIGURE_ARGS+= --with-libz=${BUILDLINK_PREFIX.zlib}/include
CONFIGURE_ARGS+= --with-xerces
CONFIGURE_ARGS+= --with-xerces-inc=${BUILDLINK_PREFIX.xerces-c}/include
@@ -39,7 +43,8 @@ INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 share/gdal
.include "../../graphics/jasper/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
+# See the comment above about using the internal tiff library
+# .include "../../graphics/tiff/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"