Subject: Re: pkg/31828: docbook-xsl should have more entries in the catalog
To: None <jmmv@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
List: pkgsrc-bugs
Date: 10/16/2005 15:35:01
The following reply was made to PR pkg/31828; it has been noted by GNATS.
From: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: pkg/31828: docbook-xsl should have more entries in the catalog
Date: Sun, 16 Oct 2005 17:34:30 +0200
> I found that to build wip/mutt-ng, more entries are needed in
> /usr/pkg/share/xsl/docbook/catalog, which originates from
> /usr/pkgsrc/textproc/docbook-xsl/files/catalog (see patch).
Actually, this package has a catalog.xml in its distribution. If I copy
the line
<rewriteSystem
systemIdStartString="http://docbook.sourceforge.net/release/xsl /current/"
rewritePrefix="./"/>
to /usr/pkg/share/xsl/docbook/catalog and comment all other lines out,
mutt-ng can still build its docs.
Maybe copying the package's catalog.xml
to /usr/pkg/share/xsl/docbook/catalog is a better approach than adding
more entries?