Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/texlive/2007/texlive-core: 100_all_build_mpost_at_compile_time.patch series
Date: Fri, 07 Dec 2007 14:35:31
Message-Id: E1J0eIO-0004Or-Vr@stork.gentoo.org
1 aballier 07/12/07 14:35:16
2
3 Modified: series
4 Added: 100_all_build_mpost_at_compile_time.patch
5 Log:
6 add a patch to build mpost at compile time, bug #201187
7
8 Revision Changes Path
9 1.2 src/patchsets/texlive/2007/texlive-core/series
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2007/texlive-core/series?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2007/texlive-core/series?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2007/texlive-core/series?r1=1.1&r2=1.2
14
15 Index: series
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2007/texlive-core/series,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- series 21 Nov 2007 21:13:53 -0000 1.1
22 +++ series 7 Dec 2007 14:35:16 -0000 1.2
23 @@ -7,3 +7,4 @@
24 070_all_texlive-core-2007-dviljk-security-fixes.patch
25 080_all_texlive-core-2007-bump_makeindex_limitations.patch
26 090_all_xpdf-3.02pl2.patch
27 +100_all_build_mpost_at_compile_time.patch
28
29
30
31 1.1 src/patchsets/texlive/2007/texlive-core/100_all_build_mpost_at_compile_time.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2007/texlive-core/100_all_build_mpost_at_compile_time.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2007/texlive-core/100_all_build_mpost_at_compile_time.patch?rev=1.1&content-type=text/plain
35
36 Index: 100_all_build_mpost_at_compile_time.patch
37 ===================================================================
38 Index: texlive-core/texk/web2c/Makefile.in
39 ===================================================================
40 --- texlive-core.orig/texk/web2c/Makefile.in
41 +++ texlive-core/texk/web2c/Makefile.in
42 @@ -566,7 +566,7 @@ kpse_include xetexdir/xetex.mk
43 programs = bibtex ctangle ctie cweave dvicopy dvitomp dvitype gftodvi gftopk \
44 gftype mft $(odvicopy) $(odvitype) $(otangle) patgen $(pdftosrc) \
45 pktogf pktype pltotf pooltype tangle tftopl tie $(ttf2afm) \
46 - vftovp vptovf weave
47 + vftovp vptovf weave mpost
48 engines = $(tex) $(etex) $(mf) $(mfn) $(mpost) \
49 $(omega) $(aleph) \
50 $(pdftex) $(pdfetex) \
51
52
53
54 --
55 gentoo-commits@g.o mailing list