summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-12-27 17:48:11 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-12-27 17:48:11 +0000
commitc280aad7775194382385b726e2e0716d29626422 (patch)
treeffe93a7a45e2959cdc60678d3175632c742992e4 /dev-php/php
parentincluded mbregex in the cjk use var. Fixes #12769 (diff)
downloadhistorical-c280aad7775194382385b726e2e0716d29626422.tar.gz
historical-c280aad7775194382385b726e2e0716d29626422.tar.bz2
historical-c280aad7775194382385b726e2e0716d29626422.zip
added socket and pcntl support to the ebuild. Fixes #12484.
Diffstat (limited to 'dev-php/php')
-rw-r--r--dev-php/php/ChangeLog5
-rw-r--r--dev-php/php/php-4.2.3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog
index a3b315e1d027..2857062ac2c5 100644
--- a/dev-php/php/ChangeLog
+++ b/dev-php/php/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for dev-php/php
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.22 2002/12/17 19:37:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.23 2002/12/27 17:48:11 rphillips Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*php-4.2.3 (10 Sep 2002)
+ 27 Dec 2002; Ryan Phillips <rphillips@gentoo.org> : added sockets and
+ pcntl support to the ebuild
+
19 Nov 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild :
fixed qt dep
diff --git a/dev-php/php/php-4.2.3.ebuild b/dev-php/php/php-4.2.3.ebuild
index 11d9041e4470..9e023c664c64 100644
--- a/dev-php/php/php-4.2.3.ebuild
+++ b/dev-php/php/php-4.2.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.11 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.12 2002/12/27 17:48:11 rphillips Exp $
IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
@@ -167,6 +167,8 @@ src_compile() {
--enable-bcmath \
--enable-sysvsem \
--enable-sysvshm \
+ --enable-sockets \
+ --enable-pcntl \
--enable-calendar \
--enable-trans-sid \
--enable-versioning \