svn commit: r451565 - head/textproc/xqilla
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 8 19:04:51 UTC 2017
Author: antoine
Date: Sun Oct 8 19:04:49 2017
New Revision: 451565
URL: https://svnweb.freebsd.org/changeset/ports/451565
Log:
Mark BROKEN: fails to build
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ -I/usr/local/include -I./src/lexer/ -I/usr/local/include/tidy -D_THREAD_SAFE -O2 -pipe -fstack-protector -fno-strict-aliasing -ftemplate-depth-50 -MT XPathDocumentImpl.lo -MD -MP -MF .deps/XPathDocumentImpl.Tpo -c src/dom-api/impl/XPathDocumentImpl.cpp -fPIC -DPIC -o .libs/XPathDocumentImpl.o
src/dom-api/impl/XPathDocumentImpl.cpp:65:25: error: use of undeclared identifier 'castToNode'
DOMNode* thisNode = castToNode(&fParent);
Reported by: pkg-fallout
MFH: 2017Q4
Modified:
head/textproc/xqilla/Makefile
Modified: head/textproc/xqilla/Makefile
==============================================================================
--- head/textproc/xqilla/Makefile Sun Oct 8 19:02:22 2017 (r451564)
+++ head/textproc/xqilla/Makefile Sun Oct 8 19:04:49 2017 (r451565)
@@ -14,6 +14,8 @@ COMMENT= XQuery and XPath2 library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build
+
LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \
libtidy.so:www/tidy-lib
More information about the svn-ports-head
mailing list