git: c2c4a1190243 - main - net/cpp-pcp-client: mark as BROKEN with Boost>=1.87 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 14 Feb 2025 03:18:21 UTC
The branch main has been updated by fluffy:

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

commit c2c4a1190243626cb8ad8389ce65af9544be41b4
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 03:00:33 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:17 +0000

    net/cpp-pcp-client: 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
---
 net/cpp-pcp-client/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/cpp-pcp-client/Makefile b/net/cpp-pcp-client/Makefile
index 64116e269ba9..9f3be8e9c934 100644
--- a/net/cpp-pcp-client/Makefile
+++ b/net/cpp-pcp-client/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/puppetlabs/cpp-pcp-client
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with Boost>=1.87
+
 LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
 		libleatherman_json_container.so:devel/leatherman