Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_prepare-v1.eblit src_compile-v2.eblit common-v2.eblit src_install-v2.eblit
Date: Tue, 01 Jun 2010 16:17:12
Message-Id: 20100601161705.AEC952CE14@corvid.gentoo.org
1 mabi 10/06/01 16:17:05
2
3 Modified: src_prepare-v1.eblit
4 Removed: src_compile-v2.eblit common-v2.eblit
5 src_install-v2.eblit
6 Log:
7 fix use desc, add mbstring, fix file versioning
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-lang/php/files/eblits/src_prepare-v1.eblit
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_prepare-v1.eblit?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_prepare-v1.eblit?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_prepare-v1.eblit?r1=1.2&r2=1.3
16
17 Index: src_prepare-v1.eblit
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_prepare-v1.eblit,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- src_prepare-v1.eblit 28 May 2010 11:32:55 -0000 1.2
24 +++ src_prepare-v1.eblit 1 Jun 2010 16:17:05 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_prepare-v1.eblit,v 1.2 2010/05/28 11:32:55 mabi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_prepare-v1.eblit,v 1.3 2010/06/01 16:17:05 mabi Exp $
30
31 eblit-php-src_prepare() {
32 # USE=sharedmem (session/mod_mm to be exact) tries to mmap() this path
33 @@ -31,9 +31,6 @@
34 sed -e 's/PHP_UNAME=`uname -a | xargs`/PHP_UNAME=`uname -s -n -r -v | xargs`/g' \
35 -i configure.in || die "Failed to fix server platform name"
36
37 - # Disable interactive make test
38 - sed -e 's/'`echo "\!getenv('NO_INTERACTION')"`'/false/g' -i run-tests.php
39 -
40 # Prevent PHP from activating the Apache config,
41 # as we will do that ourselves
42 sed -i \