FreeBSD Bugzilla – Attachment 31548 Details for
Bug 52515
Add /usr/local/share/xml/ to catalog list.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.56 KB, created by
MOROHOSHI Akihiko
on 2003-05-21 08:10:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
MOROHOSHI Akihiko
Created:
2003-05-21 08:10:10 UTC
Size:
1.56 KB
patch
obsolete
>--- /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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52515
: 31548