/[pkgs]/devel/texlive/texlive-2007-makej.patch
ViewVC logotype

Contents of /devel/texlive/texlive-2007-makej.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Wed Aug 27 13:45:49 2008 UTC (14 months, 3 weeks ago) by jnovy
Branch: MAIN
CVS Tags: texlive-2007-46_fc13, texlive-2007-44_fc12, texlive-2007-39_fc11, 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, texlive-2007-47_fc13, texlive-2007-35_fc10, texlive-2007-37_fc11, texlive-2007-43_fc12, texlive-2007-38_fc11, texlive-2007-45_fc13, HEAD
Changes since 1.1: +33 -30 lines
File MIME type: text/x-patch
* Wed Aug 27 2008 Jindrich Novy <jnovy@redhat.com> - 2007-35
- texlive-context requires texlive-texmf-context (#455163)
- fix lacheck to not to segfault (#451513)
- rediff some patchesto be applicable with zero fuzz
1 diff -up texlive-2007/texk/web2c/omegafonts/Makefile.in.makej texlive-2007/texk/web2c/omegafonts/Makefile.in
2 --- texlive-2007/texk/web2c/omegafonts/Makefile.in.makej 2006-01-17 22:41:51.000000000 +0100
3 +++ texlive-2007/texk/web2c/omegafonts/Makefile.in 2008-08-27 13:28:57.000000000 +0200
4 @@ -34,12 +34,13 @@ omfonts: $(omfonts_objects)
5 $(kpathsea_link) $(omfonts_objects) $(LEXLIB) $(LOADLIBES)
6
7 omfonts.o: omfonts.c y_tab.h
8 -y_tab.c y_tab.h: pl.y
9 +y_tab.c: y_tab.h
10 +y_tab.h: pl.y
11 $(YACC) -d -v $(srcdir)/pl.y
12 -test -f y.tab.c && mv -f y.tab.c y_tab.c
13 -test -f y.tab.h && mv -f y.tab.h y_tab.h
14 $(LEX_OUTPUT_ROOT).o: parser.h
15 -$(LEX_OUTPUT_ROOT).c: pl.l
16 +$(LEX_OUTPUT_ROOT).c: y_tab.h pl.l
17 $(LEX) $(srcdir)/pl.l
18
19
20 diff -up texlive-2007/texk/web2c/otps/Makefile.in.makej texlive-2007/texk/web2c/otps/Makefile.in
21 --- texlive-2007/texk/web2c/otps/Makefile.in.makej 2006-01-17 22:41:51.000000000 +0100
22 +++ texlive-2007/texk/web2c/otps/Makefile.in 2008-08-27 13:28:57.000000000 +0200
23 @@ -21,12 +21,13 @@ otp2ocp: $(otp2ocp_objects)
24 $(kpathsea_link) $(otp2ocp_objects) $(LEXLIB) $(LOADLIBES)
25
26 otp2ocp.o: otp2ocp.c y_tab.h
27 -y_tab.c y_tab.h: otp.y
28 +y_tab.c: y_tab.h
29 +y_tab.h: otp.y
30 $(YACC) -d -v $(srcdir)/otp.y
31 -test -f y.tab.c && mv -f y.tab.c y_tab.c
32 -test -f y.tab.h && mv -f y.tab.h y_tab.h
33 $(LEX_OUTPUT_ROOT).o: otp.h
34 -$(LEX_OUTPUT_ROOT).c: otp.l
35 +$(LEX_OUTPUT_ROOT).c: y_tab.h otp.l
36 $(LEX) $(srcdir)/otp.l
37
38 outocp: outocp.o
39 diff -up texlive-2007/texk/web2c/web2c/Makefile.in.makej texlive-2007/texk/web2c/web2c/Makefile.in
40 --- texlive-2007/texk/web2c/web2c/Makefile.in.makej 2006-01-17 22:41:51.000000000 +0100
41 +++ texlive-2007/texk/web2c/web2c/Makefile.in 2008-08-27 13:28:57.000000000 +0200
42 @@ -25,13 +25,14 @@ web2c: $(web2c_objects)
43
44 # We use y_tab.* for the sake of MS-DOS.
45 main.o: main.c y_tab.h
46 -y_tab.c y_tab.h: web2c.y
47 +y_tab.c: y_tab.h
48 +y_tab.h: web2c.y
49 @echo Expect one shift/reduce conflict.
50 $(YACC) -d -v $(srcdir)/web2c.y
51 -test -f y.tab.c && mv -f y.tab.c y_tab.c
52 -test -f y.tab.h && mv -f y.tab.h y_tab.h
53 $(LEX_OUTPUT_ROOT).o: y_tab.h
54 -$(LEX_OUTPUT_ROOT).c: web2c.l
55 +$(LEX_OUTPUT_ROOT).c: y_tab.h web2c.l
56 $(LEX) $(srcdir)/web2c.l
57
58 fixwrites: fixwrites.o kps.o

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2