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: Thu, 01 Mar 2018 18:40:34
Message-Id: 1519929602.844b4e64d2fd4c996d4bf281563d4b682b3cd792.grknight@gentoo
1 commit: 844b4e64d2fd4c996d4bf281563d4b682b3cd792
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 18:40:02 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 18:40:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844b4e64
7
8 dev-lang/php: Fix iconv reference on FreeBSD
9
10 Closes: https://bugs.gentoo.org/649232
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-lang/php/php-5.6.33.ebuild | 2 +-
14 dev-lang/php/php-7.0.27.ebuild | 2 +-
15 dev-lang/php/php-7.1.13.ebuild | 2 +-
16 dev-lang/php/php-7.1.14.ebuild | 2 +-
17 dev-lang/php/php-7.2.2.ebuild | 2 +-
18 5 files changed, 5 insertions(+), 5 deletions(-)
19
20 diff --git a/dev-lang/php/php-5.6.33.ebuild b/dev-lang/php/php-5.6.33.ebuild
21 index 7616d76851e..6fc74a0292a 100644
22 --- a/dev-lang/php/php-5.6.33.ebuild
23 +++ b/dev-lang/php/php-5.6.33.ebuild
24 @@ -308,7 +308,7 @@ src_configure() {
25 $(use_enable hash hash)
26 $(use_with mhash mhash "${EPREFIX}/usr")
27 $(use_with iconv iconv \
28 - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
29 + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
30 $(use_enable intl intl)
31 $(use_enable ipv6 ipv6)
32 $(use_enable json json)
33
34 diff --git a/dev-lang/php/php-7.0.27.ebuild b/dev-lang/php/php-7.0.27.ebuild
35 index bae76a7e295..07116183964 100644
36 --- a/dev-lang/php/php-7.0.27.ebuild
37 +++ b/dev-lang/php/php-7.0.27.ebuild
38 @@ -273,7 +273,7 @@ src_configure() {
39 $(use_enable hash hash)
40 $(use_with mhash mhash "${EPREFIX}/usr")
41 $(use_with iconv iconv \
42 - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
43 + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
44 $(use_enable intl intl)
45 $(use_enable ipv6 ipv6)
46 $(use_enable json json)
47
48 diff --git a/dev-lang/php/php-7.1.13.ebuild b/dev-lang/php/php-7.1.13.ebuild
49 index 8abe8296909..4fc386497f8 100644
50 --- a/dev-lang/php/php-7.1.13.ebuild
51 +++ b/dev-lang/php/php-7.1.13.ebuild
52 @@ -255,7 +255,7 @@ src_configure() {
53 $(use_enable hash hash)
54 $(use_with mhash mhash "${EPREFIX}/usr")
55 $(use_with iconv iconv \
56 - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
57 + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
58 $(use_enable intl intl)
59 $(use_enable ipv6 ipv6)
60 $(use_enable json json)
61
62 diff --git a/dev-lang/php/php-7.1.14.ebuild b/dev-lang/php/php-7.1.14.ebuild
63 index d86a5f9bccb..682890dc86d 100644
64 --- a/dev-lang/php/php-7.1.14.ebuild
65 +++ b/dev-lang/php/php-7.1.14.ebuild
66 @@ -255,7 +255,7 @@ src_configure() {
67 $(use_enable hash hash)
68 $(use_with mhash mhash "${EPREFIX}/usr")
69 $(use_with iconv iconv \
70 - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
71 + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
72 $(use_enable intl intl)
73 $(use_enable ipv6 ipv6)
74 $(use_enable json json)
75
76 diff --git a/dev-lang/php/php-7.2.2.ebuild b/dev-lang/php/php-7.2.2.ebuild
77 index 7a3dc1d3e71..4db4d143dae 100644
78 --- a/dev-lang/php/php-7.2.2.ebuild
79 +++ b/dev-lang/php/php-7.2.2.ebuild
80 @@ -261,7 +261,7 @@ src_configure() {
81 $(use_enable hash hash)
82 $(use_with mhash mhash "${EPREFIX}/usr")
83 $(use_with iconv iconv \
84 - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
85 + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
86 $(use_enable intl intl)
87 $(use_enable ipv6 ipv6)
88 $(use_enable json json)