/[pkgs]/devel/texlive/texlive-fedora_paths.patch
ViewVC logotype

Contents of /devel/texlive/texlive-fedora_paths.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Wed Mar 12 17:07:20 2008 UTC (20 months, 1 week ago) by jnovy
Branch: MAIN
CVS Tags: texlive-2007-46_fc13, texlive-2007-32_fc10, texlive-2007-44_fc12, texlive-2007-26_fc9, texlive-2007-39_fc11, texlive-2007-33_fc10, texlive-2007-40_fc11, F-12-split, texlive-2007-41_fc10, texlive-2007-41_fc11, texlive-2007-36_fc11, texlive-2007-42_fc11, F-10-split, F-11-split, F-9-split, texlive-2007-27_fc9, texlive-2007-30_fc10, texlive-2007-31_fc10, texlive-2007-47_fc13, texlive-2007-28_fc9, texlive-2007-25_fc9, texlive-2007-35_fc10, texlive-2007-34_fc10, texlive-2007-37_fc11, texlive-2007-43_fc12, texlive-2007-38_fc11, texlive-2007-29_fc10, texlive-2007-45_fc13, HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-patch
* Wed Mar 12 2008 Jindrich Novy <jnovy@redhat.com> - 2007-25
- fix fmtutil to not to hang in infinite loop, thanks to
  Stepan Kasal (#437008)
- fix search paths in texmf.cnf, thanks to Patrice Dumas (#436949)
1 diff -up texlive/texk/make/paths.mk.fedora_paths texlive/texk/make/paths.mk
2 --- texlive/texk/make/paths.mk.fedora_paths 2007-08-19 08:46:09.000000000 +0200
3 +++ texlive/texk/make/paths.mk 2007-08-19 08:55:17.000000000 +0200
4 @@ -59,7 +59,7 @@ libexecdir = @libexecdir@
5 texmf = @texmfmain@
6
7 # The directory used by varfonts.
8 -vartexfonts = /var/tmp/texfonts
9 +vartexfonts = $(localstatedir)/cache/fonts
10
11 # Regular input files.
12 texinputdir = $(texmf)/tex
13 diff -up texlive/texk/kpathsea/texmf.in.fedora_paths texlive/texk/kpathsea/texmf.in
14 --- texlive/texk/kpathsea/texmf.in.fedora_paths 2007-08-19 08:47:04.000000000 +0200
15 +++ texlive/texk/kpathsea/texmf.in 2007-08-21 14:16:49.000000000 +0200
16 @@ -59,12 +59,12 @@
17 TEXMFMAIN = @texmf@
18
19 % The main distribution tree:
20 -TEXMFDIST = @texmf@-dist
21 +TEXMFDIST = @texmf@
22
23 % A place for local additions to a "standard" texmf tree.
24 % This tree is not used for local configuration maintained by
25 % texconfig, it uses TEXMFCONFIG below.
26 -TEXMFLOCAL = @texmf@-local
27 +TEXMFLOCAL = /usr/local/share/texmf
28
29 % TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
30 % With teTeX-3.0 or later, this must be set.
31 @@ -72,7 +72,7 @@ TEXMFLOCAL = @texmf@-local
32 % TEXMFSYSVAR = $TEXMFMAIN
33 % For using a separate tree:
34 % TEXMFSYSVAR = @texmf@-var
35 -TEXMFSYSVAR = @texmf@-var
36 +TEXMFSYSVAR = @localstatedir@/lib/texmf
37
38 % TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
39 % With teTeX-3.0 or later, this must be set.
40 @@ -80,7 +80,7 @@ TEXMFSYSVAR = @texmf@-var
41 % TEXMFSYSCONFIG = $TEXMFMAIN
42 % For using a separate tree:
43 % TEXMFSYSCONFIG = @texmf@-config
44 -TEXMFSYSCONFIG = @texmf@-config
45 +TEXMFSYSCONFIG = @sysconfdir@/texmf
46
47 % User texmf trees are allowed as follows.
48 % This used to be HOMETEXMF.
49 @@ -111,7 +111,7 @@ TEXMFCONFIG = $HOME/.texmf-config
50 %
51 % For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named
52 % explicitly and before all other trees.
53 -TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}
54 +TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFMAIN,!!$TEXMFDIST}
55
56 % The system trees. These are the trees that are shared by all the users.
57 % If a tree appears in this list, the mktex* scripts will use
58 @@ -379,7 +379,7 @@ TEXMFSCRIPTS = $TEXMF/scripts//
59 %
60 % For security reasons, it is better not to have . part of the path.
61 %
62 -TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c};/.$TETEXDIR;$TEXMF/web2c;@web2c@
63 +TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf-local/web2c};@sysconfdir@/texmf/web2c;/usr/local/share/texmf/web2c;$TEXMF/web2c;@web2c@
64
65 # $progname: kpathsea v. 3.5.3 or later overwrites this at runtime. To
66 # avoid empty expansions from binaries linked against an earlier

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2