From owner-svn-ports-head@freebsd.org Sun Oct 8 19:04:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58C35E3D77F; Sun, 8 Oct 2017 19:04:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDDB07184E; Sun, 8 Oct 2017 19:04:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v98J4n3i032544; Sun, 8 Oct 2017 19:04:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v98J4nwa032543; Sun, 8 Oct 2017 19:04:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710081904.v98J4nwa032543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 8 Oct 2017 19:04:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451565 - head/textproc/xqilla X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/textproc/xqilla X-SVN-Commit-Revision: 451565 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Oct 2017 19:04:51 -0000 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