source: projects/specs/trunk/t/texlive/texlive-20120701-texmfcnf-vine.patch @ 7148

Revision 7148, 1.9 KB checked in by munepi, 12 years ago (diff)

upgrade to TeX Live 2012

RevLine 
[7148]1diff -du texlive-20120701-source/texk/kpathsea/texmf.cnf.vine texlive-20120701-source/texk/kpathsea/texmf.cnf
2--- texlive-20120701-source/texk/kpathsea/texmf.cnf.vine        2012-05-13 08:34:52.000000000 +0900
3+++ texlive-20120701-source/texk/kpathsea/texmf.cnf     2012-11-23 01:01:16.778110365 +0900
4@@ -61,13 +61,16 @@
[5207]5 TEXMFDIST = $TEXMFROOT/texmf-dist
6 
7 % Local additions to the distribution trees.
8-TEXMFLOCAL = $TEXMFROOT/../texmf-local
9+%%TEXMFLOCAL = $TEXMFROOT/../texmf-local
10+TEXMFLOCAL = $TEXMFROOT/texmf-local
11 
12 % TEXMFSYSVAR, where *-sys store cached runtime data.
[7148]13-TEXMFSYSVAR = $TEXMFROOT/texmf-var
14+%%TEXMFSYSVAR = $TEXMFROOT/texmf-var
15+TEXMFSYSVAR = /var/lib/texmf
16 
17 % TEXMFSYSCONFIG, where *-sys store configuration data.
18-TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
19+%%TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
20+TEXMFSYSCONFIG = /etc/texmf
21 
22 % Per-user texmf tree(s) -- organized per the TDS, as usual.  To define
23 % more than one per-user tree, set this to a list of directories in
24@@ -76,10 +79,12 @@
[5207]25 TEXMFHOME = ~/texmf
26 
27 % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
[7148]28-TEXMFVAR = ~/.texlive2012/texmf-var
29+%%TEXMFVAR = ~/.texlive2012/texmf-var
[5207]30+TEXMFVAR = ~/.texmf-var
31 
32 % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
[7148]33-TEXMFCONFIG = ~/.texlive2012/texmf-config
34+%%TEXMFCONFIG = ~/.texlive2012/texmf-config
[5207]35+TEXMFCONFIG = ~/.texmf-config
36 
37 % List all the texmf trees.
38 %
[7148]39@@ -113,7 +118,8 @@
[5207]40 % Where generated fonts may be written.  This tree is used when the sources
41 % were found in a system tree and either that tree wasn't writable, or the
42 % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
43-VARTEXFONTS = $TEXMFVAR/fonts
44+%%VARTEXFONTS = $TEXMFVAR/fonts
[7148]45+VARTEXFONTS = $TEXMFSYSVAR/fonts
[5207]46 
47 % On some systems, there will be a system tree which contains all the font
48 % files that may be created as well as the formats.  For example
49
[7148]50Diff finished.  Fri Nov 23 01:12:44 2012
Note: See TracBrowser for help on using the repository browser.