diff options
author | minskim <minskim@pkgsrc.org> | 2015-01-09 22:13:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2015-01-09 22:13:13 +0000 |
commit | 33cebb16b9944f0b310faf0643336d6af3172953 (patch) | |
tree | 28628cbfe6217118062166132a8d692b3c044675 /print/kpathsea/patches | |
parent | 684b8a4de819722cb4a763da8207289df59185cd (diff) | |
download | pkgsrc-33cebb16b9944f0b310faf0643336d6af3172953.tar.gz |
Update kpathsea to 6.2.0
Changes:
* mktexlsr outputs normal msgs to stdout instead of stderr.
* do not ignore a non-terminated last line of a file.
* new texmf.cnf variables SELFAUTOGRANDPARENT, guess_input_kanji_encoding.
Diffstat (limited to 'print/kpathsea/patches')
-rw-r--r-- | print/kpathsea/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/kpathsea/patches/patch-aa b/print/kpathsea/patches/patch-aa index 4b314e47ae6..5b6edc7e081 100644 --- a/print/kpathsea/patches/patch-aa +++ b/print/kpathsea/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.11 2013/11/17 16:45:32 minskim Exp $ +$NetBSD: patch-aa,v 1.12 2015/01/09 22:13:13 minskim Exp $ Set paths to texmf trees for pkgsrc. ---- texmf.cnf.orig 2013-04-15 16:58:08.000000000 +0000 +--- texmf.cnf.orig 2014-04-22 21:07:54.000000000 +0000 +++ texmf.cnf @@ -51,7 +51,7 @@ % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. @@ -17,7 +17,7 @@ Set paths to texmf trees for pkgsrc. TEXMFMAIN = $TEXMFDIST % Local additions to the distribution trees. --TEXMFLOCAL = $TEXMFROOT/../texmf-local +-TEXMFLOCAL = $SELFAUTOGRANDPARENT/texmf-local +TEXMFLOCAL = @TEXMFLOCAL@ % TEXMFSYSVAR, where *-sys store cached runtime data. @@ -39,7 +39,7 @@ Set paths to texmf trees for pkgsrc. % On some systems, there will be a system tree which contains all the font % files that may be created as well as the formats. For example -@@ -485,33 +485,7 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progna +@@ -481,33 +481,7 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progna % since we don't want to scatter ../'s throughout the value. Hence we % explicitly list every directory. Arguably more understandable anyway. % @@ -60,7 +60,7 @@ Set paths to texmf trees for pkgsrc. -$SELFAUTODIR/texmf-dist/web2c,\ -$SELFAUTODIR/texmf/web2c,\ -\ --$SELFAUTOPARENT/../texmf-local/web2c,\ +-$SELFAUTOGRANDPARENT/texmf-local/web2c,\ -$SELFAUTOPARENT,\ -\ -$SELFAUTOPARENT/share/texmf-local/web2c,\ |