git: 748cce8447c1 - main - devel/cpp-netlib: mark as BROKEN with Boost>=1.87 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 03:18:22 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=748cce8447c180ad984b845dc5622fe2529ab210
commit 748cce8447c180ad984b845dc5622fe2529ab210
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 03:01:34 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:18 +0000
devel/cpp-netlib: 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
---
devel/cpp-netlib/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile
index aa3773dd795f..0cdb41cec93b 100644
--- a/devel/cpp-netlib/Makefile
+++ b/devel/cpp-netlib/Makefile
@@ -12,6 +12,8 @@ WWW= https://github.com/cpp-netlib/cpp-netlib/
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
+BROKEN= fails to build with Boost>=1.87
+
LIB_DEPENDS= libboost_system.so:devel/boost-libs
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
asio>0:net/asio