Created attachment 186466 [details] Build with Xerces-C 3.1 or 3.2 Please see the attached patch which provides support for the old style (Xerces-C 3.1) castToNode and the new style (Xerces-C 3.2) fContainingNode replacement. This will allow xqilla to use the new xerces in the ports tree. Upstream ticket: https://sourceforge.net/p/xqilla/bugs/48/
Created attachment 188983 [details] svn-diff-xqilla Made from the two patches from the link a svn-diff.
Is there anything remaining which is blocking this fix being merged? Thanks, Roger
testbuilds@work
Committed, thanks!
A commit references this bug: Author: pi Date: Mon Feb 12 20:00:26 UTC 2018 New revision: 461645 URL: https://svnweb.freebsd.org/changeset/ports/461645 Log: textproc/xqilla: unbreak by adding patches for the Xerces-C 3.2.0 case - support for the old style (Xerces-C 3.1) castToNode and the new style (Xerces-C 3.2) fContainingNode replacement. This will allow xqilla to use the new xerces in the ports tree. Upstream ticket: https://sourceforge.net/p/xqilla/bugs/48/ PR: 222400 Submitted by: Roger Leigh <rleigh@codelibre.net> Reviewed by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Changes: head/textproc/xqilla/Makefile head/textproc/xqilla/files/patch-src_dom-api_impl_XPathDocumentImpl.cpp head/textproc/xqilla/files/patch-src_dom-api_impl_XPathNamespaceImpl.cpp