Commit graph

112 commits

Author SHA1 Message Date
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
fhajny
e1510bfe15 Fix build on SunOS. 2017-03-27 13:52:27 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
gdt
a1eff6c2b7 Update to 2.0.3
Upstream changes for 2.0.0 follow.  (2.0.[123] are bugfixes)

 * New GDAL drivers:
    - BPG: read-only driver for Better Portable Graphics format (experimental, no build support)
    - GPKG: read/write/update capabilities in the unified raster/vector driver
    - KEA: read/write driver for KEA format
    - PLMosaic: read-only driver for Planet Labs Mosaics API
    - ROI_PAC: read/write driver for image formats of JPL's ROI_PAC project (#5776)
    - VICAR: read-only driver for VICAR format
 * New OGR drivers:
    - Cloudant: read/write driver for Cloudant service
    - CSW: read-only driver for OGC CSW (Catalog Service for the Web) protocol
    - JML: read/write driver for OpenJUMP .jml format
    - PLScenes: read-only driver for Planet Labs Scenes API
    - Selaphin: read/write driver for the Selaphin/Seraphin format (#5442)
 * Significantly improved drivers: CSV, GPKG, GTiff, JP2OpenJPEG, MapInfo file, PG, SQLite
 * RFC 31: OGR 64bit Integer Fields and FIDs (trac.osgeo.org/gdal/wiki/rfc31_ogr_64)
   In OGR core, OGR SQL, Shapefile, PG, PGDump, GeoJSON, CSV, GPKG, SQLite, MySQL,
   OCI, MEM, VRT, JML, GML, WFS, CartoDB, XLSX, ODS, MSSQLSpatial, OSM, LIBKML, MITAB
 * RFC 46: GDAL/OGR unification ( http://trac.osgeo.org/gdal/wiki/rfc46_gdal_ogr_unification)
     - GDAL and OGR PDF drivers are unified into a single one
     - GDAL and OGR PCIDSK drivers are unified into a single one
 * RFC 49: Add support for curve geometries (http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries)
   In OGR core, and GML, NAS, PostgreSQL, PGDUMP, GPKG, SQLite, VFK, VRT, Interlis drivers
 * RFC 50: Add support for OGR field subtypes (http://trac.osgeo.org/gdal/wiki/rfc50_ogr_field_subtype)
   In OGR core, OGR SQL, swig bindings, CSV, FileGDB, GeoJSON, GML, GPKG, OpenFileGDB, PG, PGDump, SQLite, VRT
 * RFC 51: RasterIO() improvements : resampling and progress callback (http://trac.osgeo.org/gdal/wiki/rfc51_rasterio_resampling_progress)
 * RFC 52: Stricter SQL quoting (http://trac.osgeo.org/gdal/wiki/rfc52_strict_sql_quoting)
 * RFC 53: OGR not-null constraints and default values (http://trac.osgeo.org/gdal/wiki/rfc53_ogr_notnull_default)
   In OGR core, OGR SQL, PG, PGDump, CartoDB, GPKG, SQLite, MySQL, OCI, VRT, GML, WFS, FileGDB, OpenFileGDB and MSSQLSpatial
 * RFC 54: Dataset transactions (https://trac.osgeo.org/gdal/wiki/rfc54_dataset_transactions)
   In PG, GPKG, SQLite, FileGDB and MSSQLSpatial
 * RFC 55: refined SetFeature() and DeleteFeature() semantics.
   In GPKG, Shape, MySQL, OCI, SQLite, FileGDB, PG, CartoDB, MITAB and MSSQL
 * RFC 56: OFTTime/OFTDateTime millisecond accuracy ( https://trac.osgeo.org/gdal/wiki/rfc56_millisecond_precision )
 * RFC 57: 64bit histogram bucket count ( https://trac.osgeo.org/gdal/wiki/rfc57_histogram_64bit_count )
 * Upgrade to EPSG v8.5 database
 * Fix locale related issues when formatting or reading floating point numbers (#5731)
2017-01-13 14:48:26 +00:00
gdt
0bcbee0572 Update to 1.11.5
Upstream changes: bug fixes.
2017-01-13 02:26:04 +00:00
adam
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
joerg
c0bb28551f Fix Jasper update fallout. 2016-12-17 23:24:31 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
gdt
e790cdc99c PKGREVISION++
This is needed because gdal abuses geos by using the C++ API,
contrarary to geos recommendations, and because geos upstream thinks
that the C++ ABI is intrinsicially unstable and therefore changes the
shlib version every release.
2016-10-27 22:07:35 +00:00
wiz
982c8f22e9 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
adam
011bef3059 Revbump after updating graphics/libwebp 2016-01-06 10:46:49 +00:00
wiedi
2762b9455e c99 fixes build on SunOS 2015-12-12 15:27:50 +00:00
adam
f4efee505c patch-configure not needed any more 2015-11-26 13:38:14 +00:00
adam
1d6f7d41ce 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
2015-11-26 13:37:30 +00:00
agc
2ce4810e5b Add SHA512 digests for distfiles for geography category
One mismatched digest found in geography/libmemphis02:
	# package libmemphis02
	recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b
	calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2
No changes were made to the libmemphis02 distinfo file

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 00:08:41 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
wiedi
4a672f5740 Be explicit about libjson-c and buildlink libxml2 2015-06-10 01:44:56 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
gdt
3d0a35b2c8 bl3bump from geography/proj ABI change 2015-03-14 18:44:08 +00:00
joerg
7d0b98bf02 Don't force _XOPEN_SOURCE unconditionally, it breaks at least NetBSD. 2014-10-13 20:52:44 +00:00
wen
842abc6731 Update to 1.11.1
Upstream changes please visit:
http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News

Reviewed by: wiz@
2014-10-10 01:13:57 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
jperkin
7e2648cede Fix occasional parallel build failure, it seems CPPFLAGS gets confused and
misses the gcore directory required for gdal_version.h.  Add it explicitly
for all builds.
2014-09-15 16:48:21 +00:00
gdt
5705548e54 Make pgsql option defult to off.
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-13 00:57:00 +00:00
jperkin
6aa70bd464 Remove MAKE_JOBS_SAFE=no. It was added a few releases ago, and I am
unable to trigger any failure in the current release with various
settings up to MAKE_JOBS=24.
2014-09-03 10:41:31 +00:00
wiz
c26f5ca940 libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago).

Unconditionally switch to libgif.

As discussed on tech-pkg without dissent.

Bump PKGREVISION.
2014-05-31 15:56:26 +00:00
obache
3c3c03caab Fixes build with giflib>=5.1. 2014-05-23 13:04:09 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
obache
a170ca136b recursive bump from hdf5 shlib major bump. 2013-09-01 12:14:06 +00:00
gdt
b9bc982628 Revbump due to incorrect geos usage.
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-30 16:41:48 +00:00
gdt
2a2d52bbb2 PKGREVISION++ due to geos update.
(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-08-18 11:08:52 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
adam
06ccca0656 The 1.9.2 release is a bug fix release.
* 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-04-09 15:58:54 +00:00
wiz
a8730d5aa1 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
gdt
192c04df1b Revbump for geos change, because gdal-lib does not follow the geos
rules.
2013-02-28 17:23:50 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
gdt
f9040eaf2b Revbump due to improper use of geos C++ library.
Add comment explaining the need to revbump.
2013-01-23 00:37:58 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
gdt
6d0dcb2d0b PKGREVISION++, because this package (wrongly, in the opinion of geos)
links against the geos C++ library (which is unstable).
2012-11-15 22:09:41 +00:00
asau
3459ebf5cd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-04 09:19:16 +00:00