aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-02-20 11:56:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2023-02-20 11:56:34 +0000
commitdf798074f361bac371b5f982e9842b876b64ec01 (patch)
treedb7f319abfb37d0c1ca5172cd3bc9e38ba45e1cc
parent33c22478fce4b360de6c2fb076404e77d178ac6e (diff)
downloadports-df798074f361bac371b5f982e9842b876b64ec01.tar.gz
ports-df798074f361bac371b5f982e9842b876b64ec01.zip
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
-rw-r--r--net/pichi/Makefile2
1 files changed, 2 insertions, 0 deletions
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