Date: Thu, 19 Feb 2004 05:27:17 +0900 (JST) From: Hiroki Sato <hrs@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63035: textproc/xhtml-basic: fix SGMLDECL problem Message-ID: <200402182027.i1IKRHco035543@alph.allbsd.org> Resent-Message-ID: <200402182030.i1IKUSEq018420@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63035 >Category: ports >Synopsis: textproc/xhtml-basic: fix SGMLDECL problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 18 12:30:28 PST 2004 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.9-STABLE i386 >Organization: Tokyo University of Science >Environment: FreeBSD alph.allbsd.org 4.9-STABLE FreeBSD 4.9-STABLE #1: Sun Feb 8 19:26:12 JST 2004 hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH i386 >Description: An SGML catalog file installed by the xhtml-basic port contains an SGMLDECL line, but this confuses some SGML toolchains such as Jade. For the detail symptom, see the following: http://lists.freebsd.org/pipermail/freebsd-doc/2004-February/003541.html >How-To-Repeat: N/A >Fix: Since most of SGML tools do not support this feature, the line can safely be commented out. The attached patch should fix the problem. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/xhtml-basic/Makefile,v retrieving revision 1.1 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1 Makefile --- Makefile 15 Dec 2003 14:01:16 -0000 1.1 +++ Makefile 18 Feb 2004 20:12:27 -0000 @@ -7,7 +7,7 @@ PORTNAME= xhtml-basic PORTVERSION= 1.0.${RECDATE} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.w3.org/TR/2000/REC-${PORTNAME}-${RECDATE}/ DISTNAME= ${PORTNAME} Index: files/patch-xhtml-basic10.cat =================================================================== RCS file: files/patch-xhtml-basic10.cat diff -N files/patch-xhtml-basic10.cat --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-xhtml-basic10.cat 18 Feb 2004 20:13:19 -0000 @@ -0,0 +1,11 @@ +--- xhtml-basic10.cat Thu Feb 19 05:10:49 2004 ++++ xhtml-basic10.cat Thu Feb 19 05:12:01 2004 +@@ -17,7 +17,7 @@ + + OVERRIDE YES + +-SGMLDECL "xml1.dcl" ++-- SGMLDECL "xml1.dcl" -- + + -- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -- + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402182027.i1IKRHco035543>