Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/xcin/files: xcin-2.5.3_pre3-ldflags.patch xcin-2.5.3_pre3-make.patch
Date: Sun, 20 Nov 2011 23:40:40
Message-Id: 20111120234031.AC3D72004C@flycatcher.gentoo.org
1 matsuu 11/11/20 23:40:31
2
3 Added: xcin-2.5.3_pre3-ldflags.patch
4 xcin-2.5.3_pre3-make.patch
5 Log:
6 Fixed dodoc issue, bug #374811. Respect LDFLAGS, bug #334849. Clean up.
7
8 (Portage version: 2.1.10.29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 app-i18n/xcin/files/xcin-2.5.3_pre3-ldflags.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/xcin/files/xcin-2.5.3_pre3-ldflags.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/xcin/files/xcin-2.5.3_pre3-ldflags.patch?rev=1.1&content-type=text/plain
15
16 Index: xcin-2.5.3_pre3-ldflags.patch
17 ===================================================================
18 diff -Naur xcin-2.5.2.99.pre2+cvs20030224.orig/src/Cinput/bimsphone/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/src/Cinput/bimsphone/Makefile.in
19 --- xcin-2.5.2.99.pre2+cvs20030224.orig/src/Cinput/bimsphone/Makefile.in 2001-11-11 21:50:46.000000000 +0900
20 +++ xcin-2.5.2.99.pre2+cvs20030224/src/Cinput/bimsphone/Makefile.in 2011-11-21 01:08:21.736965412 +0900
21 @@ -15,7 +15,7 @@
22
23 $(TARGET): $(OBJ)
24 $(LIBTOOL) --mode=link $(CC) -module -avoid-version -o $(TARGET) \
25 - $(OBJ) $(LIB) -rpath $(moddir)
26 + $(OBJ) $(LDFLAGS) $(LIB) -rpath $(moddir)
27 include .depend
28
29 depend:
30 diff -Naur xcin-2.5.2.99.pre2+cvs20030224.orig/src/Cinput/chewing/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/src/Cinput/chewing/Makefile.in
31 --- xcin-2.5.2.99.pre2+cvs20030224.orig/src/Cinput/chewing/Makefile.in 2011-11-21 01:07:12.878761904 +0900
32 +++ xcin-2.5.2.99.pre2+cvs20030224/src/Cinput/chewing/Makefile.in 2011-11-21 08:32:24.024474064 +0900
33 @@ -21,7 +21,7 @@
34
35 $(TARGET): $(OBJ)
36 $(LIBTOOL) --mode=link $(CC) -module -avoid-version -o $(TARGET) \
37 - $(OBJ) $(LIB) -rpath $(moddir)
38 + $(OBJ) $(LDFLAGS) $(LIB) -rpath $(moddir)
39 include .depend
40
41 sort_word: sort_word.c key2pho.c
42 diff -Naur xcin-2.5.2.99.pre2+cvs20030224.orig/src/Cinput/gen_inp/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/src/Cinput/gen_inp/Makefile.in
43 --- xcin-2.5.2.99.pre2+cvs20030224.orig/src/Cinput/gen_inp/Makefile.in 2001-11-11 21:50:46.000000000 +0900
44 +++ xcin-2.5.2.99.pre2+cvs20030224/src/Cinput/gen_inp/Makefile.in 2011-11-21 01:08:21.736965412 +0900
45 @@ -15,7 +15,7 @@
46
47 $(TARGET): $(OBJ)
48 $(LIBTOOL) --mode=link $(CC) -module -avoid-version -o $(TARGET) \
49 - $(OBJ) $(LIB) -rpath $(moddir)
50 + $(OBJ) $(LDFLAGS) $(LIB) -rpath $(moddir)
51 include .depend
52
53 depend:
54 diff -Naur xcin-2.5.2.99.pre2+cvs20030224.orig/src/Cinput/zh_hex/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/src/Cinput/zh_hex/Makefile.in
55 --- xcin-2.5.2.99.pre2+cvs20030224.orig/src/Cinput/zh_hex/Makefile.in 2001-11-11 21:50:47.000000000 +0900
56 +++ xcin-2.5.2.99.pre2+cvs20030224/src/Cinput/zh_hex/Makefile.in 2011-11-21 01:08:21.736965412 +0900
57 @@ -14,7 +14,7 @@
58
59 $(TARGET): $(OBJ)
60 $(LIBTOOL) --mode=link $(CC) -module -avoid-version -o $(TARGET) \
61 - $(OBJ) -rpath $(moddir)
62 + $(OBJ) $(LDFLAGS) -rpath $(moddir)
63 include .depend
64
65 depend:
66 diff -Naur xcin-2.5.2.99.pre2+cvs20030224.orig/src/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/src/Makefile.in
67 --- xcin-2.5.2.99.pre2+cvs20030224.orig/src/Makefile.in 2001-11-05 01:47:26.000000000 +0900
68 +++ xcin-2.5.2.99.pre2+cvs20030224/src/Makefile.in 2011-11-21 01:08:53.576059606 +0900
69 @@ -26,7 +26,7 @@
70
71 $(BIN): subsys $(OBJ)
72 @$(LIBTOOL) --mode=link $(CC) $(CFLAGS) -export-dynamic \
73 - $(INC) $(DEFS) -o $(BIN) $(OBJ) $(LIB)
74 + $(INC) $(DEFS) -o $(BIN) $(OBJ) $(LDFLAGS) $(LIB)
75 include .depend
76
77 subsys:
78 diff -Naur xcin-2.5.2.99.pre2+cvs20030224.orig/src/lib/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/src/lib/Makefile.in
79 --- xcin-2.5.2.99.pre2+cvs20030224.orig/src/lib/Makefile.in 2001-09-21 02:00:57.000000000 +0900
80 +++ xcin-2.5.2.99.pre2+cvs20030224/src/lib/Makefile.in 2011-11-21 01:08:21.736965412 +0900
81 @@ -23,7 +23,7 @@
82
83 $(LXCIN_NAME): make_subdir
84 ( OBJS=`ls $(LXCIN_OBJ)`; \
85 - $(LIBTOOL) --mode=link $(CC) -o $@ $$OBJS $(LIB) -rpath $(libdir) \
86 + $(LIBTOOL) --mode=link $(CC) -o $@ $$OBJS $(LDFLAGS) $(LIB) -rpath $(libdir) \
87 -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) )
88
89 make_subdir:
90 diff -Naur xcin-2.5.2.99.pre2+cvs20030224.orig/src/util/cin2tab/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/src/util/cin2tab/Makefile.in
91 --- xcin-2.5.2.99.pre2+cvs20030224.orig/src/util/cin2tab/Makefile.in 2001-11-05 01:47:29.000000000 +0900
92 +++ xcin-2.5.2.99.pre2+cvs20030224/src/util/cin2tab/Makefile.in 2011-11-21 01:08:21.736965412 +0900
93 @@ -14,7 +14,7 @@
94 all: $(BIN)
95
96 $(BIN): $(OBJ)
97 - $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INC) $(DEFS) -o $(BIN) $(OBJ) $(LIB)
98 + $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INC) $(DEFS) -o $(BIN) $(OBJ) $(LDFLAGS) $(LIB)
99 include .depend
100
101 depend:
102 diff -Naur xcin-2.5.2.99.pre2+cvs20030224.orig/src/util/testprog/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/src/util/testprog/Makefile.in
103 --- xcin-2.5.2.99.pre2+cvs20030224.orig/src/util/testprog/Makefile.in 2002-01-01 22:49:17.000000000 +0900
104 +++ xcin-2.5.2.99.pre2+cvs20030224/src/util/testprog/Makefile.in 2011-11-21 08:33:44.547672718 +0900
105 @@ -15,7 +15,7 @@
106 all: $(BIN)
107
108 $(BIN): $(OBJ)
109 - $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJ) $(LIB)
110 + $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJ) $(LDFLAGS) $(LIB)
111 include .depend
112
113 depend:
114
115
116
117 1.1 app-i18n/xcin/files/xcin-2.5.3_pre3-make.patch
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/xcin/files/xcin-2.5.3_pre3-make.patch?rev=1.1&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/xcin/files/xcin-2.5.3_pre3-make.patch?rev=1.1&content-type=text/plain
121
122 Index: xcin-2.5.3_pre3-make.patch
123 ===================================================================
124 diff -ur xcin-2.5.2.99.pre2+cvs20030224.orig/cin/big5/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/cin/big5/Makefile.in
125 --- xcin-2.5.2.99.pre2+cvs20030224.orig/cin/big5/Makefile.in 2001-09-07 00:41:32.000000000 +0900
126 +++ xcin-2.5.2.99.pre2+cvs20030224/cin/big5/Makefile.in 2011-11-21 00:44:20.979695505 +0900
127 @@ -9,43 +9,43 @@
128 all: all-$(OS_TYPE)
129
130 all-LINUX:
131 - ( BIG5ENC=big5 BIG5HKENC=big5hkscs make -f Rules make-big5 make-big5hkscs )
132 + ( BIG5ENC=big5 BIG5HKENC=big5hkscs $(MAKE) -f Rules make-big5 make-big5hkscs )
133
134 all-FREEBSD:
135 - ( BIG5ENC=big5 make -f Rules make-big5 )
136 + ( BIG5ENC=big5 $(MAKE) -f Rules make-big5 )
137
138 all-OPENBSD:
139 - ( BIG5ENC=big5 make -f Rules make-big5 )
140 + ( BIG5ENC=big5 $(MAKE) -f Rules make-big5 )
141
142 all-NETBSD:
143 - ( BIG5ENC=big5 make -f Rules make-big5 )
144 + ( BIG5ENC=big5 $(MAKE) -f Rules make-big5 )
145
146 all-HPUX:
147 - ( BIG5ENC=big5 BIG5HKENC=hkbig5 make -f Rules make-big5 make-big5hkscs )
148 + ( BIG5ENC=big5 BIG5HKENC=hkbig5 $(MAKE) -f Rules make-big5 make-big5hkscs )
149
150 all-SOLARIS:
151 - ( BIG5ENC=big5 make -f Rules make-big5 )
152 + ( BIG5ENC=big5 $(MAKE) -f Rules make-big5 )
153
154
155 install: all install-$(OS_TYPE)
156
157 install-LINUX:
158 - ( BIG5ENC=big5 BIG5HKENC=big5hkscs make -f Rules install_big5 install_big5hkscs )
159 + ( BIG5ENC=big5 BIG5HKENC=big5hkscs $(MAKE) -f Rules install_big5 install_big5hkscs )
160
161 install-FREEBSD:
162 - ( BIG5ENC=big5 make -f Rules install_big5 )
163 + ( BIG5ENC=big5 $(MAKE) -f Rules install_big5 )
164
165 install-OPENBSD:
166 - ( BIG5ENC=big5 make -f Rules install_big5 )
167 + ( BIG5ENC=big5 $(MAKE) -f Rules install_big5 )
168
169 install-NETBSD:
170 - ( BIG5ENC=big5 make -f Rules install_big5 )
171 + ( BIG5ENC=big5 $(MAKE) -f Rules install_big5 )
172
173 install-HPUX:
174 - ( BIG5ENC=big5 BIG5HKENC=hkbig5 make -f Rules install_big5 install_big5hkscs )
175 + ( BIG5ENC=big5 BIG5HKENC=hkbig5 $(MAKE) -f Rules install_big5 install_big5hkscs )
176
177 install-SOLARIS:
178 - ( BIG5ENC=big5 make -f Rules install_big5 )
179 + ( BIG5ENC=big5 $(MAKE) -f Rules install_big5 )
180
181
182 clean:
183 diff -ur xcin-2.5.2.99.pre2+cvs20030224.orig/cin/gb/Makefile.in xcin-2.5.2.99.pre2+cvs20030224/cin/gb/Makefile.in
184 --- xcin-2.5.2.99.pre2+cvs20030224.orig/cin/gb/Makefile.in 2001-09-07 00:41:33.000000000 +0900
185 +++ xcin-2.5.2.99.pre2+cvs20030224/cin/gb/Makefile.in 2011-11-21 00:44:07.491653510 +0900
186 @@ -9,43 +9,43 @@
187 all: all-$(OS_TYPE)
188
189 all-LINUX:
190 - ( GB2312ENC=gb2312 GBKENC=gbk make -f Rules make-gb2312 make-gbk )
191 + ( GB2312ENC=gb2312 GBKENC=gbk $(MAKE) -f Rules make-gb2312 make-gbk )
192
193 all-FREEBSD:
194 - ( GB2312ENC=euc make -f Rules make-gb2312 )
195 + ( GB2312ENC=euc $(MAKE) -f Rules make-gb2312 )
196
197 all-OPENBSD:
198 - ( GB2312ENC=euc make -f Rules make-gb2312 )
199 + ( GB2312ENC=euc $(MAKE) -f Rules make-gb2312 )
200
201 all-NETBSD:
202 - ( GB2312ENC=euccn make -f Rules make-gb2312 )
203 + ( GB2312ENC=euccn $(MAKE) -f Rules make-gb2312 )
204
205 all-HPUX:
206 - ( GB2312ENC=hp15cn make -f Rules make-gb2312 )
207 + ( GB2312ENC=hp15cn $(MAKE) -f Rules make-gb2312 )
208
209 all-SOLARIS:
210 - ( GB2312ENC=euc make -f Rules make-gb2312 )
211 + ( GB2312ENC=euc $(MAKE) -f Rules make-gb2312 )
212
213
214 install: all install-$(OS_TYPE)
215
216 install-LINUX:
217 - ( GB2312ENC=gb2312 GBKENC=gbk make -f Rules install_gb2312 install_gbk )
218 + ( GB2312ENC=gb2312 GBKENC=gbk $(MAKE) -f Rules install_gb2312 install_gbk )
219
220 install-FREEBSD:
221 - ( GB2312ENC=euc make -f Rules install_gb2312 )
222 + ( GB2312ENC=euc $(MAKE) -f Rules install_gb2312 )
223
224 install-OPENBSD:
225 - ( GB2312ENC=euc make -f Rules install_gb2312 )
226 + ( GB2312ENC=euc $(MAKE) -f Rules install_gb2312 )
227
228 install-NETBSD:
229 - ( GB2312ENC=euccn make -f Rules install_gb2312 )
230 + ( GB2312ENC=euccn $(MAKE) -f Rules install_gb2312 )
231
232 install-HPUX:
233 - ( GB2312ENC=hp15cn make -f Rules install_gb2312 )
234 + ( GB2312ENC=hp15cn $(MAKE) -f Rules install_gb2312 )
235
236 install-SOLARIS:
237 - ( GB2312ENC=euc make -f Rules install_gb2312 )
238 + ( GB2312ENC=euc $(MAKE) -f Rules install_gb2312 )
239
240 clean:
241 rm -f *.tab* core