Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Tue, 26 Jun 2018 20:21:49
Message-Id: 1530044487.515e521c643a8d92c25a8a1e66c9c200a1f4f3c0.grknight@gentoo
1 commit: 515e521c643a8d92c25a8a1e66c9c200a1f4f3c0
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 20:21:27 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 20:21:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515e521c
7
8 dev-lang/php: Silence uncontrolable repoman warnings
9
10 The addpredicts originate due to libsnmp that PHP cannot change in its behaviour
11 Silence the warnings to find real problems
12
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14
15 dev-lang/php/php-5.6.35-r1.ebuild | 10 +++++-----
16 dev-lang/php/php-5.6.36.ebuild | 10 +++++-----
17 dev-lang/php/php-7.0.29.ebuild | 10 +++++-----
18 dev-lang/php/php-7.0.30.ebuild | 10 +++++-----
19 dev-lang/php/php-7.1.16.ebuild | 10 +++++-----
20 dev-lang/php/php-7.1.18.ebuild | 10 +++++-----
21 dev-lang/php/php-7.1.19.ebuild | 10 +++++-----
22 dev-lang/php/php-7.2.7.ebuild | 10 +++++-----
23 dev-lang/php/php-7.3.0_alpha1.ebuild | 10 +++++-----
24 9 files changed, 45 insertions(+), 45 deletions(-)
25
26 diff --git a/dev-lang/php/php-5.6.35-r1.ebuild b/dev-lang/php/php-5.6.35-r1.ebuild
27 index bb5bbdaecb0..56d281890cd 100644
28 --- a/dev-lang/php/php-5.6.35-r1.ebuild
29 +++ b/dev-lang/php/php-5.6.35-r1.ebuild
30 @@ -272,8 +272,8 @@ src_prepare() {
31 }
32
33 src_configure() {
34 - addpredict /usr/share/snmp/mibs/.index
35 - addpredict /var/lib/net-snmp/mib_indexes
36 + addpredict /usr/share/snmp/mibs/.index #nowarn
37 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
38
39 PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
40
41 @@ -530,8 +530,8 @@ src_configure() {
42
43 src_compile() {
44 # snmp seems to run during src_compile, too (bug #324739)
45 - addpredict /usr/share/snmp/mibs/.index
46 - addpredict /var/lib/net-snmp/mib_indexes
47 + addpredict /usr/share/snmp/mibs/.index #nowarn
48 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
49
50 for sapi in ${SAPIS} ; do
51 if use "${sapi}"; then
52 @@ -544,7 +544,7 @@ src_compile() {
53
54 src_install() {
55 # see bug #324739 for what happens when we don't have that
56 - addpredict /usr/share/snmp/mibs/.index
57 + addpredict /usr/share/snmp/mibs/.index #nowarn
58
59 # grab the first SAPI that got built and install common files from there
60 local first_sapi=""
61
62 diff --git a/dev-lang/php/php-5.6.36.ebuild b/dev-lang/php/php-5.6.36.ebuild
63 index 4c6e6b97966..a4c512c99b7 100644
64 --- a/dev-lang/php/php-5.6.36.ebuild
65 +++ b/dev-lang/php/php-5.6.36.ebuild
66 @@ -273,8 +273,8 @@ src_prepare() {
67 }
68
69 src_configure() {
70 - addpredict /usr/share/snmp/mibs/.index
71 - addpredict /var/lib/net-snmp/mib_indexes
72 + addpredict /usr/share/snmp/mibs/.index #nowarn
73 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
74
75 PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
76
77 @@ -531,8 +531,8 @@ src_configure() {
78
79 src_compile() {
80 # snmp seems to run during src_compile, too (bug #324739)
81 - addpredict /usr/share/snmp/mibs/.index
82 - addpredict /var/lib/net-snmp/mib_indexes
83 + addpredict /usr/share/snmp/mibs/.index #nowarn
84 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
85
86 for sapi in ${SAPIS} ; do
87 if use "${sapi}"; then
88 @@ -545,7 +545,7 @@ src_compile() {
89
90 src_install() {
91 # see bug #324739 for what happens when we don't have that
92 - addpredict /usr/share/snmp/mibs/.index
93 + addpredict /usr/share/snmp/mibs/.index #nowarn
94
95 # grab the first SAPI that got built and install common files from there
96 local first_sapi=""
97
98 diff --git a/dev-lang/php/php-7.0.29.ebuild b/dev-lang/php/php-7.0.29.ebuild
99 index 0c32a2cff73..a5743214637 100644
100 --- a/dev-lang/php/php-7.0.29.ebuild
101 +++ b/dev-lang/php/php-7.0.29.ebuild
102 @@ -244,8 +244,8 @@ src_prepare() {
103 }
104
105 src_configure() {
106 - addpredict /usr/share/snmp/mibs/.index
107 - addpredict /var/lib/net-snmp/mib_indexes
108 + addpredict /usr/share/snmp/mibs/.index #nowarn
109 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
110
111 PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
112
113 @@ -498,8 +498,8 @@ src_configure() {
114
115 src_compile() {
116 # snmp seems to run during src_compile, too (bug #324739)
117 - addpredict /usr/share/snmp/mibs/.index
118 - addpredict /var/lib/net-snmp/mib_indexes
119 + addpredict /usr/share/snmp/mibs/.index #nowarn
120 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
121
122 for sapi in ${SAPIS} ; do
123 if use "${sapi}"; then
124 @@ -512,7 +512,7 @@ src_compile() {
125
126 src_install() {
127 # see bug #324739 for what happens when we don't have that
128 - addpredict /usr/share/snmp/mibs/.index
129 + addpredict /usr/share/snmp/mibs/.index #nowarn
130
131 # grab the first SAPI that got built and install common files from there
132 local first_sapi=""
133
134 diff --git a/dev-lang/php/php-7.0.30.ebuild b/dev-lang/php/php-7.0.30.ebuild
135 index 30e7685c388..4ecf2102f2a 100644
136 --- a/dev-lang/php/php-7.0.30.ebuild
137 +++ b/dev-lang/php/php-7.0.30.ebuild
138 @@ -244,8 +244,8 @@ src_prepare() {
139 }
140
141 src_configure() {
142 - addpredict /usr/share/snmp/mibs/.index
143 - addpredict /var/lib/net-snmp/mib_indexes
144 + addpredict /usr/share/snmp/mibs/.index #nowarn
145 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
146
147 PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
148
149 @@ -498,8 +498,8 @@ src_configure() {
150
151 src_compile() {
152 # snmp seems to run during src_compile, too (bug #324739)
153 - addpredict /usr/share/snmp/mibs/.index
154 - addpredict /var/lib/net-snmp/mib_indexes
155 + addpredict /usr/share/snmp/mibs/.index #nowarn
156 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
157
158 for sapi in ${SAPIS} ; do
159 if use "${sapi}"; then
160 @@ -512,7 +512,7 @@ src_compile() {
161
162 src_install() {
163 # see bug #324739 for what happens when we don't have that
164 - addpredict /usr/share/snmp/mibs/.index
165 + addpredict /usr/share/snmp/mibs/.index #nowarn
166
167 # grab the first SAPI that got built and install common files from there
168 local first_sapi=""
169
170 diff --git a/dev-lang/php/php-7.1.16.ebuild b/dev-lang/php/php-7.1.16.ebuild
171 index ca595ad6fca..0adf8fe59a0 100644
172 --- a/dev-lang/php/php-7.1.16.ebuild
173 +++ b/dev-lang/php/php-7.1.16.ebuild
174 @@ -226,8 +226,8 @@ src_prepare() {
175 }
176
177 src_configure() {
178 - addpredict /usr/share/snmp/mibs/.index
179 - addpredict /var/lib/net-snmp/mib_indexes
180 + addpredict /usr/share/snmp/mibs/.index #nowarn
181 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
182
183 PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
184
185 @@ -480,8 +480,8 @@ src_configure() {
186
187 src_compile() {
188 # snmp seems to run during src_compile, too (bug #324739)
189 - addpredict /usr/share/snmp/mibs/.index
190 - addpredict /var/lib/net-snmp/mib_indexes
191 + addpredict /usr/share/snmp/mibs/.index #nowarn
192 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
193
194 for sapi in ${SAPIS} ; do
195 if use "${sapi}"; then
196 @@ -494,7 +494,7 @@ src_compile() {
197
198 src_install() {
199 # see bug #324739 for what happens when we don't have that
200 - addpredict /usr/share/snmp/mibs/.index
201 + addpredict /usr/share/snmp/mibs/.index #nowarn
202
203 # grab the first SAPI that got built and install common files from there
204 local first_sapi=""
205
206 diff --git a/dev-lang/php/php-7.1.18.ebuild b/dev-lang/php/php-7.1.18.ebuild
207 index d2e931661bb..29a9d115dfd 100644
208 --- a/dev-lang/php/php-7.1.18.ebuild
209 +++ b/dev-lang/php/php-7.1.18.ebuild
210 @@ -224,8 +224,8 @@ src_prepare() {
211 }
212
213 src_configure() {
214 - addpredict /usr/share/snmp/mibs/.index
215 - addpredict /var/lib/net-snmp/mib_indexes
216 + addpredict /usr/share/snmp/mibs/.index #nowarn
217 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
218
219 PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
220
221 @@ -478,8 +478,8 @@ src_configure() {
222
223 src_compile() {
224 # snmp seems to run during src_compile, too (bug #324739)
225 - addpredict /usr/share/snmp/mibs/.index
226 - addpredict /var/lib/net-snmp/mib_indexes
227 + addpredict /usr/share/snmp/mibs/.index #nowarn
228 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
229
230 for sapi in ${SAPIS} ; do
231 if use "${sapi}"; then
232 @@ -492,7 +492,7 @@ src_compile() {
233
234 src_install() {
235 # see bug #324739 for what happens when we don't have that
236 - addpredict /usr/share/snmp/mibs/.index
237 + addpredict /usr/share/snmp/mibs/.index #nowarn
238
239 # grab the first SAPI that got built and install common files from there
240 local first_sapi=""
241
242 diff --git a/dev-lang/php/php-7.1.19.ebuild b/dev-lang/php/php-7.1.19.ebuild
243 index a3757ac5b58..1432a2ae457 100644
244 --- a/dev-lang/php/php-7.1.19.ebuild
245 +++ b/dev-lang/php/php-7.1.19.ebuild
246 @@ -221,8 +221,8 @@ src_prepare() {
247 }
248
249 src_configure() {
250 - addpredict /usr/share/snmp/mibs/.index
251 - addpredict /var/lib/net-snmp/mib_indexes
252 + addpredict /usr/share/snmp/mibs/.index #nowarn
253 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
254
255 PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
256
257 @@ -475,8 +475,8 @@ src_configure() {
258
259 src_compile() {
260 # snmp seems to run during src_compile, too (bug #324739)
261 - addpredict /usr/share/snmp/mibs/.index
262 - addpredict /var/lib/net-snmp/mib_indexes
263 + addpredict /usr/share/snmp/mibs/.index #nowarn
264 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
265
266 for sapi in ${SAPIS} ; do
267 if use "${sapi}"; then
268 @@ -489,7 +489,7 @@ src_compile() {
269
270 src_install() {
271 # see bug #324739 for what happens when we don't have that
272 - addpredict /usr/share/snmp/mibs/.index
273 + addpredict /usr/share/snmp/mibs/.index #nowarn
274
275 # grab the first SAPI that got built and install common files from there
276 local first_sapi=""
277
278 diff --git a/dev-lang/php/php-7.2.7.ebuild b/dev-lang/php/php-7.2.7.ebuild
279 index 0970a2fa088..ecf193ae0d1 100644
280 --- a/dev-lang/php/php-7.2.7.ebuild
281 +++ b/dev-lang/php/php-7.2.7.ebuild
282 @@ -226,8 +226,8 @@ src_prepare() {
283 }
284
285 src_configure() {
286 - addpredict /usr/share/snmp/mibs/.index
287 - addpredict /var/lib/net-snmp/mib_indexes
288 + addpredict /usr/share/snmp/mibs/.index #nowarn
289 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
290
291 PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
292
293 @@ -487,8 +487,8 @@ src_configure() {
294
295 src_compile() {
296 # snmp seems to run during src_compile, too (bug #324739)
297 - addpredict /usr/share/snmp/mibs/.index
298 - addpredict /var/lib/net-snmp/mib_indexes
299 + addpredict /usr/share/snmp/mibs/.index #nowarn
300 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
301
302 for sapi in ${SAPIS} ; do
303 if use "${sapi}"; then
304 @@ -501,7 +501,7 @@ src_compile() {
305
306 src_install() {
307 # see bug #324739 for what happens when we don't have that
308 - addpredict /usr/share/snmp/mibs/.index
309 + addpredict /usr/share/snmp/mibs/.index #nowarn
310
311 # grab the first SAPI that got built and install common files from there
312 local first_sapi=""
313
314 diff --git a/dev-lang/php/php-7.3.0_alpha1.ebuild b/dev-lang/php/php-7.3.0_alpha1.ebuild
315 index 2fcf528ff92..27d2d493ca1 100644
316 --- a/dev-lang/php/php-7.3.0_alpha1.ebuild
317 +++ b/dev-lang/php/php-7.3.0_alpha1.ebuild
318 @@ -229,8 +229,8 @@ src_prepare() {
319 }
320
321 src_configure() {
322 - addpredict /usr/share/snmp/mibs/.index
323 - addpredict /var/lib/net-snmp/mib_indexes
324 + addpredict /usr/share/snmp/mibs/.index #nowarn
325 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
326
327 PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
328
329 @@ -490,8 +490,8 @@ src_configure() {
330
331 src_compile() {
332 # snmp seems to run during src_compile, too (bug #324739)
333 - addpredict /usr/share/snmp/mibs/.index
334 - addpredict /var/lib/net-snmp/mib_indexes
335 + addpredict /usr/share/snmp/mibs/.index #nowarn
336 + addpredict /var/lib/net-snmp/mib_indexes #nowarn
337
338 for sapi in ${SAPIS} ; do
339 if use "${sapi}"; then
340 @@ -504,7 +504,7 @@ src_compile() {
341
342 src_install() {
343 # see bug #324739 for what happens when we don't have that
344 - addpredict /usr/share/snmp/mibs/.index
345 + addpredict /usr/share/snmp/mibs/.index #nowarn
346
347 # grab the first SAPI that got built and install common files from there
348 local first_sapi=""