Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 12:03:56 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: df798074f361 - main - net/pichi: mark BROKEN
Message-ID:  <202302201203.31KC3uBL091295@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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