diff -du texlive-source-20130817/texk/kpathsea/texmf.cnf.vine texlive-source-20130817/texk/kpathsea/texmf.cnf --- texlive-source-20130817/texk/kpathsea/texmf.cnf.vine 2013-06-26 00:38:48.000000000 +0900 +++ texlive-source-20130817/texk/kpathsea/texmf.cnf 2013-08-21 09:10:38.879799794 +0900 @@ -60,14 +60,20 @@ % Keep the variable name. TEXMFMAIN = $TEXMFDIST +# The tree of distributed packages from Vine Linux +TEXMFVINE = /usr/share/texmf + % Local additions to the distribution trees. -TEXMFLOCAL = $SELFAUTOGRANDPARENT/texmf-local +%%TEXMFLOCAL = $TEXMFROOT/../texmf-local +TEXMFLOCAL = /usr/local/share/texmf % TEXMFSYSVAR, where *-sys store cached runtime data. -TEXMFSYSVAR = $TEXMFROOT/texmf-var +%%TEXMFSYSVAR = $TEXMFROOT/texmf-var +TEXMFSYSVAR = /var/lib/texmf % TEXMFSYSCONFIG, where *-sys store configuration data. -TEXMFSYSCONFIG = $TEXMFROOT/texmf-config +%%TEXMFSYSCONFIG = $TEXMFROOT/texmf-config +TEXMFSYSCONFIG = /etc/texmf % Per-user texmf tree(s) -- organized per the TDS, as usual. To define % more than one per-user tree, set this to a list of directories in @@ -76,10 +82,12 @@ TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. -TEXMFVAR = ~/.texlive2013/texmf-var +%%TEXMFVAR = ~/.texlive2013/texmf-var +TEXMFVAR = ~/.texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. -TEXMFCONFIG = ~/.texlive2013/texmf-config +%%TEXMFCONFIG = ~/.texlive2013/texmf-config +TEXMFCONFIG = ~/.texmf-config % List all the texmf trees. For an explanation of what they are, see the % TeX Live manual. @@ -91,7 +99,7 @@ % should take precedence over distribution files -- although it is % generally a source of confusion to have different versions of a % package installed, whatever the trees, so try to avoid it. -TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST} +TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFVINE,!!$TEXMFDIST} % 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. @@ -99,13 +107,13 @@ % does not create ls-R files in the non-!! elements -- because if an % ls-R is present, it will be used, and the disk will not be searched. % This is arguably a bug in kpathsea. -TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST} +TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFVINE,!!$TEXMFDIST} % The system trees. These are the trees that are shared by all users. % If a tree appears in this list, the mktex* scripts will use % VARTEXFONTS for generated files, if the original tree isn't writable; % otherwise the current working directory is used. -SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFDIST +SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFVINE;$TEXMFDIST % First writable tree here is used by Lua(La)TeX for the font cache. % LuaLaTeX uses the value here, while ConTeXt uses the same variable but @@ -116,7 +124,8 @@ % 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 = $TEXMFVAR/fonts +VARTEXFONTS = $TEXMFSYSVAR/fonts % 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 Diff finished. Sat Aug 24 10:26:48 2013 diff -du texlive-source-20131002/texk/kpathsea/texmf.cnf.vine texlive-source-20131002/texk/kpathsea/texmf.cnf --- texlive-source-20131002/texk/kpathsea/texmf.cnf.vine 2013-10-07 21:47:56.260302080 +0900 +++ texlive-source-20131002/texk/kpathsea/texmf.cnf 2013-10-07 21:53:06.787172370 +0900 @@ -569,11 +569,11 @@ % for being called from TeX. % shell_escape_commands = \ -bibtex,bibtex8,\ +bibtex,bibtex8,bibtexu,pbibtex,upbibtex,biber,\ kpsewhich,\ -makeindex,\ -mpost,\ -repstopdf,\ +makeindex,mendex,texindy,\ +mpost,pmpost,upmpost,\ +repstopdf,epspdf,extractbb,\ % we'd like to allow: % dvips - but external commands can be executed, need at least -R1. Diff finished. Mon Oct 7 21:53:13 2013