git: c129a76e6233 - main - devel/rsvndump: mark BROKEN after 3f32ccaefa18

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 31 Jan 2022 23:21:49 UTC
The branch main has been updated by jbeich:

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

commit c129a76e6233c7d8c51bc9f0472e9e8053059982
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-31 23:17:06 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-31 23:18:11 +0000

    devel/rsvndump: mark BROKEN after 3f32ccaefa18
    
    checking for asciidoc... /usr/local/bin/asciidoc
    configure: error: Asciidoc >= 8.4 is needed. Please upgrade your installation
    
    Reported by:    pkg-fallout
---
 devel/rsvndump/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile
index bbe0c2099811..42353bde2605 100644
--- a/devel/rsvndump/Makefile
+++ b/devel/rsvndump/Makefile
@@ -11,6 +11,8 @@ COMMENT=	Remote Subversion repository dumpfile generator
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build with asciidoc >= 10
+
 USES=		bdb
 LIB_DEPENDS=	libsvn_client-1.so:devel/subversion \
 		libgdbm.so:databases/gdbm \