ports/64343: Missing xml.soc and xml.dcl in jade-1.2.1_5

Dirk Gouders gouders at et.bocholt.fh-gelsenkirchen.de
Tue Mar 16 14:50:15 UTC 2004


>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 at 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
+ at dirrm share/xml/jade

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



More information about the freebsd-ports-bugs mailing list