Commit Graph

119 Commits

Author SHA1 Message Date
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
landry
97da73cb69 geo/gdal: update to 3.6.0.
see https://github.com/OSGeo/gdal/blob/v3.6.0/NEWS.md
2022-11-14 11:29:06 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
landry
d12404a9c9 geo/gdal: update to 3.5.3.
see https://github.com/OSGeo/gdal/blob/v3.5.3/NEWS.md
2022-11-02 12:34:13 +00:00
landry
aabd4dd956 geo/gdal: also make sure librasterlite2 isnt picked up by cmake
i'll add it as a dependency after 7.2 since it's a dedicated driver cf
https://gdal.org/drivers/raster/rasterlite2.html

failure also reported by jca@
2022-09-21 12:18:43 +00:00
landry
a3fa0d783d geo/gdal: make sure podofo isnt picked up if found during configure
failure reported by jca@
2022-09-21 07:16:40 +00:00
landry
914d4bde74 geo/gdal: update to 3.5.2.
see https://github.com/OSGeo/gdal/blob/v3.5.2/NEWS.md
2022-09-13 08:17:09 +00:00
landry
a488d0de69 geo/gdal: update to 3.5.1.
see https://github.com/OSGeo/gdal/blob/v3.5.1/NEWS.md
2022-07-25 07:25:36 +00:00
landry
efbefae1b9 geo/gdal: disable armadillo dependency if found during configure
should fix mapnik/postgis/qgis build failure seen by naddy@ as gdal had
picked up an armadillo dependency.
while here drop GDAL_USE_JASPER, the jasper driver was removed in 3.5.0
so the option is useless.
2022-05-26 06:46:45 +00:00
landry
7c491bc72b geo/gdal: update to 3.5.0.
switch to cmake, cf https://gdal.org/development/rfc/rfc84_cmake.html

see https://github.com/OSGeo/gdal/blob/v3.5.0/NEWS.md
2022-05-14 08:38:38 +00:00
landry
70c327b414 geo/gdal: update to 3.4.3.
see https://github.com/OSGeo/gdal/blob/v3.4.3/gdal/NEWS.md
2022-05-05 14:39:56 +00:00
landry
6595b1f354 geo/gdal: fix WANTLIB after qhull update 2022-04-26 14:49:21 +00:00
landry
e39155f3a6 geo/gdal: make sure blosc isnt picked up if present, found by sthen@ 2022-04-13 07:19:18 +00:00
landry
deddc75711 geo/gdal: update to 3.4.2.
see https://github.com/OSGeo/gdal/blob/v3.4.2/gdal/NEWS.md
2022-03-15 12:35:31 +00:00
naddy
ffa1cebd1b drop RCS Ids 2022-03-11 19:06:11 +00:00
landry
3a25bee309 geo/gdal: drop graphics/jasper support
Jpeg2000 support in gdal is better handled via graphics/openjp2, the
jasper driver is planned for removal upstream in gdal 3.5, and is in the
way of a graphics/jasper update that sthen@ is working on.
2022-02-15 11:02:46 +00:00
landry
79c64bdcce geo/gdal: update to 3.4.1.
See https://github.com/OSGeo/gdal/blob/v3.4.1/gdal/NEWS.md

switch from pcre to pcre2
2022-01-10 07:52:52 +00:00
landry
2d1808a9c8 geo/gdal: update to 3.4.0.
See https://github.com/OSGeo/gdal/blob/v3.4.0/gdal/NEWS.md

ok ajacoutot@
2021-11-16 08:57:28 +00:00
sthen
5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +00:00
landry
dc33669ed6 geo/gdal: update to 3.3.3
see https://github.com/OSGeo/gdal/blob/v3.3.3/gdal/NEWS

- switch HOMEPAGE and MASTER_SITES to https
- add Makefile plumbing to build release candidates
- remove patch that's not needed anymore since we have a recent py-test,
  thanks kmos@ ! (was https://github.com/OSGeo/gdal/issues/1165)
2021-10-29 18:35:42 +00:00
landry
fa75455ce1 geo/gdal: update to 3.3.2.
See https://github.com/OSGeo/gdal/blob/v3.3.2/gdal/NEWS
2021-09-10 09:25:06 +00:00
landry
96acdc503e geo/gdal: update to 3.3.1.
See https://github.com/OSGeo/gdal/blob/v3.3.1/gdal/NEWS
2021-07-06 08:04:25 +00:00
landry
e154ce739d geo/gdal: update to 3.3.0
See https://github.com/OSGeo/gdal/blob/v3.3.0/gdal/NEWS
- disable heif support
- drop perl subpackage, deprecated upstream and will be removed in 3.5.
  Port Geo::GDAL::FFI if you rely on it
2021-05-05 11:54:56 +00:00
landry
3c8945b545 geo/gdal: update to 3.2.2.
See https://github.com/OSGeo/gdal/blob/v3.2.2/gdal/NEWS
2021-03-12 09:57:06 +00:00
landry
a8a59e3f5d geo/gdal: tidy up python dependencies
- drop unneeded MODPY_LIB_DEPENDS/MODPY_WANTLIB from
LIB_DEPENDS-python/WANTLIB-python (checked on amd64 & sparc64)
- add missing TDEP on py-lxml
2021-02-21 07:53:35 +00:00
landry
8cb6762006 geo/gdal: update to 3.2.1.
See https://github.com/OSGeo/gdal/blob/v3.2.1/gdal/NEWS
2021-01-05 13:24:09 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
landry
3394cc63de Update to gdal 3.2.0.
See https://github.com/OSGeo/gdal/blob/v3.2.0/gdal/NEWS
2020-11-04 09:19:47 +00:00
landry
7a8988853c Update to GDAL 3.1.4.
See https://github.com/OSGeo/gdal/blob/v3.1.4/gdal/NEWS#L1
2020-10-24 11:48:31 +00:00
landry
e5f37c0e0e Fix WANTLIB-main after spatialite update (ie add minizip & rttopo) 2020-10-11 16:42:30 +00:00
landry
2dfa51dfce Update to gdal 3.1.3.
See https://github.com/OSGeo/gdal/blob/v3.1.3/gdal/NEWS#L1
2020-09-07 16:32:11 +00:00
landry
a67817261b Update to gdal 3.1.2.
See https://lists.osgeo.org/pipermail/gdal-dev/2020-July/052395.html
2020-07-08 11:01:00 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
landry
cd186a1d20 Update to gdal 3.1.1.
See https://github.com/OSGeo/gdal/blob/v3.1.1/gdal/NEWS
switch to python3 only, all the py-gdal consumers (qgis, mapproxy, fiona
and rasterio) exclusively use python3 since a while.
2020-06-30 06:02:38 +00:00
landry
4ffcf2f94c Update to gdal 3.1.0.
See https://lists.osgeo.org/pipermail/gdal-dev/2020-May/052117.html

* Use --with-hide-internal-symbols to only show the public API
* Disable detection of OpenEXR
2020-05-14 11:28:33 +00:00
landry
fb57c979de Update to gdal 3.0.4 2020-02-03 08:40:11 +00:00
landry
153f6c821d Bump libgdal minor, enabling hdf5/netcdf added symbols to the lib.
Bump REVISION while here.
discussed with martin@
2020-01-16 12:44:23 +00:00
martin
7ddc33b945 enable hdf5 and netcdf support
input and OK landry@
2020-01-15 18:39:05 +00:00
landry
8cccd073c5 Update to gdal 3.0.3.
See https://github.com/OSGeo/gdal/blob/v3.0.3/gdal/NEWS
While here annotate PLIST with @so/@static-lib
2020-01-14 14:05:22 +00:00
landry
ccb4f90e80 Update to gdal 3.0.2 2019-11-05 12:07:41 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
landry
608213e859 Update to gdal 3.0.1.
See https://trac.osgeo.org/gdal/wiki/Release/3.0.1-News
2019-07-12 06:22:03 +00:00
landry
e14fbf3715 Major update to gdal 3.0.0.
See https://www.osgeo.org/foundation-news/gdal-3-0-0-is-released/

Depends on PROJ>=6 as its been updated to use the major changes that
happened there per https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn

Various betas/rcs went into some bulk builds without issues. Now is the
right time to put it in to chase potential runtime regressions.
2019-05-12 08:07:33 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
landry
eebbdbfbec Update to gdal 2.4.1.
See https://trac.osgeo.org/gdal/wiki/Release/2.4.1-News
Partially convert to MODPY_PYTEST, except the do-test target is still
needed as tests need to be run from within the tests dir.
2019-03-26 06:39:00 +00:00
landry
176a8350bd Install a bunch of python samples that might be useful (mostly
interested in validate_cloud_optimized_geotiff.py for now, to go along
rasterio & its rio-cogeo plugin)
2019-02-13 12:46:41 +00:00
landry
3af76d9b05 Explicitely disable cryptopp, otherwise it's picked up if present.
Noticed by sthen@, thanks!
2019-01-17 07:57:54 +00:00
landry
6a94806d6d Update to gdal 2.4.0.
See https://trac.osgeo.org/gdal/wiki/Release/2.4.0-News

Upstream switched to pytest for tests, adjust accordingly and add a
patch that worksaround the fact that pytest 3.6 is required (cf
OSGeo/gdal#1165)

Add another temporary patch as we dont have RLIMIT_AS (cf
OSGeo/gdal#1163)

tested in a bulk build without fallout.
2018-12-28 08:53:59 +00:00
landry
727b47a19b Update to gdal 2.3.3.
see https://trac.osgeo.org/gdal/wiki/Release/2.3.3-News
(note: 2.4.0 is out, but will require a bit more testing)
2018-12-23 08:43:02 +00:00
landry
cb5068e932 Update to gdal 2.3.2 2018-09-30 16:21:24 +00:00