git: 3794e1a2edc0 - main - net-p2p/zetacoin: mark as BROKEN after recent boost upgrade

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sun, 22 May 2022 20:18:14 UTC
The branch main has been updated by fluffy:

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

commit 3794e1a2edc06ad14b246dad59ebde670e965186
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 20:12:40 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:16 +0000

    net-p2p/zetacoin: mark as BROKEN after recent boost upgrade
    
    PR:     246106
---
 net-p2p/zetacoin/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile
index 543368ac537d..76470df269f2 100644
--- a/net-p2p/zetacoin/Makefile
+++ b/net-p2p/zetacoin/Makefile
@@ -14,6 +14,8 @@ LICENSE=	MIT
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libevent.so:devel/libevent
 
+BROKEN=		error: use of undeclared identifier '_1'
+
 USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl
 
 USE_GITHUB=	yes