Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmacs/files: texmacs-ldflags.patch texmacs-strip.patch texmacs-1.0.7.6-strip.patch texmacs-1.0.7.5-strip.patch texmacs-1.0.7.2-strip.patch
Date: Sun, 31 Oct 2010 05:15:54
Message-Id: 20101031051544.8406120051@flycatcher.gentoo.org
1 grozin 10/10/31 05:15:44
2
3 Added: texmacs-ldflags.patch texmacs-strip.patch
4 Removed: texmacs-1.0.7.6-strip.patch
5 texmacs-1.0.7.5-strip.patch
6 texmacs-1.0.7.2-strip.patch
7 Log:
8 Version bump, bug #338459 fixed, identical patch files combined
9
10 (Portage version: 2.2.0_alpha2/cvs/Linux i686)
11
12 Revision Changes Path
13 1.1 app-office/texmacs/files/texmacs-ldflags.patch
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/files/texmacs-ldflags.patch?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/files/texmacs-ldflags.patch?rev=1.1&content-type=text/plain
17
18 Index: texmacs-ldflags.patch
19 ===================================================================
20 diff -r -U1 TeXmacs-1.0.7.7-src.orig/plugins/axiom/Makefile TeXmacs-1.0.7.7-src/plugins/axiom/Makefile
21 --- TeXmacs-1.0.7.7-src.orig/plugins/axiom/Makefile 2010-10-23 02:38:00.000000000 +0700
22 +++ TeXmacs-1.0.7.7-src/plugins/axiom/Makefile 2010-10-31 18:26:17.000000000 +0600
23 @@ -16,3 +16,3 @@
24 bin/tm_axiom: src/tm_axiom.c
25 - $(CC) $(CPPFLAGS) $(CFLAGS) src/tm_axiom.c -o bin/tm_axiom
26 + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/tm_axiom.c -o bin/tm_axiom
27
28 diff -r -U1 TeXmacs-1.0.7.7-src.orig/plugins/graphviz/Makefile TeXmacs-1.0.7.7-src/plugins/graphviz/Makefile
29 --- TeXmacs-1.0.7.7-src.orig/plugins/graphviz/Makefile 2010-10-23 02:38:00.000000000 +0700
30 +++ TeXmacs-1.0.7.7-src/plugins/graphviz/Makefile 2010-10-31 18:29:34.000000000 +0600
31 @@ -16,3 +16,3 @@
32 bin/tm_graphviz: src/tm_graphviz.c
33 - $(CC) $(CPPFLAGS) $(CFLAGS) src/tm_graphviz.c -o bin/tm_graphviz
34 + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/tm_graphviz.c -o bin/tm_graphviz
35
36 diff -r -U1 TeXmacs-1.0.7.7-src.orig/plugins/maple/Makefile TeXmacs-1.0.7.7-src/plugins/maple/Makefile
37 --- TeXmacs-1.0.7.7-src.orig/plugins/maple/Makefile 2010-10-23 02:38:00.000000000 +0700
38 +++ TeXmacs-1.0.7.7-src/plugins/maple/Makefile 2010-10-31 18:30:26.000000000 +0600
39 @@ -17,3 +17,3 @@
40 bin/tm_maple_5: src/tm_maple_5.cpp
41 - $(CXX) $(CPPFLAGS) $(CXXFLAGS) src/tm_maple_5.cpp -o bin/tm_maple_5
42 + $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) src/tm_maple_5.cpp -o bin/tm_maple_5
43
44 diff -r -U1 TeXmacs-1.0.7.7-src.orig/plugins/mathematica/Makefile TeXmacs-1.0.7.7-src/plugins/mathematica/Makefile
45 --- TeXmacs-1.0.7.7-src.orig/plugins/mathematica/Makefile 2010-10-23 02:38:00.000000000 +0700
46 +++ TeXmacs-1.0.7.7-src/plugins/mathematica/Makefile 2010-10-31 18:31:09.000000000 +0600
47 @@ -14,3 +14,3 @@
48 bin/realpath: src/realpath.c
49 - $(CC) $(CPPFLAGS) $(CFLAGS) src/realpath.c -o bin/realpath
50 + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/realpath.c -o bin/realpath
51
52 diff -r -U1 TeXmacs-1.0.7.7-src.orig/plugins/maxima/Makefile TeXmacs-1.0.7.7-src/plugins/maxima/Makefile
53 --- TeXmacs-1.0.7.7-src.orig/plugins/maxima/Makefile 2010-10-23 02:38:00.000000000 +0700
54 +++ TeXmacs-1.0.7.7-src/plugins/maxima/Makefile 2010-10-31 18:32:01.000000000 +0600
55 @@ -16,3 +16,3 @@
56 bin/maxima_filter: src/maxima_filter.c
57 - $(CC) $(CPPFLAGS) $(CFLAGS) src/maxima_filter.c -o bin/maxima_filter
58 + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/maxima_filter.c -o bin/maxima_filter
59
60 diff -r -U1 TeXmacs-1.0.7.7-src.orig/plugins/r/Makefile TeXmacs-1.0.7.7-src/plugins/r/Makefile
61 --- TeXmacs-1.0.7.7-src.orig/plugins/r/Makefile 2010-10-23 02:38:00.000000000 +0700
62 +++ TeXmacs-1.0.7.7-src/plugins/r/Makefile 2010-10-31 18:32:47.000000000 +0600
63 @@ -16,3 +16,3 @@
64 bin/tm_r: src/tm_r.c
65 - $(CC) $(CPPFLAGS) $(CFLAGS) -I../../src/System src/tm_r.c -o bin/tm_r -lutil
66 + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -I../../src/System src/tm_r.c -o bin/tm_r -lutil
67
68 diff -r -U1 TeXmacs-1.0.7.7-src.orig/plugins/shell/Makefile TeXmacs-1.0.7.7-src/plugins/shell/Makefile
69 --- TeXmacs-1.0.7.7-src.orig/plugins/shell/Makefile 2010-10-23 02:38:00.000000000 +0700
70 +++ TeXmacs-1.0.7.7-src/plugins/shell/Makefile 2010-10-31 18:34:16.000000000 +0600
71 @@ -16,3 +16,3 @@
72 bin/tm_shell: src/tm_shell.cpp
73 - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -I../../src/System -lutil src/tm_shell.cpp -o bin/tm_shell
74 + $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -I../../src/System -lutil src/tm_shell.cpp -o bin/tm_shell
75
76
77
78
79 1.1 app-office/texmacs/files/texmacs-strip.patch
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/files/texmacs-strip.patch?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/files/texmacs-strip.patch?rev=1.1&content-type=text/plain
83
84 Index: texmacs-strip.patch
85 ===================================================================
86 Index: TeXmacs-1.0.7.1-src/Makefile.in
87 ===================================================================
88 --- TeXmacs-1.0.7.1-src.orig/Makefile.in
89 +++ TeXmacs-1.0.7.1-src/Makefile.in
90 @@ -130,9 +130,7 @@ INSTALL:
91 $(CP) $(tmdir)/bin/tm_gs $(DESTDIR)$(tmbin)/bin
92 $(CP) $(tmdir)/plugins/*/bin/* $(DESTDIR)$(tmbin)/bin
93 $(CP) $(tmdir)/plugins/*/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || :
94 - $(STRIP) $(DESTDIR)$(tmbin)/bin/texmacs.bin
95 $(CP) $(tmdir)/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || :
96 - $(STRIP) $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || :
97 $(CHMOD) 755 $(DESTDIR)$(tmbin)/bin/*
98 $(CHMOD) 755 $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || :
99 $(RM) $(DESTDIR)$(tmbin)/lib/*.a