git: 882979825f0a - main - sysutils/tracker3: mark BROKEN after 3f32ccaefa18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jan 2022 23:21:48 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=882979825f0a752dc06f9596c8a1d4d12047a4a6
commit 882979825f0a752dc06f9596c8a1d4d12047a4a6
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-31 23:15:14 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-31 23:18:10 +0000
sysutils/tracker3: mark BROKEN after 3f32ccaefa18
FAILED: docs/manpages/tracker3-endpoint.1
/usr/local/bin/xsltproc --output docs/manpages/tracker3-endpoint.1 --stringparam man.authors.section.enabled 0 /usr/local/etc/asciidoc/docbook-xsl/manpage.xsl docs/manpages/tracker3-endpoint.1.xml
warning: failed to load external entity "/usr/local/etc/asciidoc/docbook-xsl/manpage.xsl"
cannot parse /usr/local/etc/asciidoc/docbook-xsl/manpage.xsl
Reported by: pkg-fallout
---
sysutils/tracker3/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sysutils/tracker3/Makefile b/sysutils/tracker3/Makefile
index aff8825b686d..873d85d66c69 100644
--- a/sysutils/tracker3/Makefile
+++ b/sysutils/tracker3/Makefile
@@ -11,6 +11,8 @@ COMMENT= Object database, tag/metadata database, search tool and indexer
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LGPL
+BROKEN= fails to build with asciidoc >= 10
+
BUILD_DEPENDS= asciidoc:textproc/asciidoc \
valac:lang/vala
LIB_DEPENDS= libdbus-1.so:devel/dbus \