Bug 63035 - textproc/xhtml-basic: fix SGMLDECL problem
Summary: textproc/xhtml-basic: fix SGMLDECL problem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 20:30 UTC by Hiroki Sato
Modified: 2004-08-25 18:12 UTC (History)
0 users

See Also:


Attachments
file.diff (1.12 KB, patch)
2004-02-18 20:30 UTC, Hiroki Sato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroki Sato freebsd_committer freebsd_triage 2004-02-18 20:30:28 UTC
	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

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.
How-To-Repeat: 	N/A
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-02-19 08:31:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nectar

Over to maintainer.
Comment 2 Hiroki Sato freebsd_committer freebsd_triage 2004-06-30 12:19:51 UTC
Responsible Changed
From-To: nectar->hrs

After discussion with the maintainer, I am working on this issue 
so take this pr for now.
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2004-08-25 18:11:30 UTC
State Changed
From-To: open->closed

Committed a workaround.