Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2003 16:02:16 +0900 (JST)
From:      MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52515: Add /usr/local/share/xml/ to catalog list.
Message-ID:  <20030521070216.81EC57A16@kikyou.m.ayame.com>
Resent-Message-ID: <200305210710.h4L7ABHx074226@freefall.freebsd.org>

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

>Number:         52515
>Category:       ports
>Synopsis:       Add /usr/local/share/xml/ to catalog list.
>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 May 21 00:10:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     MOROHOSHI Akihiko
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD kikyou.m.ayame.com 4.8-STABLE FreeBSD 4.8-STABLE #15: Sat Apr 19 20:38:58 JST 2003 moro@kikyou.m.ayame.com:/home/tmp/obj/home/stable/src/sys/KIKYOU i386


	
>Description:
	Add /usr/local/share/xml/catalogs to sgml-catalog-files
	to load XHTML DTDs.
	textproc/xhtml installs its DTDs there.
>How-To-Repeat:
	
>Fix:
--- /usr/ports/editors/psgml/files/patch-ac	Fri Feb 12 23:43:42 1999
+++ /tmp/diff	Wed May 21 15:50:33 2003
@@ -1,6 +1,6 @@
---- psgml.el.orig	Mon Nov 16 06:45:03 1998
-+++ psgml.el	Sat Jan 23 19:14:44 1999
-@@ -335,7 +335,7 @@
+--- psgml.el.orig	Wed May 21 14:47:45 2003
++++ psgml.el	Wed May 21 15:44:47 2003
+@@ -340,7 +340,7 @@
  (put 'sgml-system-path 'sgml-type 'file-list)
  
  (defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH"))
@@ -9,19 +9,21 @@
    "*Mapping from public identifiers to file names.
  This is a list of possible file names.  To find the file for a public
  identifier the elements of the list are used one at the time from the
-@@ -361,13 +361,13 @@
+@@ -366,13 +366,15 @@
  (defvar sgml-catalog-files (or (delete nil
  				       (sgml-parse-colon-path
  					(getenv "SGML_CATALOG_FILES")))
 -			       '("catalog" "/usr/local/lib/sgml/catalog"))
-+			       '("catalog" "@prefix@/share/sgml/catalog"))
++			       '("catalog" "@prefix@/share/sgml/catalog"
++			         "@prefix@/share/xml/catalog"))
    "*List of catalog entry files.
  The files are in the format defined in the SGML Open Draft Technical
  Resolution on Entity Management.")
  (put 'sgml-catalog-files 'sgml-type 'file-list)
  
 -(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "/usr/local/lib/sgml/ECAT")
-+(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "@prefix@/share/sgml/ECAT")
++(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "@prefix@/share/sgml/ECAT"
++			  "@prefix@/share/xml/ECAT")
    "*List of catalog files for PSGML.")
  (put 'sgml-ecat-files 'sgml-type 'file-list)
  

	


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



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