git: 878d17a71603 - main - devel/cpprestsdk: mark as BROKEN with Boost>=1.87 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 03:18:20 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=878d17a71603d41a3d72373bd14f365e5300fac0
commit 878d17a71603d41a3d72373bd14f365e5300fac0
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 02:59:51 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:16 +0000
devel/cpprestsdk: 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/cpprestsdk/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/cpprestsdk/Makefile b/devel/cpprestsdk/Makefile
index c1408667f5b8..2636b3cd6eff 100644
--- a/devel/cpprestsdk/Makefile
+++ b/devel/cpprestsdk/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/Microsoft/cpprestsdk
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../license.txt
+BROKEN= fails to build with Boost>=1.87
+
BUILD_DEPENDS= ${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp
LIB_DEPENDS= libboost_system.so:devel/boost-libs