Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135385 | Differences between
and this patch

Collapse All | Expand All

(-)TeX.orig/texk/kpathsea/texmf.in (-7 / +10 lines)
Lines 56-70 Link Here
56
56
57
% The tree containing the runtime files closely related to the specific
57
% The tree containing the runtime files closely related to the specific
58
% program version used:
58
% program version used:
59
TEXMFMAIN = @texmf@
59
TEXMFMAIN = /usr/share/texmf
60
60
61
% The main distribution tree:
61
% The main distribution tree:
62
TEXMFDIST = @texmf@-dist
62
TEXMFDIST = /usr/share/texmf-dist
63
64
% The Gentoo site tree:
65
TEXMFSITE = /usr/share/texmf-site
63
66
64
% A place for local additions to a "standard" texmf tree.
67
% A place for local additions to a "standard" texmf tree.
65
% This tree is not used for local configuration maintained by
68
% This tree is not used for local configuration maintained by
66
% texconfig, it uses TEXMFCONFIG below.
69
% texconfig, it uses TEXMFCONFIG below.
67
TEXMFLOCAL = @texmf@-local
70
TEXMFLOCAL = /usr/local/share/texmf
68
71
69
% TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
72
% TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
70
% With teTeX-3.0 or later, this must be set.
73
% With teTeX-3.0 or later, this must be set.
Lines 72-78 Link Here
72
%   TEXMFSYSVAR = $TEXMFMAIN
75
%   TEXMFSYSVAR = $TEXMFMAIN
73
% For using a separate tree:
76
% For using a separate tree:
74
%   TEXMFSYSVAR = @texmf@-var
77
%   TEXMFSYSVAR = @texmf@-var
75
TEXMFSYSVAR = @texmf@-var
78
TEXMFSYSVAR = /var/lib/texmf
76
79
77
% TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
80
% TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
78
% With teTeX-3.0 or later, this must be set.
81
% With teTeX-3.0 or later, this must be set.
Lines 80-86 Link Here
80
%   TEXMFSYSCONFIG = $TEXMFMAIN
83
%   TEXMFSYSCONFIG = $TEXMFMAIN
81
% For using a separate tree:
84
% For using a separate tree:
82
%   TEXMFSYSCONFIG = @texmf@-config
85
%   TEXMFSYSCONFIG = @texmf@-config
83
TEXMFSYSCONFIG = @texmf@-config
86
TEXMFSYSCONFIG = /var/lib/texmf
84
87
85
% User texmf trees can be catered for like this...
88
% User texmf trees can be catered for like this...
86
% This used to be HOMETEXMF.
89
% This used to be HOMETEXMF.
Lines 111-120 Link Here
111
%
114
%
112
% For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named
115
% For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named
113
% explicitly and before all other trees.
116
% explicitly and before all other trees.
114
TEXMF = {!!$TEXMFCONFIG,!!$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}
117
TEXMF = {!!$TEXMFCONFIG,!!$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFSITE,!!$TEXMFDIST}
115
118
116
% The system trees.  These are the trees that are shared by all the users.
119
% The system trees.  These are the trees that are shared by all the users.
117
SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST
120
SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST;$TEXMFSITE
118
121
119
% Where generated fonts may be written.  This tree is used when the sources
122
% Where generated fonts may be written.  This tree is used when the sources
120
% were found in a system tree and either that tree wasn't writable, or the
123
% were found in a system tree and either that tree wasn't writable, or the

Return to bug 135385