aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2005-02-13 02:51:54 +0800
committerhrs <hrs@FreeBSD.org>2005-02-13 02:51:54 +0800
commit6bfa814f057c8eed0c4e72f26535fa537e217275 (patch)
tree5934649b5cccba10d1ed3820e0e74090508ad55e /print
parent180bbcbe302417f1e02c5211004fc4cfb540c1cf (diff)
downloadfreebsd-ports-gnome-6bfa814f057c8eed0c4e72f26535fa537e217275.tar.gz
freebsd-ports-gnome-6bfa814f057c8eed0c4e72f26535fa537e217275.tar.zst
freebsd-ports-gnome-6bfa814f057c8eed0c4e72f26535fa537e217275.zip
Increase the default hash size. This is required for typesetting
the FreeBSD Handbook with JadeTeX. Bump PORTREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/teTeX-base/Makefile2
-rw-r--r--print/teTeX-base/files/patch-texk::kpathsea::texmf.in-teTeX11
2 files changed, 12 insertions, 1 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile
index cd42de03d53a..cde5b5ba1cad 100644
--- a/print/teTeX-base/Makefile
+++ b/print/teTeX-base/Makefile
@@ -7,7 +7,7 @@
PORTNAME= teTeX-base
PORTVERSION= 3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1
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.