Created attachment 179177 [details] svn diff This patch updates it to 0.92.0. Unfortunately it does not unbreak it, but gets the version, depdencies, etc at least updated. Still does not like geos for some reason. :(
*** Bug 216337 has been marked as a duplicate of this bug. ***
A commit references this bug: Author: amdmi3 Date: Tue Feb 7 13:16:18 UTC 2017 New revision: 433549 URL: https://svnweb.freebsd.org/changeset/ports/433549 Log: - Update to 0.92.0 and unbreak by switching geos dependency to graphics/geos35 PR: 214819, 216338 Changes: head/converters/osm2pgsql/Makefile head/converters/osm2pgsql/distinfo head/converters/osm2pgsql/files/ head/converters/osm2pgsql/files/patch-CMakeLists.txt head/converters/osm2pgsql/files/patch-cmake_FindOsmium.cmake
Should be fixed now, please test.
Thanks for the patch. But hmm, this solution makes it impossible to use GEOS-3.6.1, which is needed for graphics/gdal, databases/postgis2x, graphics/qgis, and others. Or am I mistaken here?
(In reply to Rainer Hurling from comment #4) > But hmm, this solution makes it impossible to use GEOS-3.6.1, which is > needed for graphics/gdal, databases/postgis2x, graphics/qgis, and others. Or > am I mistaken here? You are. graphics/geos (3.6.1) and graphics/geos35 (3.5.0) are independent and can coexist just fine. gdal, postgis2x, and qgis use the former, while osm2pgsql will use the latter until they drop the requirement for geos as they plan.
(In reply to Dmitry Marakasov from comment #5) Ahh, now I understand. Especially the info, that upstream wants to drop geos dependency from osm2pgsql some days. Many thanks for the clarification and again for a now working osm2pgsql!