Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 19:04:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451565 - head/textproc/xqilla
Message-ID:  <201710081904.v98J4nwa032543@repo.freebsd.org>

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



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