summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-08-11 22:30:24 +0000
committerMatti Bickel <mabi@gentoo.org>2010-08-11 22:30:24 +0000
commitf75f8d60e7cc96fb6a129bdb8ecad447d055fde7 (patch)
tree933c9a9c897ba79a9164f48e14b16cf718d726a5 /dev-lang/php
parentVersion bump (diff)
downloadgentoo-2-f75f8d60e7cc96fb6a129bdb8ecad447d055fde7.tar.gz
gentoo-2-f75f8d60e7cc96fb6a129bdb8ecad447d055fde7.tar.bz2
gentoo-2-f75f8d60e7cc96fb6a129bdb8ecad447d055fde7.zip
bug #332273
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/ChangeLog7
-rw-r--r--dev-lang/php/files/eblits/src_configure-v52.eblit3
-rw-r--r--dev-lang/php/php-5.3.3-r1.ebuild3
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index 5f12d2917a30..27a500058144 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/php
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.409 2010/08/11 19:21:10 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.410 2010/08/11 22:30:23 mabi Exp $
+
+ 11 Aug 2010; Matti Bickel <mabi@gentoo.org>
+ files/eblits/src_configure-v52.eblit, php-5.3.3-r1.ebuild:
+ 5.3 does not need flex; also fix a compile error with
+ -Wimplicit-function-declaration (bug #332273)
11 Aug 2010; Matti Bickel <mabi@gentoo.org> -php-5.3.2.ebuild:
remove php-5.3.2 due to security issues (bug #332039)
diff --git a/dev-lang/php/files/eblits/src_configure-v52.eblit b/dev-lang/php/files/eblits/src_configure-v52.eblit
index 8e37da4e1df0..21ca863d9173 100644
--- a/dev-lang/php/files/eblits/src_configure-v52.eblit
+++ b/dev-lang/php/files/eblits/src_configure-v52.eblit
@@ -1,8 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v52.eblit,v 1.3 2010/08/11 20:55:41 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v52.eblit,v 1.4 2010/08/11 22:30:23 mabi Exp $
eblit-php-src_configure() {
+ export CFLAGS="${CFLAGS} -D_GNU_SOURCE"
PHP_DESTDIR="/usr/$(get_libdir)/php${SLOT}"
# This is a global variable and should be in caps. It isn't because the
diff --git a/dev-lang/php/php-5.3.3-r1.ebuild b/dev-lang/php/php-5.3.3-r1.ebuild
index 0ca0fb91658a..aeb363747125 100644
--- a/dev-lang/php/php-5.3.3-r1.ebuild
+++ b/dev-lang/php/php-5.3.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v 1.2 2010/08/11 18:50:45 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v 1.3 2010/08/11 22:30:24 mabi Exp $
EAPI=2
@@ -245,7 +245,6 @@ RDEPEND="${DEPEND}
zip? ( !dev-php${PHP_MV}/pecl-zip )"
DEPEND="${DEPEND}
- sys-devel/flex
>=sys-devel/m4-1.4.3
>=sys-devel/libtool-1.5.18"