Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2025 03:18:02 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fe5fe808e568 - main - www/osrm-backend: mark as BROKEN with Boost>=1.87 (+)
Message-ID:  <202502140318.51E3I2lp022632@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe5fe808e568764eb7cd87a2e0c57c1f08518c25

commit fe5fe808e568764eb7cd87a2e0c57c1f08518c25
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 02:36:42 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:07 +0000

    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 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502140318.51E3I2lp022632>