/[pkgs]/devel/texlive/texlive-fmtutil-infloop.patch
ViewVC logotype

Contents of /devel/texlive/texlive-fmtutil-infloop.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Wed Mar 12 17:09:59 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
File MIME type: text/x-patch
add fmtutil patch
1 diff -up texlive-2007/texk/tetex/fmtutil.infloop texlive-2007/texk/tetex/fmtutil
2 --- texlive-2007/texk/tetex/fmtutil.infloop 2008-03-12 10:51:14.000000000 +0100
3 +++ texlive-2007/texk/tetex/fmtutil 2008-03-12 16:53:05.000000000 +0100
4 @@ -680,6 +680,15 @@
5 esac
6
7 rm -f $fmtfile
8 +
9 + # Check for infinite recursion before running the iniTeX:
10 + case :$mktexfmt_loop: in
11 + *:"$format":*)
12 + abort "Infinite recursion detected, giving up!" ;;
13 + esac
14 + mktexfmt_loop=$mktexfmt_loop:$format
15 + export mktexfmt_loop
16 +
17 verboseMsg "$progname: running \`$engine -ini $tcxflag $jobswitch $prgswitch $texargs' ..."
18
19 # run in a subshell to get a local effect of TEXPOOL manipulation:

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2