summaryrefslogtreecommitdiff
path: root/geography/gdal-lib
AgeCommit message (Collapse)AuthorFilesLines
2015-06-10Be explicit about libjson-c and buildlink libxml2wiedi1-1/+3
2015-04-06Revbump after updating textproc/icuadam1-2/+2
2015-03-14bl3bump from geography/proj ABI changegdt2-3/+4
2014-10-13Don't force _XOPEN_SOURCE unconditionally, it breaks at least NetBSD.joerg2-1/+17
2014-10-10Update to 1.11.1wen7-171/+48
Upstream changes please visit: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News Reviewed by: wiz@
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2014-09-15Fix occasional parallel build failure, it seems CPPFLAGS gets confused andjperkin2-1/+21
misses the gcore directory required for gdal_version.h. Add it explicitly for all builds.
2014-09-13Make pgsql option defult to off.gdt2-4/+11
This option fixes a pgsql version, and we're not really set up to deal with that. It makes postgis only build for that one version. So far, I'm not aware of a reason to have pgsql support in gdal. So, just turn it off, and we can figure out a way to deal if there is actually a need. Discussed with Filip during postgis2 packaging, and I think suggested to Brook and Adam.
2014-09-03Remove MAKE_JOBS_SAFE=no. It was added a few releases ago, and I amjperkin1-6/+1
unable to trigger any failure in the current release with various settings up to MAKE_JOBS=24.
2014-05-31libungif is not relevant any longer since the GIF relevant patentswiz2-5/+5
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION.
2014-05-23Fixes build with giflib>=5.1.obache4-1/+163
2014-05-15Revbump after updating graphics/giflibadam2-4/+4
2014-04-09recursive bump from icu shlib major bump.obache1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2013-10-19Revbump after updating textproc/icuadam1-2/+2
2013-09-01recursive bump from hdf5 shlib major bump.obache2-4/+4
2013-08-30Revbump due to incorrect geos usage.gdt1-2/+2
gdal links against the geos C++ library, which the geos docs say not to do. (The C++ library has a new shlib name every release, because humans cannot understand if changes to C++ sources cause ABI changes.)
2013-08-18PKGREVISION++ due to geos update.gdt1-2/+2
(This package links against the geos c++ library, which is a bug according to geos documentation, and thus must be revbumped on every geos update.)
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon2-4/+4
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-1/+2
2013-04-09The 1.9.2 release is a bug fix release.adam3-21/+6
* Fix infinite GDALOpen recursion with some VRTs (4835) * Avoid destroying existing overviews (.aux/.rrd) (4831) * Support recognising NaN better in CPLStrtod() (4799) * Fix windows declaration for CPLGetErrorHandlerUserData() (4755) * Fix compilation with Gentoo modified zlib 1.2.6 (4723) * Look for libgeotiff headers in /usr/include/libgeotiff too (4706) * Improve warning handling in CPLClearRecodeStubWarningFlags() (4650) * Fix Solaris compilation bug (4705) * MorphFromESRI(): compare SPHEROID/PRIMEM parms, not names (4673) * Avoid iffy casting of OGRWkbGeometryType to int (4847) * Fix thread safety issue with CPLOpenShared()
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz1-2/+2
2013-02-28Revbump for geos change, because gdal-lib does not follow the geosgdt1-2/+2
rules.
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2013-01-23Revbump due to improper use of geos C++ library.gdt1-2/+6
Add comment explaining the need to revbump.
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache2-4/+4
2012-11-15PKGREVISION++, because this package (wrongly, in the opinion of geos)gdt1-2/+2
links against the geos C++ library (which is unstable).
2012-10-04Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-08-05Bump PKGREVISION for change of PostgreSQL default version to 9.1.obache2-3/+4
2012-06-02update to 1.9.1drochner4-26/+8
changes: bugfixes approved by The Maintainer pkgsrc note: bumped ABI requirement in bl3 file due to geos shlib name change
2012-05-04Fix build with gcc 4.6hans2-1/+15
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-1/+2
2012-03-07Changes 1.9.0:adam7-115/+38
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid, GTA, NGSGEOID, SNODAS, WebP, ZMap * New OGR drivers: ARCGEN, CouchDB, DWG, EDIGEO, FileGDB, Geomedia, GFT, IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS * Significantly improved drivers: NetCDF * Encoding support for shapefile/dbf * RFC 35: Delete, reorder and alter field definitions of OGR layers * RFC 37: Add mechanism to provide user data to CPLErrorHandler * gdalsrsinfo: new supported utility to report SRS in various form (supercedes testepsg)
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-25MAKE_JOBS_SAFE=nogdt1-1/+6
Non-repeatable build error reported by joerg@ - disable parallel builds for now until this can be debugged.
2012-01-24Update to 1.8.1.gdt3-52/+8
= GDAL/OGR 1.8.1 release notes = The 1.8.1 release is a routine bug fix release on the stable GDAL/OGR 1.8 branch. == General == * Fix for windows build of cpl_vsil_gzip.cpp (#3908) * Fix OGRDataSource.Open() signature so utf8 translation works in C# (#3766). * Fix cpl_config.h.vc so it also works with mingw compiler on windows (#3960) * Fix GEOS configuration checking affecting GEOS 3.0.4 (#3990) * Support optional nmake.local file for local MSVC config (r22529). == GDAL / Raster == * GDALReplicateWord(): fix error with missing one pixel (#4090) * Fix issue with duplicating metadata (#3961) * VRT: Fix issues with complex data types (#3977) * VRT: Fix issue with nodata values and uninitialized buffers (#4045) * VRT/.aux.xml: Fix performance with large color tables (#3961) * VRT: Fix for VRTs smaller than the default block size (#4137) * IDRISI/RST: Fix seg fault with missing fields in .ref and .rdc (#4100) * IDRISI: Fix problem with spherical inverse flattening (#3757) * GTIFF: Fix support for external overviews with COPY_SRC_OVERVIEWS (#3938) * GTIFF: Correct handling of linear geokeys in feet (#3091) * GTIFF: Fix edge anomoly issues with jpeg tiles (#4096) * GTIFF: Don't skip driver even if library versions differ (#4101) * SAGA: Fix reading/writing .sdat files larger than 2GB. (#4104) * PCIDSK: Various fixes particularly for linked files (r21513) * PCIDSK: Fixes for georeferencing parsing (#3913) * ECW: Added/fixed french ECW coordinate systems (#3868) * ECW: Force sign of y pixel size when needed (#393) * ECW: Support EPSG:n style coordinate systems (#3955) * ECW: Fixes related to geotransform overrides (#4131) * ERS: Handle .ers files in case insensitive way (#3974) * PNG: Add support for libpng >= 1.5.0 (#3914) * JP2KAK: Support reading and writing resolution info (#3847) * MRSID: Fix for configuring and building on MacOS X (#3910) * HFA (.img): Fix filename computations and updating for renaming files (#3897) * HFA (.img): Support reading 2bit compressed .img files (#3956) * HFA (.img): Fix for rewriting projection/datum parameters (#3969) * NITF: Correct hemisphere setting for ICORDS=U with world file (#3931) * NITF: Added NITF_DISABLE_RPF_LOCATION_TABLE_SANITY_TESTS option (#3930) * NITF: Make attribute section size hack safer (#4020) * EHDR: Improved floating point file detection (#3933) * ASRP: Approximated support for Azimuthal Equidistant in poles (#3946) * HDF5/BAG: fix handle and memory leaks (#3953) * HDF5: Avoid returning NULL from GetProjectionRef() (#4076) * HDF5: Improve preservation of floating point precision in metadata (r22531). * JPIPKAK: Fix problems with overviews, windowing and errors (#3967) * USGSDEM: Fixing locale dependent parsing of numbers (#3886, #3979) * RS2: Support subdataset oriented metadata and overviews (#4006) * AIGRID: Support uncompressed integer images (ArcGIS 10) (#4035) * gdalwarp: Include DstDensity mask in memory calculations (#4042) * GeoRaster: Full backport for fixes and features (#4039,#3266,#4071,#4072,#4132) * ENVISAT: Fix gcp computations for stripline products (#3160,#3709) * ENVISAT: Fix gcp computations for MERIS products (#4086) * SAR_CEOS: Fix potential crash with odd filenames. (#4065) * SAR_CEOS: Skip datasets with wrong record length. (#4146) * ENVI: Support ESRI style coordinate system strings (#3312) * JAXAPALSAR: Fix datatype of 1.5 level product (#4136) * gdalfillnodata: working file is created as bigtiff if possibly needed (#4088) == OGR / Vector == * LIBKML: Fix build issue against static libkml (#3909) * LIBKML: Improve checking to see if files are actually kml (#4003) * GML: Fix crash with invalid geometries when axis order is lat/long (#3935) * GML: Support curves in directEdges (#3934) * GML: Do not force 3D linestrings for directed edges (#3936) * GPX/GeoRSS: Fix expat library order issue on unix (#3948) * PG/PGDUMP: Fix handling of NaN in zero width fields (#2112) * PGDUMP: Add CREATE_SCHEMA and DROP_TABLE layer options (#4033) * PGDUMP: Support wkbNone geometry better, and other subtle bugs (#4040) * OGR SQL: Allow double quoting column name in SELECT DISTINCT (#3966) * OGR SQL: Fix crashes with some uses of SUBSTR and CAST (#4055) * OGR SQL: Fix crash on IS NULL test on floating point fields (#4091) * OGR SQL: Fix error with SQL joins (#4112) * MSSQL: Fix for IDENTITY INSERT problem (#3992) * MSSQL: Fix for schema handling (#3951) * MSSQL: Fix for geometry handling with ExecuteSQL() (#4149) * OCI: Fix writing of tables with no general attributes (#4063) * GeoJSON: Fix assertion on ESRI json (#4056, #4057) * GeoJSON: Improve numeric field determination (#4082) * SHAPE: Fix decoding of triangle fans in multipatch files (#4081) * SHAPE: Fix multipolygon detection issue due to isClockwise failure (#4122) * MITAB: Fix handling of filenames with two dots in them. (#4123) * MITAB: Fix problems with null datetime values (#4150) * ogr2ogr: Improve -overwrite/-append handling (#4012) * ogr2ogr: Ensure -where fields are address in SetIgnoredFields (#4015)
2011-06-10recursive bump from icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-03-31copy patch from graphics/tiff for CVE-2011-1167 (don't know whetherdrochner2-1/+74
this code is used here, but anyway), ride on last night's revbump
2011-03-30apply the fix for SA43593 also to gdal's bundled libtiffdrochner3-3/+24
(just copied from pkgsrc/tiff) bump PKGREV (this was also necessary for the recent update of xerces-c which changed the shlib name)
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner2-4/+5
(uses giflib now per default) bump PKGREV
2011-02-10Stop including tiff/bl3.mk from bl3.mk as well, and add a commentwiz2-3/+5
in the Makefile to re-enable it when we switch back to pkgsrc tiff.
2011-02-10Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).brook6-52/+42
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
2011-01-24Add upstream bug report (file by someone else, and already fixed).wiz2-3/+4
2011-01-18Fix png-1.5 fix. From drochner@wiz3-14/+9
Bump PKGREVISION.
2011-01-17Fix build with png-1.5.wiz2-1/+52
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2010-12-27This packages uses Fortran-77.asau1-2/+2