summaryrefslogtreecommitdiff
path: root/print/kpathsea
diff options
context:
space:
mode:
authorminskim <minskim>2009-01-29 19:38:42 +0000
committerminskim <minskim>2009-01-29 19:38:42 +0000
commite7d54e862fc89482531ba027b38b80d0971886e2 (patch)
tree56a3c6be191e53de33e724e94461c5894e28dcaa /print/kpathsea
parent171d14187f37a944aad250528589fafd882d1e15 (diff)
downloadpkgsrc-e7d54e862fc89482531ba027b38b80d0971886e2.tar.gz
Use $TEXMFSYSVAR to store fonts generated by TeX.
Otherwise, packages running latex (e.g., converters/bibtex2html) may create files under $HOME. Bump PKGREVISION.
Diffstat (limited to 'print/kpathsea')
-rw-r--r--print/kpathsea/distinfo4
-rw-r--r--print/kpathsea/patches/patch-aa11
2 files changed, 12 insertions, 3 deletions
diff --git a/print/kpathsea/distinfo b/print/kpathsea/distinfo
index 69d4fb64cbe..eaa4acb693a 100644
--- a/print/kpathsea/distinfo
+++ b/print/kpathsea/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/01/03 22:12:42 minskim Exp $
+$NetBSD: distinfo,v 1.2 2009/01/29 19:38:42 minskim Exp $
SHA1 (texlive-20080816-source.tar.lzma) = 730986c628bd658b5062face9e400f61203d6b8d
RMD160 (texlive-20080816-source.tar.lzma) = 629784b111c0d4bc9fac9f9131f63203d6e1dd38
Size (texlive-20080816-source.tar.lzma) = 23175835 bytes
-SHA1 (patch-aa) = 758c34fca692adec25fd4aa411ceedaf9be1421c
+SHA1 (patch-aa) = 8cd0d2c68b9e35b63319ff26f896bbab2e4fa31b
diff --git a/print/kpathsea/patches/patch-aa b/print/kpathsea/patches/patch-aa
index b78815dbcd3..348cc8a195a 100644
--- a/print/kpathsea/patches/patch-aa
+++ b/print/kpathsea/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/01/03 22:12:42 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2009/01/29 19:38:42 minskim Exp $
Set paths to texmf trees for pkgsrc.
@@ -45,6 +45,15 @@ Set paths to texmf trees for pkgsrc.
% User texmf trees are allowed as follows.
% This used to be HOMETEXMF.
+@@ -122,7 +122,7 @@ SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXM
+ % Where generated fonts may be written. This tree is used when the sources
+ % were found in a system tree and either that tree wasn't writable, or the
+ % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
+-VARTEXFONTS = $TEXMFVAR/fonts
++VARTEXFONTS = $TEXMFSYSVAR/fonts
+
+ % Where to look for ls-R files. There need not be an ls-R in the
+ % directories in this path, but if there is one, Kpathsea will use it.
@@ -447,7 +447,7 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progna
%
% For security reasons, it is better not to include . in this path.