1703 Commits

Author SHA1 Message Date
sthen
06e20cb110 switch default MODPHP_VERSION to 7.4 and bump ports which have changed
version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode).
2021-02-24 16:48:59 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
landry
4f56b0c922 geo/spatialite/tools: update to 5.0.1. 2021-02-21 13:30:39 +00:00
landry
83b61805bd geo/spatialite/libspatialite: update to 5.0.1.
See https://groups.google.com/g/spatialite-users/c/ve9ujm4DkdY
2021-02-21 13:29:58 +00:00
landry
a02ba815b9 geo/spatialite/virtualpg: update to 2.0.1.
an update to spatialite 5.0.1 is in the pipe..
2021-02-21 10:17:02 +00:00
landry
2c700a585f geo/geos: update to 3.9.1.
See https://lists.osgeo.org/pipermail/geos-devel/2021-February/010138.html

Face reality & take maintainership while here.
2021-02-21 09:31:48 +00:00
landry
4342ee0c4c geo/py-owslib: update to 0.23.0. 2021-02-21 08:09:19 +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
a698672c34 geo/spatialite/libspatialite: drop ${COMPILER_LIBCXX} from WANTLIB.
This was coming from geo/geos via geo/librttopo, and was wrong. Checked
on amd64 & sparc64.
2021-02-21 07:38:27 +00:00
landry
9d0a757bba geo/librttopo: drop ${COMPILER_LIBCXX} from WANTLIB
this was coming from geo/geos, and was wrong. Checked on amd64 &
sparc64.
2021-02-21 07:37:43 +00:00
landry
b649fe5daa geo/geos: drop unneeded chunk forcefully linking against -lstdc++
that bit was added in 2008, but now down the line, this caused gdal*
commands to blow on sparc64 with warnings such as
"/usr/local/lib/libestdc++.so.19.0:/usr/lib/libstdc++.so.57.0 : WARNING:
symbol(_ZNSt6locale5_Impl11_S_id_ctypeE) size mismatch, relink your
program", as reported by Phil Plane.

With all the gdal stack rebuilt, a basic gdalbuildvrt test now succeeds
on sparc64.

while here, fix geos-config --libs output which appended the lib version
we remove..

Went in an amd64 bulk without fallout, thanks ajacoutot@
2021-02-21 07:36:49 +00:00
landry
bb483729ba geo/qgis: enable point cloud support via geo/pdal
See https://www.lutraconsulting.co.uk/blog/2021/02/18/qgis-3-18-point-cloud/
and https://github.com/qgis/QGIS-Enhancement-Proposals/issues/194

allows me to load a bunch of LAZ/LAS files but the 3d view crashes quite
often though..
2021-02-20 14:58:34 +00:00
landry
735937d114 geo/qgis: update to 3.18.0.
See https://changelog.qgis.org/en/qgis/version/3.18/
2021-02-20 07:17:18 +00:00
ajacoutot
61824b6ebb Update to py3-planet-1.4.6. 2021-02-19 21:16:48 +00:00
sthen
425b92d279 whack py-sip and friends into shape. the previous ports update ended up
with two different versions of py-sip; the old one configured to only
produce the module for py-qt5 (in devel/py-sip) and the actual sip in
x11/py-sip-qt5, with broken update chain and which didn't entirely
make sense.

in particular: py-sip is now actually (a newer version of) sip again,
with py2 support dropped (current versions don't have it). other ports
using this are changed to the newer build system using "sip-build"
where possible.

for the future we will need to move to sip 6.x which drops the older
build system using the "sip5" or "sip" script; other ports (veusz, and
i think qgis) don't work with that yet.
2021-02-14 14:24:20 +00:00
landry
ed202d953f geo/pgpointcloud: fix for -fno-common
from https://github.com/pgpointcloud/pointcloud/pull/273
2021-02-08 09:50:22 +00:00
sthen
579ba56427 update to traccar-4.12, from Renaud Allard 2021-02-06 21:07:31 +00:00
landry
caac145420 geo/postgis: update to 3.1.1 2021-02-03 14:29:43 +00:00
landry
1bfb90e56d geo/viking: add link to upstream fix, slightly different 2021-02-02 10:24:53 +00:00
landry
85c7eada78 geo/viking: fix for -fno-common 2021-02-02 10:15:02 +00:00
kirby
a15b74ccf3 Fix for -fno-common from upstream 2021-01-30 08:34:15 +00:00
martin
dbd4c2bfae Update py-rasterio to 1.2.0. 2021-01-29 09:59:40 +00:00
sthen
8e98638a48 Set MODPHP_BUILDDEP to No by default, set it to Yes in the ports that
need it. The typical ports for PHP-based software are just untarring
files and there's no need to have PHP itself on build machines for that.
2021-01-25 14:01:51 +00:00
landry
6a862af059 geo/pgrouting: update to 3.1.3
See https://github.com/pgRouting/pgrouting/releases/tag/v3.1.3
2021-01-25 09:39:22 +00:00
landry
c7992c000c geo/py-owslib: update to 0.22.0 2021-01-21 11:11:02 +00:00
daniel
0d3642b580 update to pygeoapi 0.9.0; from wen heping 2021-01-21 00:37:10 +00:00
daniel
97a3e149af add missing RDEP on py-attrs; from wen heping 2021-01-21 00:26:46 +00:00
rsadowski
dfbff7b3ba Unbreak build after recent Qt 5.15 update.
Add missing QPainterPath include
2021-01-19 06:44:55 +00:00
rsadowski
bb5f40370e Unbreak build after recent Qt 5.15 update.
Add missing QPainterPath include
2021-01-19 06:44:20 +00:00
landry
7ca859b145 geo/qgis: update to 3.16.3. 2021-01-18 15:45:39 +00:00
landry
17e871ae40 geo/py-fiona: update to 1.8.18, from wen heping, thanks ! 2021-01-18 09:03:39 +00:00
landry
5b928f9391 geo/mdal: update to 0.8.0.
see https://github.com/lutraconsulting/MDAL/releases/tag/0.8.0
the sole consumer (geo/qgis) builds fine with this update.
2021-01-15 12:05:17 +00:00
fcambus
071c95c489 Drop maintainership. 2021-01-14 09:26:26 +00:00
kirby
5c588872c4 Bugfix update to routino-3.3.3.
Mostly python library fixes which is disabled anyway.
2021-01-13 13:05:43 +00:00
kirby
d303d248d7 Add support for gpsd API version 10 (gpsd 3.21) 2021-01-13 05:57:44 +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
ce83bba468 geo/gpxsee: update to 8.0.
See for changes: https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes
2021-01-02 09:47:48 +00:00
landry
278a6f004e geo/qgis: update to 3.16.2 2020-12-23 10:22:25 +00:00
landry
86e7649748 geo/pgrouting: update to 3.1.2
See https://github.com/pgRouting/pgrouting/releases/tag/v3.1.2

all tests now pass thanks to @cvvergara who spent many hours chasing
this bugi (https://github.com/pgRouting/pgrouting/issues/1725).
2020-12-23 10:22:01 +00:00
landry
c57865b334 geo/postgis: update to 3.1.0
See http://postgis.net/2020/12/18/postgis-3.1.0/

add a patch to workaround an openbsd libtool issue, to be investigated
2020-12-23 10:19:18 +00:00
landry
cb70cd0868 geo/geos: update to 3.9.0.
See https://lists.osgeo.org/pipermail/geos-devel/2020-December/010003.html
2020-12-23 10:18:19 +00:00
cwen
25b6929f62 geo/spatialiate/gui: unbreak on ld.bfd archs
The libpq configure check failed because library flags are not sanitised
before the test, uselessly pulling X11 libraries. Work around that issue
by providing an extra linker flag for ld.bfd archs.

OK landry@ and kmos@ (who tested on sparc64, thanks!)
2020-12-16 14:39:32 +00:00
landry
b6b3f4cf19 geo/mapserver: update to 7.6.2.
see https://mapserver.org/development/changelog/changelog-7-6.html#changes-from-7-6-1-to-7-6-2
2020-12-09 07:40:52 +00:00
landry
55240a6fc6 geo/mdal: update to 0.7.3 2020-12-02 12:05:56 +00:00
martin
4471d731ad Update py-rasterio to 1.1.8. 2020-11-30 09:06:00 +00:00
landry
b1ecdb9103 Update to pgpointcloud 1.2.1, from wen heping, thanks ! 2020-11-26 07:43:33 +00:00
sthen
796a02331b switch python 2 users of Pillow to graphics/py2-Pillow.
py-Pillow is now 3-only.
2020-11-24 16:44:16 +00:00
landry
0e513a0277 geo/qgis: update to 3.16.1 2020-11-24 13:12:45 +00:00
landry
279c1007bc geo/pgrouting: update to 3.1.1 2020-11-24 09:33:51 +00:00