Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php5_2-sapi.eclass
Date: Sat, 03 May 2008 14:38:28
Message-Id: E1JsIsb-0005qj-IU@stork.gentoo.org
1 hoffie 08/05/03 14:38:25
2
3 Modified: php5_2-sapi.eclass
4 Log:
5 adjusting php's dba-related options as they changed from --with to --disable (bug 220076)
6
7 Revision Changes Path
8 1.21 eclass/php5_2-sapi.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?r1=1.20&r2=1.21
13
14 Index: php5_2-sapi.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- php5_2-sapi.eclass 16 Apr 2008 18:14:51 -0000 1.20
21 +++ php5_2-sapi.eclass 3 May 2008 14:38:25 -0000 1.21
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.20 2008/04/16 18:14:51 hoffie Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.21 2008/05/03 14:38:25 hoffie Exp $
27
28 # ========================================================================
29 # Based on robbat2's work on the php4 sapi eclass
30 @@ -486,9 +486,9 @@
31 # DBA drivers support
32 phpconfutils_extension_with "cdb" "cdb" 0
33 phpconfutils_extension_with "db4" "berkdb" 0
34 - phpconfutils_extension_with "flatfile" "flatfile" 0
35 + phpconfutils_extension_disable "flatfile" "flatfile" 0
36 phpconfutils_extension_with "gdbm" "gdbm" 0
37 - phpconfutils_extension_with "inifile" "inifile" 0
38 + phpconfutils_extension_disable "inifile" "inifile" 0
39 phpconfutils_extension_with "qdbm" "qdbm" 0
40
41 # Support for the GD graphics library
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list