source: projects/specs/trunk/t/texlive/texlive-20131101-texmfcnf-vine.patch @ 7951

Revision 7951, 4.2 KB checked in by munepi, 11 years ago (diff)

tlnet 20131101

  • texlive-source-20130817/texk/kpathsea/texmf.cnf

    diff -du texlive-source-20130817/texk/kpathsea/texmf.cnf.vine texlive-source-20130817/texk/kpathsea/texmf.cnf
    old new  
    6060% Keep the variable name. 
    6161TEXMFMAIN = $TEXMFDIST 
    6262 
     63# The tree of distributed packages from Vine Linux 
     64TEXMFVINE = /usr/share/texmf 
     65 
    6366% Local additions to the distribution trees. 
    64 TEXMFLOCAL = $SELFAUTOGRANDPARENT/texmf-local 
     67%%TEXMFLOCAL = $TEXMFROOT/../texmf-local 
     68TEXMFLOCAL = /usr/local/share/texmf 
    6569 
    6670% TEXMFSYSVAR, where *-sys store cached runtime data. 
    67 TEXMFSYSVAR = $TEXMFROOT/texmf-var 
     71%%TEXMFSYSVAR = $TEXMFROOT/texmf-var 
     72TEXMFSYSVAR = /var/lib/texmf 
    6873 
    6974% TEXMFSYSCONFIG, where *-sys store configuration data. 
    70 TEXMFSYSCONFIG = $TEXMFROOT/texmf-config 
     75%%TEXMFSYSCONFIG = $TEXMFROOT/texmf-config 
     76TEXMFSYSCONFIG = /etc/texmf 
    7177 
    7278% Per-user texmf tree(s) -- organized per the TDS, as usual.  To define 
    7379% more than one per-user tree, set this to a list of directories in 
     
    7682TEXMFHOME = ~/texmf 
    7783 
    7884% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. 
    79 TEXMFVAR = ~/.texlive2013/texmf-var 
     85%%TEXMFVAR = ~/.texlive2013/texmf-var 
     86TEXMFVAR = ~/.texmf-var 
    8087 
    8188% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. 
    82 TEXMFCONFIG = ~/.texlive2013/texmf-config 
     89%%TEXMFCONFIG = ~/.texlive2013/texmf-config 
     90TEXMFCONFIG = ~/.texmf-config 
    8391 
    8492% List all the texmf trees. For an explanation of what they are, see the 
    8593% TeX Live manual. 
     
    9199% should take precedence over distribution files -- although it is 
    92100% generally a source of confusion to have different versions of a 
    93101% package installed, whatever the trees, so try to avoid it. 
    94 TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST} 
     102TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFVINE,!!$TEXMFDIST} 
    95103 
    96104% Where to look for ls-R files.  There need not be an ls-R in the 
    97105% directories in this path, but if there is one, Kpathsea will use it. 
     
    99107% does not create ls-R files in the non-!! elements -- because if an 
    100108% ls-R is present, it will be used, and the disk will not be searched. 
    101109% This is arguably a bug in kpathsea. 
    102 TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST} 
     110TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFVINE,!!$TEXMFDIST} 
    103111 
    104112% The system trees.  These are the trees that are shared by all users. 
    105113% If a tree appears in this list, the mktex* scripts will use 
    106114% VARTEXFONTS for generated files, if the original tree isn't writable; 
    107115% otherwise the current working directory is used. 
    108 SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFDIST 
     116SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFVINE;$TEXMFDIST 
    109117 
    110118% First writable tree here is used by Lua(La)TeX for the font cache. 
    111119% LuaLaTeX uses the value here, while ConTeXt uses the same variable but 
     
    116124% Where generated fonts may be written.  This tree is used when the sources 
    117125% were found in a system tree and either that tree wasn't writable, or the 
    118126% varfonts feature was enabled in MT_FEATURES in mktex.cnf. 
    119 VARTEXFONTS = $TEXMFVAR/fonts 
     127%%VARTEXFONTS = $TEXMFVAR/fonts 
     128VARTEXFONTS = $TEXMFSYSVAR/fonts 
    120129 
    121130% On some systems, there will be a system tree which contains all the font 
    122131% files that may be created as well as the formats.  For example 
  • texlive-source-20131002/texk/kpathsea/texmf.cnf

    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
    old new  
    569569% for being called from TeX. 
    570570%  
    571571shell_escape_commands = \ 
    572 bibtex,bibtex8,\ 
     572bibtex,bibtex8,bibtexu,pbibtex,upbibtex,biber,\ 
    573573kpsewhich,\ 
    574 makeindex,\ 
    575 mpost,\ 
    576 repstopdf,\ 
     574makeindex,mendex,texindy,\ 
     575mpost,pmpost,upmpost,\ 
     576repstopdf,epspdf,extractbb,\ 
    577577 
    578578% we'd like to allow: 
    579579% dvips - but external commands can be executed, need at least -R1. 
Note: See TracBrowser for help on using the repository browser.