Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/netpbm/files: netpbm-10.26.45-headers.patch digest-netpbm-10.26.45
Date: Fri, 28 Sep 2007 01:06:18
Message-Id: E1Ib4Am-0000CP-VR@stork.gentoo.org
1 vapier 07/09/28 00:57:40
2
3 Added: netpbm-10.26.45-headers.patch
4 digest-netpbm-10.26.45
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.9, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 media-libs/netpbm/files/netpbm-10.26.45-headers.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/netpbm/files/netpbm-10.26.45-headers.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/netpbm/files/netpbm-10.26.45-headers.patch?rev=1.1&content-type=text/plain
14
15 Index: netpbm-10.26.45-headers.patch
16 ===================================================================
17 --- netpbm-10.26.37/buildtools/typegen.c
18 +++ netpbm-10.26.37/buildtools/typegen.c
19 @@ -28,6 +28,7 @@
20 -----------------------------------------------------------------------------*/
21 #include <stdio.h>
22 #include <unistd.h>
23 +#include <stdlib.h>
24
25
26
27 --- netpbm-10.26.37/converter/other/pamtohdiff.c
28 +++ netpbm-10.26.37/converter/other/pamtohdiff.c
29 @@ -14,6 +14,7 @@
30
31 ******************************************************************************/
32 #include <stdio.h>
33 +#include <string.h>
34
35 #include "pam.h"
36 #include "shhopt.h"
37 --- netpbm-10.26.37/converter/other/fiasco/binerror.c
38 +++ netpbm-10.26.37/converter/other/fiasco/binerror.c
39 @@ -25,6 +25,7 @@
40 #include "config.h"
41
42 #include <stdio.h>
43 +#include <stdlib.h>
44
45 #if STDC_HEADERS
46 # include <stdarg.h>
47 --- netpbm-10.26.37/converter/other/fiasco/codec/coeff.c
48 +++ netpbm-10.26.37/converter/other/fiasco/codec/coeff.c
49 @@ -14,6 +14,8 @@
50 * $State: Exp $
51 */
52
53 +#include <string.h>
54 +
55 #include "config.h"
56
57 #include "types.h"
58 --- netpbm-10.26.37/converter/other/fiasco/codec/dfiasco.c
59 +++ netpbm-10.26.37/converter/other/fiasco/codec/dfiasco.c
60 @@ -14,6 +14,8 @@
61 * $State: Exp $
62 */
63
64 +#include <string.h>
65 +
66 #include "config.h"
67
68 #include "types.h"
69 --- netpbm-10.26.37/converter/other/pnmtoxwd.c
70 +++ netpbm-10.26.37/converter/other/pnmtoxwd.c
71 @@ -10,6 +10,8 @@
72 ** implied warranty.
73 */
74
75 +#include <string.h>
76 +
77 #include "pnm.h"
78 #include "shhopt.h"
79 #include "mallocvar.h"
80 --- netpbm-10.26.37/converter/other/pnmtopalm/palmtopnm.c
81 +++ netpbm-10.26.37/converter/other/pnmtopalm/palmtopnm.c
82 @@ -10,6 +10,7 @@
83 ******************************************************************************/
84
85 #include <assert.h>
86 +#include <string.h>
87
88 #include "pnm.h"
89 #include "shhopt.h"
90 --- netpbm-10.26.37/converter/other/pnmtopalm/pnmtopalm.c
91 +++ netpbm-10.26.37/converter/other/pnmtopalm/pnmtopalm.c
92 @@ -14,6 +14,7 @@
93 #include <stdio.h>
94 #include <assert.h>
95 #include <limits.h>
96 +#include <string.h>
97
98 #include "pnm.h"
99 #include "palm.h"
100 --- netpbm-10.26.37/converter/other/hdifftopam.c
101 +++ netpbm-10.26.37/converter/other/hdifftopam.c
102 @@ -7,6 +7,7 @@
103 By Bryan Henderson, San Jose, CA 2002.04.15.
104 ******************************************************************************/
105 #include <stdio.h>
106 +#include <string.h>
107
108 #include "pam.h"
109 #include "shhopt.h"
110 --- netpbm-10.26.37/converter/ppm/ppmtoterm.c
111 +++ netpbm-10.26.37/converter/ppm/ppmtoterm.c
112 @@ -19,6 +19,7 @@
113 **
114 */
115
116 +#include <string.h>
117 #include "ppm.h"
118 #include "shhopt.h"
119
120 --- netpbm-10.26.37/other/pamstack.c
121 +++ netpbm-10.26.37/other/pamstack.c
122 @@ -12,6 +12,8 @@
123 Contributed to the public domain by its author 2002.05.05.
124 -----------------------------------------------------------------------------*/
125
126 +#include <string.h>
127 +
128 #include "pam.h"
129 #include "shhopt.h"
130
131 --- netpbm-10.26.37/other/pamarith.c
132 +++ netpbm-10.26.37/other/pamarith.c
133 @@ -13,6 +13,8 @@
134 ** implied warranty.
135 */
136
137 +#include <string.h>
138 +
139 #include "pam.h"
140 #include "shhopt.h"
141
142 --- netpbm-10.26.37/other/pamchannel.c
143 +++ netpbm-10.26.37/other/pamchannel.c
144 @@ -11,6 +11,8 @@
145 Contributed to the public domain by its author 2000.08.05.
146 -----------------------------------------------------------------------------*/
147
148 +#include <string.h>
149 +
150 #include "pam.h"
151 #include "shhopt.h"
152 #include "mallocvar.h"
153 --- netpbm-10.26.37/editor/pamditherbw.c
154 +++ netpbm-10.26.37/editor/pamditherbw.c
155 @@ -11,6 +11,7 @@
156 =============================================================================*/
157
158 #include <assert.h>
159 +#include <string.h>
160 #include "pam.h"
161 #include "dithers.h"
162 #include "mallocvar.h"
163 --- netpbm-10.26.37/editor/pnmsmooth.c
164 +++ netpbm-10.26.37/editor/pnmsmooth.c
165 @@ -23,6 +23,7 @@
166 #define _BSD_SOURCE 1
167 /* This makes sure that mkstemp() is in unistd.h */
168
169 +#include <string.h>
170 #include <unistd.h>
171 #include <sys/wait.h>
172 #include "pnm.h"
173 --- netpbm-10.26.37/generator/ppmwheel.c
174 +++ netpbm-10.26.37/generator/ppmwheel.c
175 @@ -13,6 +13,8 @@
176 ** implied warranty.
177 */
178
179 +#include <string.h>
180 +
181 #include "ppm.h"
182 #include <math.h>
183
184 --- netpbm-10.26.37/converter/other/fiasco/input/basis.c
185 +++ netpbm-10.26.37/converter/other/fiasco/input/basis.c
186 @@ -14,6 +14,8 @@
187 * $State: Exp $
188 */
189
190 +#include <string.h>
191 +
192 #include "config.h"
193
194 #include "types.h"
195 --- netpbm-10.26.37/converter/other/pnmtotiffcmyk.c
196 +++ netpbm-10.26.37/converter/other/pnmtotiffcmyk.c
197 @@ -58,6 +58,7 @@
198 /* On AIX, _XOPEN_SOURCE keeps inttypes.h from conflicting with tiffio.h */
199 #define _XOPEN_SOURCE
200
201 +#include <string.h>
202 #include "pnm.h"
203 #include <math.h>
204 /* float.h used to be included only if __osf__ was defined. On some
205 --- netpbm-10.26.37/analyzer/pnmpsnr.c
206 +++ netpbm-10.26.37/analyzer/pnmpsnr.c
207 @@ -10,6 +10,7 @@
208
209 #include <stdio.h>
210 #include <math.h>
211 +#include <string.h>
212
213 #include "pam.h"
214
215 --- netpbm-10.26.37/editor/pnmpad.c
216 +++ netpbm-10.26.37/editor/pnmpad.c
217 @@ -11,6 +11,7 @@
218 */
219
220 #include <stdio.h>
221 +#include <string.h>
222 #include "pnm.h"
223 #include "shhopt.h"
224 #include "mallocvar.h"
225 --- netpbm-10.26.37/generator/pbmpage.c
226 +++ netpbm-10.26.37/generator/pbmpage.c
227 @@ -15,6 +15,7 @@
228 #include <math.h>
229 #include <stdio.h>
230 #include <stdlib.h>
231 +#include <string.h>
232 #include "pbm.h"
233
234 /* Support both US and A4. */
235 --- netpbm-10.26.37/converter/other/fiasco/input/mc.c
236 +++ netpbm-10.26.37/converter/other/fiasco/input/mc.c
237 @@ -15,6 +15,8 @@
238 * $State: Exp $
239 */
240
241 +#include <stdlib.h>
242 +
243 #include "config.h"
244
245 #include "types.h"
246
247
248
249 1.1 media-libs/netpbm/files/digest-netpbm-10.26.45
250
251 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/netpbm/files/digest-netpbm-10.26.45?rev=1.1&view=markup
252 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/netpbm/files/digest-netpbm-10.26.45?rev=1.1&content-type=text/plain
253
254 Index: digest-netpbm-10.26.45
255 ===================================================================
256 MD5 7d5f899d57b220a7398517b3ecfbb2f0 netpbm-10.26.45.tgz 2542917
257 RMD160 4524b36c6ce01fa27c78b5e855bdfe1136ceb6af netpbm-10.26.45.tgz 2542917
258 SHA256 7009fcbb5377a2dc9f30e72c878d4bd3ea897aa86a83923444f9a305eab3363b netpbm-10.26.45.tgz 2542917
259 MD5 2d90a47369f74692aa24b773dfd6a122 netpbm-10.30-manpages.tar.bz2 233254
260 RMD160 6312e1486f473f57332a5dc050a03ac1dfce7f47 netpbm-10.30-manpages.tar.bz2 233254
261 SHA256 75eb6ceaebafffb6a2d608d49f2b61c5049e5795976bbfb2d55608de1f858124 netpbm-10.30-manpages.tar.bz2 233254
262
263
264
265 --
266 gentoo-commits@g.o mailing list