2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-08-16 13:58:38 by Greg Troxel | Files touched by this commit (3) |
Log message:
geography/gdal-lib: Update to 3.9.2 (also py-gdal)
Drop sqlite3 accomodations, now that using sqlite3 results in a
fully-functional sqlite3 implementation.
Upstream NEWS: bugfixes and minor improvements
(rc2 tested with qgis)
|
2024-06-28 01:32:31 by Greg Troxel | Files touched by this commit (5) |
Log message:
geography/gdal*: Update to 3.9.1
Upstream NEWS: bugfixes and minor improvements
|
2024-06-19 14:00:45 by Greg Troxel | Files touched by this commit (2) |
Log message:
geography/gdal*: Cope with deficient (no rtree) sqlite3
As background, the sqlite3 in NetBSD 9 lacks rtree support.
gdal expects the rtree extension to sqlite3 (geopackages are an
important format, and based on sqlite). The base package had a cmake
configure arg to allow accepting sqlite3 without rtree. This commit
rototills gdal-lib's comments about base/pkg sqlite3 and rtree, but
does not otherwise change gdal-lib.
In py-gdal, declare a cmake configure arg to accept sqlite3 without
rtree, and pass it to the hand-written cmake run to create bits needed
by the python build (that could have been in the distfile but aren't).
No change is expected if the package built before.
(It remains to understand if gdal on NetBSD 9 has operational failures
due to missing rtree support.)
|
2024-06-16 14:23:12 by Greg Troxel | Files touched by this commit (2) |
Log message:
geography/gdal-lib: Move mysql disable into option
Also enable it if the option is enabled. Not tested, but surely
better than it was. Thanks markd@ for finding the cmake option, which
I could not see in -L output.
|
2024-06-16 13:49:52 by Mark Davies | Files touched by this commit (1) |
Log message:
gdal-lib: disable some more things that might be accidentally found.
|
2024-06-13 18:55:39 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
gdal-lib: Requires libarchive.
|
2024-06-13 18:54:50 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
gdal-lib: Fix build on SunOS.
|
2024-06-07 16:00:20 by Greg Troxel | Files touched by this commit (1) |
Log message:
geography/gdal-lib: Tweak CXX requirements
gdal is documented to require C++17. It uses <charconv>, which they
don't document, probably because it is part of C++17 :-) Add that.
Roll back the requirement for c17. Upstream documents c99.
This still builds on NetBSD 9 amd64.
|
2024-06-06 16:40:20 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(geography/gdal-lib) Trying to fix on NetBSD/9.3, sorry not intensively considered
|