Without DocBook < 4.5 version some xml files of documentation isn't correct for xmlto: I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" Document /usr/ports/devel/libxs/work/libxs-1.2.0/doc/xs_bind.xml does not validate *** [xs_bind.3] Error code 13 Fix: Patch attached with submission follows: How-To-Repeat: make -C /usr/ports/devel/libxs on the host without docbook-xml-450
Maintainer of devel/libxs, Please note that PR ports/176747 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176747 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I agree with changes.
State Changed From-To: feedback->open Maintainer approved
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
Author: beech Date: Fri Mar 8 20:29:35 2013 New Revision: 313673 URL: http://svnweb.freebsd.org/changeset/ports/313673 Log: - Add missing docbook-xml-450 dependency PR: ports/176747 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Approved by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) Modified: head/devel/libxs/Makefile Modified: head/devel/libxs/Makefile ============================================================================== --- head/devel/libxs/Makefile Fri Mar 8 20:23:38 2013 (r313672) +++ head/devel/libxs/Makefile Fri Mar 8 20:29:35 2013 (r313673) @@ -31,7 +31,8 @@ CONFIGURE_ARGS+= --enable-debug .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xmlto:${PORTSDIR}/textproc/xmlto + xmlto:${PORTSDIR}/textproc/xmlto \ + ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 MAN3= \ xs_bind.3 \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!