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
Date: Sun, 02 Mar 2008 11:20:40
Message-Id: E1JVm2H-0000zW-IO@stork.gentoo.org
1 aballier 08/03/02 11:07:17
2
3 Modified: 100_all_build_mpost_at_compile_time.patch
4 Log:
5 adapt build mpost at compile time according to Karl's comments, doesnt change anything but is cleaner
6
7 Revision Changes Path
8 1.2 src/patchsets/texlive/2007/texlive-core/100_all_build_mpost_at_compile_time.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2007/texlive-core/100_all_build_mpost_at_compile_time.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2007/texlive-core/100_all_build_mpost_at_compile_time.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2007/texlive-core/100_all_build_mpost_at_compile_time.patch?r1=1.1&r2=1.2
13
14 Index: 100_all_build_mpost_at_compile_time.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2007/texlive-core/100_all_build_mpost_at_compile_time.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 100_all_build_mpost_at_compile_time.patch 7 Dec 2007 14:35:16 -0000 1.1
21 +++ 100_all_build_mpost_at_compile_time.patch 2 Mar 2008 11:07:17 -0000 1.2
22 @@ -2,12 +2,12 @@
23 ===================================================================
24 --- texlive-core.orig/texk/web2c/Makefile.in
25 +++ texlive-core/texk/web2c/Makefile.in
26 -@@ -566,7 +566,7 @@ kpse_include xetexdir/xetex.mk
27 - programs = bibtex ctangle ctie cweave dvicopy dvitomp dvitype gftodvi gftopk \
28 +@@ -567,7 +567,7 @@ programs = bibtex ctangle ctie cweave dv
29 gftype mft $(odvicopy) $(odvitype) $(otangle) patgen $(pdftosrc) \
30 pktogf pktype pltotf pooltype tangle tftopl tie $(ttf2afm) \
31 -- vftovp vptovf weave
32 -+ vftovp vptovf weave mpost
33 - engines = $(tex) $(etex) $(mf) $(mfn) $(mpost) \
34 + vftovp vptovf weave
35 +-engines = $(tex) $(etex) $(mf) $(mfn) $(mpost) \
36 ++engines = $(tex) $(etex) $(mf) $(mfn) $(metapost) \
37 $(omega) $(aleph) \
38 $(pdftex) $(pdfetex) \
39 + $(xetex)
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list