Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 19:08:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r451568 - branches/2017Q4/textproc/xqilla
Message-ID:  <201710081908.v98J8miR033034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710081908.v98J8miR033034>