public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.0_beta2-r3.ebuild php-5.4.13-r3.ebuild ChangeLog
@ 2013-04-02 19:10 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2013-04-02 19:10 UTC (permalink / raw
  To: gentoo-commits

grobian     13/04/02 19:10:34

  Modified:             php-5.5.0_beta2-r3.ebuild php-5.4.13-r3.ebuild
                        ChangeLog
  Log:
  Fix compilation with USE=iconv for non-glibc platforms, bug #419525
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-lang/php/php-5.5.0_beta2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r3.ebuild?r1=1.1&r2=1.2

Index: php-5.5.0_beta2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.5.0_beta2-r3.ebuild	1 Apr 2013 16:08:22 -0000	1.1
+++ php-5.5.0_beta2-r3.ebuild	2 Apr 2013 19:10:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r3.ebuild,v 1.1 2013/04/01 16:08:22 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r3.ebuild,v 1.2 2013/04/02 19:10:34 grobian Exp $
 
 EAPI=5
 
@@ -356,7 +356,7 @@
 	$(use_with gmp gmp "${EPREFIX}"/usr)
 	$(use_enable hash hash )
 	$(use_with mhash mhash "${EPREFIX}"/usr)
-	$(use_with iconv iconv )
+	$(use_with iconv iconv $(use elibc_glibc || echo "${EPREFIX}"/usr))
 	$(use_enable intl intl )
 	$(use_enable ipv6 ipv6 )
 	$(use_enable json json )



1.2                  dev-lang/php/php-5.4.13-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.13-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.13-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.13-r3.ebuild?r1=1.1&r2=1.2

Index: php-5.4.13-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.13-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.4.13-r3.ebuild	1 Apr 2013 16:08:22 -0000	1.1
+++ php-5.4.13-r3.ebuild	2 Apr 2013 19:10:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.13-r3.ebuild,v 1.1 2013/04/01 16:08:22 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.13-r3.ebuild,v 1.2 2013/04/02 19:10:34 grobian Exp $
 
 EAPI=5
 
@@ -364,7 +364,7 @@
 	$(use_with gmp gmp "${EPREFIX}"/usr)
 	$(use_enable hash hash )
 	$(use_with mhash mhash "${EPREFIX}"/usr)
-	$(use_with iconv iconv )
+	$(use_with iconv iconv $(use elibc_glibc || echo "${EPREFIX}"/usr))
 	$(use_enable intl intl )
 	$(use_enable ipv6 ipv6 )
 	$(use_enable json json )



1.699                dev-lang/php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.699&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.699&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.698&r2=1.699

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.698
retrieving revision 1.699
diff -u -r1.698 -r1.699
--- ChangeLog	2 Apr 2013 10:54:06 -0000	1.698
+++ ChangeLog	2 Apr 2013 19:10:34 -0000	1.699
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.698 2013/04/02 10:54:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.699 2013/04/02 19:10:34 grobian Exp $
+
+  02 Apr 2013; Fabian Groffen <grobian@gentoo.org> php-5.4.13-r3.ebuild,
+  php-5.5.0_beta2-r3.ebuild:
+  Fix compilation with USE=iconv for non-glibc platforms, bug #419525
 
   02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
   php-5.4.13.ebuild:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-02 19:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 19:10 [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.0_beta2-r3.ebuild php-5.4.13-r3.ebuild ChangeLog Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox