Bug 176747 - devel/libxs: missing docbook-xml-450 dependency
Summary: devel/libxs: missing docbook-xml-450 dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 13:30 UTC by Oleg Ginzburg
Modified: 2013-03-08 20:40 UTC (History)
0 users

See Also:


Attachments
file.diff (448 bytes, patch)
2013-03-08 13:30 UTC, Oleg Ginzburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Ginzburg 2013-03-08 13:30:02 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-08 13:30:24 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-08 13:30:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Veniamin 2013-03-08 13:48:44 UTC
I agree with changes.
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2013-03-08 17:11:36 UTC
State Changed
From-To: feedback->open

Maintainer approved 


Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2013-03-08 17:11:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-03-08 20:29:47 UTC
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"
Comment 7 Beech Rintoul freebsd_committer freebsd_triage 2013-03-08 20:29:54 UTC
State Changed
From-To: open->closed

Committed, Thanks!