git: df798074f361 - main - net/pichi: mark BROKEN

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Mon, 20 Feb 2023 12:03:56 UTC
The branch main has been updated by antoine:

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

commit df798074f361bac371b5f982e9842b876b64ec01
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-20 11:56:34 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-20 11:56:34 +0000

    net/pichi: mark BROKEN
    
    /wrkdirs/usr/ports/net/pichi/work/pichi-1.4.0/src/net/http.cpp:374:32: error: no member named 'to_string' in 'boost::core::basic_string_view<char>'
    
    Reported by:    pkg-fallout
---
 net/pichi/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/pichi/Makefile b/net/pichi/Makefile
index a164acc1d4dd..87c3db07330f 100644
--- a/net/pichi/Makefile
+++ b/net/pichi/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/pichi-router/pichi
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	rapidjson>=1.1.0:devel/rapidjson
 
 USES=		cmake compiler:c++17-lang cpe