Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 06:47:39 -0800 (PST)
From:      Dirk Gouders <gouders@et.bocholt.fh-gelsenkirchen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/64343: Missing xml.soc and xml.dcl in jade-1.2.1_5
Message-ID:  <200403161447.i2GEldvC032013@www.freebsd.org>
Resent-Message-ID: <200403161450.i2GEoEkJ011278@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64343
>Category:       ports
>Synopsis:       Missing xml.soc and xml.dcl in jade-1.2.1_5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 06:50:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Gouders
>Release:        4.9-RELEASE
>Organization:
FH Gelsenkirchen, Abt. Bocholt
>Environment:
FreeBSD musashi.swt.lab 4.9-RELEASE FreeBSD 4.9-RELEASE #1: Tue Jan  6 11:56:01 CET 2004     root@musashi.swt.lab:/usr/src/sys/compile/MUSASHI  i386

>Description:
The installation of the port jade-1.2.1_5 does not install the files xml.soc and xml.dcl which can be found in the subdirectory pubtext of the distribution.

According to the documentation in /usr/local/share/doc/jade/xml.htm, these files are needed to parse XML documents.

>How-To-Repeat:
Install the port.
>Fix:
The two files could be installed in the directory /usr/local/share/xml/jade/.
If this is OK, here are diffs for Makefile and pkg-plist:

--- Makefile~   Sat Nov 29 21:30:15 2003
+++ Makefile    Tue Mar 16 15:33:00 2004
@@ -47,6 +47,8 @@
        ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${PREFIX}/share/doc/jade
        ${MKDIR} ${PREFIX}/share/sgml/jade
        ${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade
+       ${MKDIR} ${PREFIX}/share/xml/jade
+       ${INSTALL_DATA} ${WRKSRC}/pubtext/xml* ${PREFIX}/share/xml/jade
        @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog
 
 .include <bsd.port.mk>

--- pkg-plist~  Tue Jul 22 03:49:54 2003
+++ pkg-plist   Tue Mar 16 15:33:49 2004
@@ -190,6 +190,9 @@
 share/sgml/jade/jadetex.ins
 share/sgml/jade/pdfjadetex.ini
 share/sgml/jade/style-sheet.dtd
+share/xml/jade/xml.soc
+share/xml/jade/xml.dcl
 @dirrm include/sp
 @dirrm share/doc/jade
 @dirrm share/sgml/jade
+@dirrm share/xml/jade

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403161447.i2GEldvC032013>