pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/docbook-xml Add appropriate rewriteSystem ent...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec02aed42b87
branches:  trunk
changeset: 510632:ec02aed42b87
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Apr 01 14:43:42 2006 +0000

description:
Add appropriate rewriteSystem entries to the catalog so that system-style
queries (URLs) work.  This removes several warnings when, e.g., registering
some documents in the scrollkeeper database.  Bump PKGREVISION to 4.

diffstat:

 textproc/docbook-xml/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 7774df1813d2 -r ec02aed42b87 textproc/docbook-xml/Makefile
--- a/textproc/docbook-xml/Makefile     Sat Apr 01 14:37:32 2006 +0000
+++ b/textproc/docbook-xml/Makefile     Sat Apr 01 14:43:42 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2006/03/21 06:00:49 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/04/01 14:43:42 jmmv Exp $
 #
 
 DISTNAME=      docbook-xml-4.4
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.oasis-open.org/docbook/xml/4.4/
 SITES_docbook-xml-4.3.zip=     http://www.oasis-open.org/docbook/xml/4.3/
@@ -33,6 +33,10 @@
 .endfor
 XML_CATALOGS+= ${DTDDIR}/4.2/catalog-4.1.2
 
+XML_ENTRIES+=  rewriteSystem http://www.oasis-open.org/docbook/xml/4.1.2 \
+               ${DTDDIR}/4.2
+XML_ENTRIES+=  rewriteSystem http://www.oasis-open.org/docbook/xml ${DTDDIR}
+
 pre-install:
 .for ver in ${VER}
        @[ -d ${DTDDIR}/${ver} ] || ${INSTALL_DATA_DIR} ${DTDDIR}/${ver}



Home | Main Index | Thread Index | Old Index