summaryrefslogtreecommitdiff
path: root/print/teTeX3-bin/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2008-12-09 19:43:37 +0000
committerminskim <minskim@pkgsrc.org>2008-12-09 19:43:37 +0000
commit06385b5dfca196529c2c62ac2254560d8ecbe9c5 (patch)
tree9b03fa82c99ef2d38a4571373d78232f760e53dc /print/teTeX3-bin/patches
parent547d514046b7e2186507f8c07f425e322fd1c372 (diff)
downloadpkgsrc-06385b5dfca196529c2c62ac2254560d8ecbe9c5.tar.gz
TEXMFSYSVAR should be under VARBASE.
Previously, TEXMFSYSVAR was placed under PREFIX, which was wrong because TEXMFSYSVAR stores variable *runtime* data. This change relocates TEXMFSYSVAR under VARBASE and move VARTEXFONTS to its default location inside the TEXMFSYSVAR tree. Bump PKGREVISION.
Diffstat (limited to 'print/teTeX3-bin/patches')
-rw-r--r--print/teTeX3-bin/patches/patch-ao22
1 files changed, 22 insertions, 0 deletions
diff --git a/print/teTeX3-bin/patches/patch-ao b/print/teTeX3-bin/patches/patch-ao
new file mode 100644
index 00000000000..c6c82575aba
--- /dev/null
+++ b/print/teTeX3-bin/patches/patch-ao
@@ -0,0 +1,22 @@
+$NetBSD: patch-ao,v 1.1 2008/12/09 19:43:37 minskim Exp $
+
+--- texk/kpathsea/texmf.in-teTeX.orig 2005-02-05 16:04:35.000000000 -0800
++++ texk/kpathsea/texmf.in-teTeX
+@@ -72,7 +72,7 @@ TEXMFLOCAL = @texmf@-local
+ % TEXMFSYSVAR = $TEXMFMAIN
+ % For using a separate tree:
+ % TEXMFSYSVAR = @texmf@-var
+-TEXMFSYSVAR = @texmf@-var
++TEXMFSYSVAR = @VARBASE@/lib/texmf
+
+ % TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
+ % With teTeX-3.0 or later, this must be set.
+@@ -126,7 +126,7 @@ VARTEXFONTS = @vartexfonts@
+ %
+ % Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below
+ % one of the TEXMF directories (avoids overlapping ls-R files).
+-TEXMFDBS = $TEXMF;$VARTEXFONTS
++TEXMFDBS = $TEXMF
+
+ % It may be convenient to define TEXMF like this:
+ % TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN,$HOME}