From moro@m.ayame.com  Wed May 21 00:02:26 2003
Return-Path: <moro@m.ayame.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 207C537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2003 00:02:25 -0700 (PDT)
Received: from smtp4.dti.ne.jp (smtp4.dti.ne.jp [202.216.228.39])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DA12343FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2003 00:02:24 -0700 (PDT)
	(envelope-from moro@m.ayame.com)
Received: from kikyou.m.ayame.com (PPPa4903.tokyo-ip.dti.ne.jp [210.159.149.153]) by smtp4.dti.ne.jp (3.08s) with ESMTP id h4L72HiN022164 for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2003 16:02:23 +0900 (JST)
Received: by kikyou.m.ayame.com (Postfix, from userid 1001)
	id 81EC57A16; Wed, 21 May 2003 16:02:16 +0900 (JST)
Message-Id: <20030521070216.81EC57A16@kikyou.m.ayame.com>
Date: Wed, 21 May 2003 16:02:16 +0900 (JST)
From: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
Reply-To: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Add /usr/local/share/xml/ to catalog list.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52515
>Category:       ports
>Synopsis:       Add /usr/local/share/xml/ to catalog list.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shige
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 00:10:10 PDT 2003
>Closed-Date:    Fri Jul 04 07:29:38 PDT 2003
>Last-Modified:  Fri Jul 04 07:29:38 PDT 2003
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 21 22:51:55 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52515 
Responsible-Changed-From-To: kuriyama->shige 
Responsible-Changed-By: kuriyama 
Responsible-Changed-When: Tue Jun 24 19:47:34 PDT 2003 
Responsible-Changed-Why:  
Maintainer of psgml port is shige@. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52515 
State-Changed-From-To: open->closed 
State-Changed-By: shige 
State-Changed-When: Fri Jul 4 07:29:01 PDT 2003 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52515 
>Unformatted:
