Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2025 03:18:21 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: c2c4a1190243 - main - net/cpp-pcp-client: mark as BROKEN with Boost>=1.87 (+)
Message-ID:  <202502140318.51E3ILaf023214@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=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
 


home | help

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