Subject: Re: Jade doesn't work
To: NetBSD/pkg <tech-pkg@netbsd.org>
From: Kogule, Ryo <kogule@mars.dti.ne.jp>
List: tech-pkg
Date: 03/30/2001 00:20:33
On 3/29/2001 22:45, "Hubert Feyrer"
<hubert.feyrer@informatik.fh-regensburg.de> wrote:
> Can you send patches for the other problems? I'm not really familiar with
> SP/Jade/DSSSL/etc.

The patch is simple as below. This patch also install Jade documents
properly.

--
Thanks again for your supporting.                                Kogule, Ryo


--- Makefile.orig       Tue Mar 20 16:55:34 2001
+++ Makefile    Fri Mar 30 00:05:43 2001
@@ -18,6 +18,8 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ENV+=        CXXFLAGS="${CFLAGS}"
 CONFIGURE_ARGS=        --disable-shared
+CONFIGURE_ARGS+= --enable-default-catalog=${PREFIX}/share/sgml/jade/catalog
+CONFIGURE_ARGS+= --enable-mif
 
 post-install:
 .for i in jade nsgmls sgmlnorm spam spent sx
@@ -26,7 +28,7 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/include/sp
        ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/sp
        ${MKDIR} ${PREFIX}/share/doc/jade
-       ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${PREFIX}/share/doc/jade
+       ${INSTALL_DATA} ${WRKSRC}/jadedoc/*.htm ${PREFIX}/share/doc/jade
        ${MKDIR} ${PREFIX}/share/sgml/jade
        ${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade