From fe5fe808e568764eb7cd87a2e0c57c1f08518c25 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Fri, 14 Feb 2025 05:36:42 +0300 Subject: [PATCH] www/osrm-backend: mark as BROKEN with Boost>=1.87 (+) Since 1.87 release some long-time-ago deprecated Boost.asio facilities was dropped off Sponsored by: Future Crew, LLC --- www/osrm-backend/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/osrm-backend/Makefile b/www/osrm-backend/Makefile index de4511970e36..afc177a6f88c 100644 --- a/www/osrm-backend/Makefile +++ b/www/osrm-backend/Makefile @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT NOT_FOR_ARCHS= armv7 i386 powerpc NOT_FOR_ARCHS_REASON= Building on a 32 bit system is not supported +BROKEN= fails to build with Boost>=1.87 + BUILD_DEPENDS= ${LOCALBASE}/include/sol:devel/sol2 LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libboost_iostreams.so:devel/boost-libs \