diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-12 18:51:54 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-12 18:51:54 +0000 |
commit | 8cfd6cde16b1444a4b97e5c01a4e02df8826e4fb (patch) | |
tree | 3c3439b866c86e8b705959735fb3090f7c707647 /print/teTeX-base/files/patch-texk::kpathsea::texmf.in-teTeX | |
parent | - fix wrong pkg-plist and unbreak this port (diff) |
Increase the default hash size. This is required for typesetting
the FreeBSD Handbook with JadeTeX. Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=128619
Diffstat (limited to 'print/teTeX-base/files/patch-texk::kpathsea::texmf.in-teTeX')
-rw-r--r-- | print/teTeX-base/files/patch-texk::kpathsea::texmf.in-teTeX | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/teTeX-base/files/patch-texk::kpathsea::texmf.in-teTeX b/print/teTeX-base/files/patch-texk::kpathsea::texmf.in-teTeX new file mode 100644 index 000000000000..82a5443ad41b --- /dev/null +++ b/print/teTeX-base/files/patch-texk::kpathsea::texmf.in-teTeX @@ -0,0 +1,11 @@ +--- texk/kpathsea/texmf.in-teTeX.orig Sun Feb 6 09:04:35 2005 ++++ texk/kpathsea/texmf.in-teTeX Sun Feb 13 03:44:45 2005 +@@ -489,7 +489,7 @@ + + % Extra space for the hash table of control sequences (which allows 10K + % names as distributed). +-hash_extra = 50000 ++hash_extra = 100000 + + % Max number of characters in all strings, including all error messages, + % help texts, font names, control sequences. These values apply to TeX and MP. |