diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 13:53:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 13:53:13 +0800 |
commit | 54848bdffbeb71e552bdece5a318cfbc9b462727 (patch) | |
tree | 2543ebef1c1398b177f007a0479de6424385bf54 /mail/evolution | |
parent | 20ec70f7418a32563693e9a7f4a17652f13b2053 (diff) | |
download | marcuscom-ports-54848bdffbeb71e552bdece5a318cfbc9b462727.tar marcuscom-ports-54848bdffbeb71e552bdece5a318cfbc9b462727.tar.gz marcuscom-ports-54848bdffbeb71e552bdece5a318cfbc9b462727.tar.bz2 marcuscom-ports-54848bdffbeb71e552bdece5a318cfbc9b462727.tar.lz marcuscom-ports-54848bdffbeb71e552bdece5a318cfbc9b462727.tar.xz marcuscom-ports-54848bdffbeb71e552bdece5a318cfbc9b462727.tar.zst marcuscom-ports-54848bdffbeb71e552bdece5a318cfbc9b462727.zip |
Add a temporary patch to keep xml2po from consuming 100% of available memory
when generating help docs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10114 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/files/patch-help_C_evolution.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-help_C_evolution.xml b/mail/evolution/files/patch-help_C_evolution.xml new file mode 100644 index 000000000..afb91c6ac --- /dev/null +++ b/mail/evolution/files/patch-help_C_evolution.xml @@ -0,0 +1,20 @@ +--- help/C/evolution.xml.orig 2008-01-15 00:50:37.000000000 -0500 ++++ help/C/evolution.xml 2008-01-15 00:50:47.000000000 -0500 +@@ -1,7 +1,7 @@ + <?xml version="1.0" encoding="ISO-8859-1"?> + <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ +- <!ENTITY % HTMLlat1 ++<!-- <!ENTITY % HTMLlat1 + PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent"> + %HTMLlat1; +@@ -12,7 +12,7 @@ + <!ENTITY % HTMLsymbol + PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent"> +- %HTMLsymbol; ++ %HTMLsymbol;--> + <!ENTITY appname "Evolution" > + <!ENTITY appversion "2.12" > + <!ENTITY z-3rdParty "*" > |