Index: head/www/osrm-backend/Makefile =================================================================== --- head/www/osrm-backend/Makefile (revision 553983) +++ head/www/osrm-backend/Makefile (revision 553984) @@ -1,54 +1,48 @@ # $FreeBSD$ PORTNAME= osrm-backend DISTVERSIONPREFIX= v -DISTVERSION= 5.22.0 -PORTREVISION= 9 +DISTVERSION= 5.23.0 CATEGORIES= www -PATCH_SITES= https://github.com/Project-OSRM/osrm-backend/commit/ -PATCHFILES= 38700e207e076a391f30ef66ad90d03e7543006e.patch:-p1 \ - 018a9bc80449d85c0e40fa5215377d8a03264c88.patch:-p1 - MAINTAINER= freebsd@mosedal.net COMMENT= Open Source Routing Machine (Backend) LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -BUILD_DEPENDS= ${LOCALBASE}/lib/libstxxl.a:devel/stxxl LIB_DEPENDS= libboost_chrono.so:devel/boost-libs \ libboost_date_time.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs \ libboost_iostreams.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libluabind.so:devel/luabind \ libtbb.so:devel/tbb \ libtbbmalloc.so:devel/tbb USES= cmake compiler:c++14-lang lua:53 USE_GITHUB= yes GH_ACCOUNT= Project-OSRM -OPTIONS_DEFINE= DEBUG USE_RC_SUBR= osrm +CMAKE_ON= BUILD_STATIC_LIBS + USERS= osrm GROUPS= osrm -CMAKE_ON= BUILD_STATIC_LIBS - +OPTIONS_DEFINE= DEBUG .include .if ${OSVERSION} >= 1300084 CXXFLAGS+= -Wno-range-loop-construct .endif pre-install: @${MKDIR} ${STAGEDIR}/var/db/osrm-backend .include Index: head/www/osrm-backend/distinfo =================================================================== --- head/www/osrm-backend/distinfo (revision 553983) +++ head/www/osrm-backend/distinfo (revision 553984) @@ -1,7 +1,7 @@ -TIMESTAMP = 1597690747 -SHA256 (Project-OSRM-osrm-backend-v5.22.0_GH0.tar.gz) = df0987a04bcf65d74f9c4e18f34a01982bf3bb97aa47f9d86cfb8b35f17a6a55 -SIZE (Project-OSRM-osrm-backend-v5.22.0_GH0.tar.gz) = 6492998 +TIMESTAMP = 1603522319 +SHA256 (Project-OSRM-osrm-backend-v5.23.0_GH0.tar.gz) = 8527ce7d799123a9e9e99551936821cc0025baae6f2120dbf2fbc6332c709915 +SIZE (Project-OSRM-osrm-backend-v5.23.0_GH0.tar.gz) = 9155384 SHA256 (38700e207e076a391f30ef66ad90d03e7543006e.patch) = 2c353e7e942df92091cf138f9c47135a74dc6f70bcad6897b118b312ca226ad6 SIZE (38700e207e076a391f30ef66ad90d03e7543006e.patch) = 2165 SHA256 (018a9bc80449d85c0e40fa5215377d8a03264c88.patch) = 7ad04466e0ac4a5dcafc5bb38a1ac20039339c73f0e32475c25d4614b353ec61 SIZE (018a9bc80449d85c0e40fa5215377d8a03264c88.patch) = 3214 Index: head/www/osrm-backend/files/patch-src_util_timezones.cpp =================================================================== --- head/www/osrm-backend/files/patch-src_util_timezones.cpp (nonexistent) +++ head/www/osrm-backend/files/patch-src_util_timezones.cpp (revision 553984) @@ -0,0 +1,11 @@ +--- src/util/timezones.cpp.orig 2020-11-03 05:31:40 UTC ++++ src/util/timezones.cpp +@@ -154,7 +154,7 @@ boost::optional Timezoner::op + { + std::vector result; + rtree.query(boost::geometry::index::intersects(point), std::back_inserter(result)); +- for (const auto v : result) ++ for (const auto& v : result) + { + const auto index = v.second; + if (boost::geometry::within(point, local_times[index].first)) Property changes on: head/www/osrm-backend/files/patch-src_util_timezones.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/osrm-backend/pkg-plist =================================================================== --- head/www/osrm-backend/pkg-plist (revision 553983) +++ head/www/osrm-backend/pkg-plist (revision 553984) @@ -1,99 +1,115 @@ bin/osrm-components bin/osrm-contract bin/osrm-customize bin/osrm-datastore bin/osrm-extract bin/osrm-partition bin/osrm-routed +include/flatbuffers/base.h +include/flatbuffers/code_generators.h +include/flatbuffers/flatbuffers.h +include/flatbuffers/flatc.h +include/flatbuffers/flexbuffers.h +include/flatbuffers/grpc.h +include/flatbuffers/hash.h +include/flatbuffers/idl.h +include/flatbuffers/minireflect.h +include/flatbuffers/reflection.h +include/flatbuffers/reflection_generated.h +include/flatbuffers/registry.h +include/flatbuffers/stl_emulation.h +include/flatbuffers/util.h include/mapbox/optional.hpp include/mapbox/recursive_wrapper.hpp include/mapbox/variant.hpp include/mapbox/variant_io.hpp include/mapbox/variant_visitor.hpp include/osrm/approach.hpp include/osrm/bearing.hpp include/osrm/contractor.hpp include/osrm/contractor/contractor.hpp include/osrm/contractor/contractor_config.hpp include/osrm/contractor_config.hpp include/osrm/coordinate.hpp include/osrm/customizer.hpp include/osrm/customizer_config.hpp include/osrm/engine/api/base_parameters.hpp +include/osrm/engine/api/base_result.hpp include/osrm/engine/api/match_parameters.hpp include/osrm/engine/api/nearest_parameters.hpp include/osrm/engine/api/route_parameters.hpp include/osrm/engine/api/table_parameters.hpp include/osrm/engine/api/tile_parameters.hpp include/osrm/engine/api/trip_parameters.hpp include/osrm/engine/approach.hpp include/osrm/engine/bearing.hpp include/osrm/engine/engine_config.hpp include/osrm/engine/hint.hpp include/osrm/engine/phantom_node.hpp include/osrm/engine/status.hpp include/osrm/engine_config.hpp include/osrm/error_codes.hpp include/osrm/exception.hpp include/osrm/extractor.hpp include/osrm/extractor/extractor.hpp include/osrm/extractor/extractor_config.hpp include/osrm/extractor/io_config.hpp include/osrm/extractor/travel_mode.hpp include/osrm/extractor_config.hpp include/osrm/json_container.hpp include/osrm/match_parameters.hpp include/osrm/nearest_parameters.hpp include/osrm/osrm.hpp include/osrm/osrm_fwd.hpp include/osrm/partitioner.hpp include/osrm/partitioner/partitioner.hpp include/osrm/partitioner/partitioner_config.hpp include/osrm/partitioner_config.hpp include/osrm/route_parameters.hpp include/osrm/status.hpp include/osrm/storage/io_config.hpp include/osrm/storage/storage.hpp include/osrm/storage/storage_config.hpp include/osrm/storage_config.hpp include/osrm/table_parameters.hpp include/osrm/tile_parameters.hpp include/osrm/trip_parameters.hpp include/osrm/util/alias.hpp include/osrm/util/bearing.hpp include/osrm/util/coordinate.hpp include/osrm/util/exception.hpp include/osrm/util/json_container.hpp include/osrm/util/typedefs.hpp %%LUA_LIBDIR%%/%%LUA_LIBDIR%%osrm.a %%LUA_LIBDIR%%/%%LUA_LIBDIR%%osrm_contract.a %%LUA_LIBDIR%%/%%LUA_LIBDIR%%osrm_customize.a %%LUA_LIBDIR%%/%%LUA_LIBDIR%%osrm_extract.a +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%osrm_guidance.a %%LUA_LIBDIR%%/%%LUA_LIBDIR%%osrm_partition.a %%LUA_LIBDIR%%/%%LUA_LIBDIR%%osrm_store.a %%LUA_LIBDIR%%/%%LUA_LIBDIR%%osrm_update.a %%LUA_LIBDIR%%data/pkgconfig/%%LUA_LIBDIR%%osrm.pc share/osrm/profiles/bicycle.lua share/osrm/profiles/car.lua share/osrm/profiles/debug_example.lua share/osrm/profiles/examples/postgis.lua share/osrm/profiles/foot.lua share/osrm/profiles/%%LUA_LIBDIR%%/access.lua share/osrm/profiles/%%LUA_LIBDIR%%/destination.lua share/osrm/profiles/%%LUA_LIBDIR%%/guidance.lua share/osrm/profiles/%%LUA_LIBDIR%%/maxspeed.lua share/osrm/profiles/%%LUA_LIBDIR%%/measure.lua share/osrm/profiles/%%LUA_LIBDIR%%/pprint.lua share/osrm/profiles/%%LUA_LIBDIR%%/profile_debugger.lua share/osrm/profiles/%%LUA_LIBDIR%%/relations.lua share/osrm/profiles/%%LUA_LIBDIR%%/sequence.lua share/osrm/profiles/%%LUA_LIBDIR%%/set.lua share/osrm/profiles/%%LUA_LIBDIR%%/tags.lua share/osrm/profiles/%%LUA_LIBDIR%%/utils.lua share/osrm/profiles/%%LUA_LIBDIR%%/way_handlers.lua share/osrm/profiles/rasterbot.lua share/osrm/profiles/rasterbotinterp.lua share/osrm/profiles/test.lua share/osrm/profiles/testbot.lua share/osrm/profiles/turnbot.lua @dir /var/db/osrm-backend