diff --git a/www/osrm-backend/Makefile b/www/osrm-backend/Makefile index 2f0ecf6a5f74..7e4592589420 100644 --- a/www/osrm-backend/Makefile +++ b/www/osrm-backend/Makefile @@ -1,48 +1,43 @@ PORTNAME= osrm-backend DISTVERSIONPREFIX= v -DISTVERSION= 5.26.0 -PORTREVISION= 6 +DISTVERSION= 5.28.0.d20240803 CATEGORIES= www MAINTAINER= freebsd@mosedal.net COMMENT= Open Source Routing Machine (Backend) WWW= https://project-osrm.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -LIB_DEPENDS= libboost_chrono.so:devel/boost-libs \ - libboost_date_time.so:devel/boost-libs \ - libboost_filesystem.so:devel/boost-libs \ +NOT_FOR_ARCHS= armv7 i386 +NOT_FOR_ARCHS_REASON= Building on a 32 bit system is not supported + +LIB_DEPENDS= libboost_date_time.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 + libtbb.so:devel/onetbb -USES= cmake compiler:c++14-lang lua:53 +USES= cmake compiler:c++20-lang lua:54 pkgconfig USE_GITHUB= yes GH_ACCOUNT= Project-OSRM -OPTIONS_DEFINE= DEBUG +GH_TAGNAME= 203314b1 USE_RC_SUBR= osrm - -CXXFLAGS+= -Wno-range-loop-construct - +CMAKE_ON= BUILD_STATIC_LIBS USERS= osrm GROUPS= osrm -CMAKE_ON= BUILD_STATIC_LIBS +OPTIONS_DEFINE= DEBUG post-patch: @${REINPLACE_CMD} -e 's|-Werror=all -Werror=extra|-Werror=extra|g' \ ${PATCH_WRKSRC}/CMakeLists.txt pre-install: @${MKDIR} ${STAGEDIR}/var/db/osrm-backend .include diff --git a/www/osrm-backend/distinfo b/www/osrm-backend/distinfo index 907ab43e6521..49e368257b34 100644 --- a/www/osrm-backend/distinfo +++ b/www/osrm-backend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634740630 -SHA256 (Project-OSRM-osrm-backend-v5.26.0_GH0.tar.gz) = 45e986db540324bd0fc881b746e96477b054186698e8d14610ff7c095e906dcd -SIZE (Project-OSRM-osrm-backend-v5.26.0_GH0.tar.gz) = 16853597 +TIMESTAMP = 1724904258 +SHA256 (Project-OSRM-osrm-backend-v5.28.0.d20240803-203314b1_GH0.tar.gz) = be19020227a513391e52dd6167bf5754e164befcfa89548c8f579601ec65c0ab +SIZE (Project-OSRM-osrm-backend-v5.28.0.d20240803-203314b1_GH0.tar.gz) = 11279877 diff --git a/www/osrm-backend/files/patch-include_extractor_suffix__table.hpp b/www/osrm-backend/files/patch-include_extractor_suffix__table.hpp deleted file mode 100644 index 752051e38c2f..000000000000 --- a/www/osrm-backend/files/patch-include_extractor_suffix__table.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- include/extractor/suffix_table.hpp.orig 2021-09-21 21:49:41 UTC -+++ include/extractor/suffix_table.hpp -@@ -2,6 +2,7 @@ - #define OSRM_EXTRACTOR_SUFFIX_LIST_HPP_ - - #include -+#include - #include - - #include "util/string_view.hpp" diff --git a/www/osrm-backend/pkg-plist b/www/osrm-backend/pkg-plist index 74d2e2177de0..2a22e8a9f607 100644 --- a/www/osrm-backend/pkg-plist +++ b/www/osrm-backend/pkg-plist @@ -1,116 +1,131 @@ bin/osrm-components bin/osrm-contract bin/osrm-customize bin/osrm-datastore bin/osrm-extract bin/osrm-partition bin/osrm-routed +include/flatbuffers/allocator.h +include/flatbuffers/array.h include/flatbuffers/base.h +include/flatbuffers/buffer.h +include/flatbuffers/buffer_ref.h +include/flatbuffers/code_generator.h include/flatbuffers/code_generators.h +include/flatbuffers/default_allocator.h +include/flatbuffers/detached_buffer.h +include/flatbuffers/file_manager.h +include/flatbuffers/flatbuffer_builder.h include/flatbuffers/flatbuffers.h include/flatbuffers/flatc.h +include/flatbuffers/flex_flat_util.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/string.h +include/flatbuffers/struct.h +include/flatbuffers/table.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/flatbuffers/vector.h +include/flatbuffers/vector_downward.h +include/flatbuffers/verifier.h 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/datasets.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 lib/libosrm.a lib/libosrm_contract.a lib/libosrm_customize.a lib/libosrm_extract.a lib/libosrm_guidance.a lib/libosrm_partition.a lib/libosrm_store.a lib/libosrm_update.a libdata/pkgconfig/libosrm.pc +share/osrm/data/driving_side.geojson +share/osrm/data/maxheight.geojson share/osrm/profiles/bicycle.lua share/osrm/profiles/car.lua share/osrm/profiles/debug_example.lua share/osrm/profiles/debug_way.lua share/osrm/profiles/examples/postgis.lua share/osrm/profiles/foot.lua share/osrm/profiles/lib/access.lua share/osrm/profiles/lib/destination.lua share/osrm/profiles/lib/guidance.lua share/osrm/profiles/lib/maxspeed.lua share/osrm/profiles/lib/measure.lua share/osrm/profiles/lib/pprint.lua share/osrm/profiles/lib/profile_debugger.lua share/osrm/profiles/lib/relations.lua share/osrm/profiles/lib/sequence.lua share/osrm/profiles/lib/set.lua share/osrm/profiles/lib/tags.lua +share/osrm/profiles/lib/traffic_signal.lua share/osrm/profiles/lib/utils.lua share/osrm/profiles/lib/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