svn commit: r451568 - branches/2017Q4/textproc/xqilla

Antoine Brodin antoine at FreeBSD.org
Sun Oct 8 19:08:50 UTC 2017


Author: antoine
Date: Sun Oct  8 19:08:48 2017
New Revision: 451568
URL: https://svnweb.freebsd.org/changeset/ports/451568

Log:
  MFH: r451565
  
  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

Modified:
  branches/2017Q4/textproc/xqilla/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/textproc/xqilla/Makefile
==============================================================================
--- branches/2017Q4/textproc/xqilla/Makefile	Sun Oct  8 19:08:05 2017	(r451567)
+++ branches/2017Q4/textproc/xqilla/Makefile	Sun Oct  8 19:08:48 2017	(r451568)
@@ -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-branches mailing list