diff options
author | minskim <minskim> | 2009-01-29 19:38:42 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-01-29 19:38:42 +0000 |
commit | 874b692327944f9a728db6b5cc59a0d9daf3d00f (patch) | |
tree | 56a3c6be191e53de33e724e94461c5894e28dcaa /print | |
parent | d4b76f786791924091e426182e5c366107b8dd35 (diff) | |
download | pkgsrc-874b692327944f9a728db6b5cc59a0d9daf3d00f.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')
-rw-r--r-- | print/kpathsea/distinfo | 4 | ||||
-rw-r--r-- | print/kpathsea/patches/patch-aa | 11 |
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. |