Commit Graph

25 Commits

Author SHA1 Message Date
naddy 424a60c42f remove line continuation before empty lines
ok sthen@ ajacoutot@
2022-10-31 23:14:52 +00:00
landry d3c8a1a4a6 geo/osm2pgsql: update to 1.7.0 2022-09-11 10:31:12 +00:00
rsadowski 6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
landry 01b93143d2 geo/osm2pgsql: update to 1.6.0.
see https://osm2pgsql.org/news/2022/01/24/release-1.6.0.html
2022-04-19 09:50:27 +00:00
landry d6cc01605f geo/osm2pgsql: build against systemwide devel/fmt
might fix a spurious build issue seen by naddy@
2022-04-13 07:20:22 +00:00
naddy ffa1cebd1b drop RCS Ids 2022-03-11 19:06:11 +00:00
sthen 5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +00:00
landry 0bb119d92b geo/osm2pgsql: update to 1.4.2 2021-04-29 08:51:34 +00:00
landry 9d0d5e506b geo/osm2pgsql: update to 1.4.1.
new website at https://osm2pgsql.org/

https://github.com/openstreetmap/osm2pgsql/issues/922 was fixed so this
now builds against upcoming devel/proj 8 update.

use MODPOSTGRESQL_TEST_CMD = ${MODCMAKE_TEST_TARGET} to run the tests
using the cmake goop, pleasantly surprised to see that this works !
2021-03-07 17:33:37 +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
sthen 484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +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
sthen 49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
landry 30d2843bfb Update to osm2pgsal 0.96.0 (and unbreak)
with tweaks from & ok bentley@ (use system protozero & libosmium)
ok danj@ on a previous version
2018-10-28 14:49:25 +00:00
naddy 11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
sthen 5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie 8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
landry 765da6d8df Mark BROKEN, fails to build with geos 3.6.
Reported by naddy@ & sthen@, also see
https://github.com/openstreetmap/osm2pgsql/issues/634,
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214819 and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216338
2017-02-09 07:51:55 +00:00
danj 98da1c178c Update to osm2pgsql-0.90.1
tested by landry@ and Solène Rapenne, thanks!
ok landry@
2016-08-30 15:22:06 +00:00
danj 09c62d03b9 fix the test
now out of 40 tests, only 1 fails

ok landry@
2016-05-01 20:23:54 +00:00
danj d53b5a74d3 update to osm2pgsql-0.90.0
enable tests but for now most of them fail because they can't connect to a DB

with/ok landry@
2016-04-27 17:02:34 +00:00
jasper d6e85d6790 DISTNAME is set by bsd.port.mk for these ports now 2015-12-29 19:49:39 +00:00
jasper db644a787e use GH_PROJECT to construct DISTNAME 2015-12-29 12:54:10 +00:00
landry 4d029997a7 Import osm2pgsql 0.88.1.
osm2pgsql is a tool for loading OpenStreetMap data into a PostgreSQL/PostGIS
database suitable for applications like rendering into a map, geocoding with
Nominatim, or general analysis.

From Patrick Keshishian with tweaks by sthen@ & myself
ok sthen@
2015-10-30 17:18:53 +00:00