1247 Commits

Author SHA1 Message Date
sthen
f6a53d48f3 restrict inlining on one c++ source file on clang arches, it was taking many hours.
down to ~1 minute with restriction. hint from kurt@ ok espie@
2019-07-12 21:36:21 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +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
tj
b78c82b5f8 switch some more homepage and master_sites links to https. input/ok sthen 2019-07-10 21:01:26 +00:00
sthen
fb7f4374ad sync WANTLIB 2019-07-05 11:52:59 +00:00
landry
ed3bb203cc Update to qgis 3.8.0, compatible with proj 6.
Enforce py-sip>=4.19.4 requirement for c++11 scoped enums.
Backport https://github.com/qgis/QGIS/pull/30336 to fix issues with proj 6.
2019-07-03 09:45:05 +00:00
thfr
f9b411c69e bye Oregon, hello Montana 2019-06-19 04:48:32 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
landry
486e2eec3d Update to MDAL 0.3.3 2019-05-29 05:23:27 +00:00
landry
8332c000a3 Update to PDAL 1.9.1. 2019-05-28 19:35:14 +00:00
ajacoutot
9887b2092d - Unbreak: needs MODPY_SETUPTOOLS
Error: mapserver-7.4.0/fake-amd64/usr/local/lib/python3.7/site-packages/mapscript-7.4.0-py3.7.egg-info/PKG-INFO does not exist
Error: mapserver-7.4.0/fake-amd64/usr/local/lib/python3.7/site-packages/mapscript-7.4.0-py3.7.egg-info/SOURCES.txt does not exist
Error: mapserver-7.4.0/fake-amd64/usr/local/lib/python3.7/site-packages/mapscript-7.4.0-py3.7.egg-info/dependency_links.txt does not exist
Error: mapserver-7.4.0/fake-amd64/usr/local/lib/python3.7/site-packages/mapscript-7.4.0-py3.7.egg-info/top_level.txt does not exist
Error: mapserver-7.4.0/fake-amd64/usr/local/lib/python3.7/site-packages/mapscript/__init__.py does not exist
etc.

- Fix RUN_DEPENDS while here (-perl, -php etc... don't need python)
2019-05-27 20:26:48 +00:00
landry
a44e15b350 Update to mapserver 7.4.0.
Reenable php bindings via phpmapscriptng.
2019-05-23 19:24:47 +00:00
landry
8bc2aa6ce5 Update to QGIS 3.6.3.
note that some features are broken since the update to proj 6, as
upstream QGIS only plans full support in 3.8 due in a month, but failed
to properly state so and prevent building against proj 6.
2019-05-23 06:50:18 +00:00
sthen
a5d3668983 update to traccar-4.5, from maintainer Renaud Allard
> Please note that if you use MySQL as a database, the configuration file
> has to be changed manually for this update, but MySQL is not the default
> database.
2019-05-22 09:44:48 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
b08772880b switch to CONFIGURE_STYLE=autoreconf 2019-05-20 04:47:01 +00:00
naddy
792b694c0a switch to CONFIGURE_STYLE=autoreconf 2019-05-19 19:13:45 +00:00
naddy
0819fd513b switch to CONFIGURE_STYLE=autoreconf 2019-05-19 11:26:24 +00:00
sthen
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
ajacoutot
f0d4022a6e This picks up libexecinfo if installed. 2019-05-16 03:12:29 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
jca
11da792a95 Drop z_const patches and unbreak geo/pdal on ports-gcc
Note: needs zlib headers with the ZLIB_CONST addition
2019-05-12 16:07:03 +00:00
landry
d17ff899cc Temporarly mark BROKEN, it builds fine with gdal 3 but will break at
runtime as it uses a removed API, per
https://github.com/Toblerity/Fiona/issues/745
2019-05-12 08:09:53 +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
landry
d95111ea30 Update to py-proj 2.1.3, compatible with PROJ 6.
ok benoit@ (MAINTAINER) on a previous version
2019-05-12 08:03:50 +00:00
landry
37b76a43ca Fix build with upcoming GDAL 3. 2019-05-11 20:43:31 +00:00
ian
645950135f unhook jeoip 2019-05-07 22:55:34 +00:00
ian
ec3fa47d7f Remove geo/jeoip. Upstream data file no longer generally available.
And geoip is a better choice for command-line use. Comments by sthen.
2019-05-07 22:53:17 +00:00
kili
219fb52c27 Update to globe-20140814. 2019-05-06 09:50:45 +00:00
landry
98f7190aeb Update to py-rasterio 1.0.22. 2019-05-03 16:33:25 +00:00
landry
f061f25469 Remove upstreamed patch 2019-04-30 17:38:31 +00:00
landry
1dbbbc47ce Update to mdal 0.3.1. 2019-04-30 17:37:29 +00:00
landry
1510c2cf12 Update to QGIS 3.6.2. 2019-04-29 11:06:31 +00:00
naddy
12455741be drop workaround for gcc4.9 that is no longer needed for gcc8 2019-04-28 22:35:40 +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
b9ad847fd4 Fix build on 32-bits.
ok sthen@
2019-04-28 06:49:48 +00:00
landry
d55de8a3b0 Ignore error messages (liblapack missing symbols) on stderr from
'python3 -c "import numpy"' for now, fixes numpy detection (and the
build)
2019-04-27 10:56:49 +00:00
sthen
df8c664fa4 update to py-planet 1.2.2 2019-04-25 16:20:24 +00:00
landry
5aac1d0a02 Update to pdal 1.9.0.
Should build fine with python 3.7.
2019-04-24 08:14:17 +00:00
landry
67f9b56af4 Add -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 to CFLAGS/CXXFLAGS where
appropriate in various devel/proj consumers to fix build with upcoming
proj 6 update, which will be commited in a month or so.

Thx to https://github.com/OSGeo/proj.4/wiki/proj.h-adoption-status for
linking the various upstream issues about it.
2019-04-16 20:13:09 +00:00
kmos
654eccd474 Adding myself to the list.
OK phessler
2019-04-16 15:30:30 +00:00
landry
0f4bf14d3e Update to QGIS 3.6.1. 2019-04-15 18:22:50 +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
kn
0796219cc0 Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.

This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.

From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
landry
6cea8be4b1 Update to fiona 1.8.6 2019-03-20 19:50:37 +00:00