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: php-5.3.2.ebuild
Date: Sun, 04 Jul 2010 12:24:20
Message-Id: 20100704122416.E3D6F2CE14@corvid.gentoo.org
1 mabi 10/07/04 12:24:16
2
3 Modified: php-5.3.2.ebuild
4 Log:
5 fix bug #281316, #322303
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-lang/php/php-5.3.2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.2.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.2.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.2.ebuild?r1=1.8&r2=1.9
14
15 Index: php-5.3.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- php-5.3.2.ebuild 14 Jun 2010 17:03:23 -0000 1.8
22 +++ php-5.3.2.ebuild 4 Jul 2010 12:24:16 -0000 1.9
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.8 2010/06/14 17:03:23 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.9 2010/07/04 12:24:16 mabi Exp $
28
29 EAPI=2
30
31 -PHPCONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob interbase oci8 sapdb solid sybase-ct"
32 +PHPCONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob interbase oci8 sapdb solid"
33
34 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use phpconfutils php-common-r1 libtool
35
36 @@ -74,7 +74,7 @@
37 # Gentoo-specific, common features
38 IUSE="kolab"
39
40 -# SAPIs and SAPI-specific USE flags:
41 +# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
42 IUSE="${IUSE}
43 +${SAPIS}
44 concurrentmodphp threads"
45 @@ -134,7 +134,7 @@
46 ldap? ( !oci8? ( >=net-nds/openldap-1.2.11 ) )
47 ldap-sasl? ( !oci8? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) )
48 libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
49 - mssql? ( dev-db/freetds )
50 + mssql? ( dev-db/freetds[mssql] )
51 !mysqlnd? (
52 mysql? ( virtual/mysql )
53 mysqli? ( >=virtual/mysql-4.1 )
54 @@ -166,6 +166,7 @@
55 sqlite? ( =dev-db/sqlite-2* pdo? ( =dev-db/sqlite-3* ) )
56 sqlite3? ( =dev-db/sqlite-3* )
57 ssl? ( >=dev-libs/openssl-0.9.7 )
58 + sybase-ct? ( dev-db/freetds )
59 tidy? ( app-text/htmltidy )
60 truetype? (
61 =media-libs/freetype-2*
62 @@ -214,7 +215,6 @@
63 empress? ( $php[odbc] )
64 esoob? ( $php[odbc] )
65 db2? ( $php[odbc] )
66 - iodbc? ( $php[iodbc] )
67 sapdb? ( $php[odbc] )
68 solid? ( $php[odbc] )
69 kolab? ( $php[imap] )