summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-03-19 06:58:45 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-03-19 06:58:45 +0000
commit5e550845f5b99ae64a0c552729caaa651fd4c33b (patch)
tree5af2ef41918f75b9881837813f0f08ee51a8d931 /eclass/php5-sapi-r1.eclass
parentadd lm_sensors to use.mask on ppc (diff)
downloadhistorical-5e550845f5b99ae64a0c552729caaa651fd4c33b.tar.gz
historical-5e550845f5b99ae64a0c552729caaa651fd4c33b.tar.bz2
historical-5e550845f5b99ae64a0c552729caaa651fd4c33b.zip
Rename interbase USE flag to firebird. PHP's ext/interbase uses the Firebird client library and supports both Firebird and Interbase.
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r--eclass/php5-sapi-r1.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass
index a2b7ee2f6b91..7e7f471c0ecf 100644
--- a/eclass/php5-sapi-r1.eclass
+++ b/eclass/php5-sapi-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.2 2005/03/15 18:10:42 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.3 2005/03/19 06:58:45 sebastian Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -23,7 +23,7 @@ HOMEPAGE="http://www.php.net/"
LICENSE="PHP-3"
SRC_URI="http://www.php.net/distributions/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
-IUSE="${IUSE} adabas bcmath berkdb birdstep bzlib calendar cdb cpdflib crypt ctype curl curlwrappers db2 dba dbase dbm dbmaker dbx debug dio empress empress-bcs esoob exif fam frontbase fdftk flatfile filepro ftp gd gd-external gdbm gmp hyperwave-api imap inifile iconv informix ingres interbase iodbc jpeg kerberos ldap libedit mcve memlimit mhash mime ming mnogosearch msession msql mssql mysql mysqli ncurses nls nis oci8 odbc oracle7 ovrimos pcntl pcre pfpro png postgres posix qdbm readline recode sapdb sasl session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl sybase sybase-ct sysvipc threads tidy tiff tokenizer truetype wddx xsl xml2 xmlrpc xpm zlib"
+IUSE="${IUSE} adabas bcmath berkdb birdstep bzlib calendar cdb cpdflib crypt ctype curl curlwrappers db2 dba dbase dbm dbmaker dbx debug dio empress empress-bcs esoob exif fam frontbase fdftk flatfile filepro firebird ftp gd gd-external gdbm gmp hyperwave-api imap inifile iconv informix ingres iodbc jpeg kerberos ldap libedit mcve memlimit mhash mime ming mnogosearch msession msql mssql mysql mysqli ncurses nls nis oci8 odbc oracle7 ovrimos pcntl pcre pfpro png postgres posix qdbm readline recode sapdb sasl session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl sybase sybase-ct sysvipc threads tidy tiff tokenizer truetype wddx xsl xml2 xmlrpc xpm zlib"
# these USE flags should have the correct dependencies
DEPEND="$DEPEND
@@ -35,11 +35,11 @@ DEPEND="$DEPEND
curl? ( >=net-misc/curl-7.10.2 )
fam? ( virtual/fam )
fdftk? ( app-text/fdftk )
+ firebird? ( dev-db/firebird )
gd-external? ( media-libs/gd )
gdbm? ( >=sys-libs/gdbm-1.8.0 )
gmp? ( dev-libs/gmp )
imap? ( virtual/imap-c-client )
- interbase? ( dev-db/firebird )
jpeg? ( >=media-libs/jpeg-6b )
kerberos? ( virtual/krb5 )
ldap? ( >=net-nds/openldap-1.2.11 )
@@ -369,7 +369,7 @@ php5-sapi_src_compile() {
enable_extension_with "iconv" "iconv" 1
enable_extension_with "informix" "informix" 1
enable_extension_with "ingres" "ingres" 1
- enable_extension_with "interbase" "interbase" 1
+ enable_extension_with "interbase" "firebird" 1
# ircg extension not supported on Gentoo at this time
enable_extension_with "kerberos" "kerberos" 0 "/usr"
enable_extension_disable "libxml" "xml2" 0