diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-01-13 16:38:30 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-01-13 16:38:30 +0000 |
commit | e2cc8a44fc20f43bae41f764c4b25953d38d94a2 (patch) | |
tree | 7e59200ff05df4ef8d796a9982156b8681202485 /dev-php/php | |
parent | added support for 3rd party scripts (diff) | |
download | historical-e2cc8a44fc20f43bae41f764c4b25953d38d94a2.tar.gz historical-e2cc8a44fc20f43bae41f764c4b25953d38d94a2.tar.bz2 historical-e2cc8a44fc20f43bae41f764c4b25953d38d94a2.zip |
added installation of header files.
Diffstat (limited to 'dev-php/php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.3.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index 1d975a7a345d..f82f9ebfa23f 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,6 @@ # 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.28 2003/01/13 16:25:07 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.29 2003/01/13 16:38:30 rphillips Exp $ 13 Jan 2003; Daniel Ahlberg <aliz@genoto.org> php-4.3.0-r2.ebuild : Added ppc and sparc keyword becuse this is a security update. @@ -10,6 +10,9 @@ *php-4.3.0-r2 (8 Jan 2003) 13 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild : + Added installation of header files + + 13 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild : Added install of 3rd party scripts (phpize, etc) 8 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild : diff --git a/dev-php/php/php-4.3.0-r2.ebuild b/dev-php/php/php-4.3.0-r2.ebuild index f9a1351a9bae..a4fdf78d0f17 100644 --- a/dev-php/php/php-4.3.0-r2.ebuild +++ b/dev-php/php/php-4.3.0-r2.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.3.0-r2.ebuild,v 1.4 2003/01/13 16:25:07 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r2.ebuild,v 1.5 2003/01/13 16:38:30 rphillips Exp $ IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" @@ -186,7 +186,7 @@ src_compile() { src_install() { addwrite /usr/share/snmp/mibs/.index - make INSTALL_ROOT=${D} install-pear || die + make INSTALL_ROOT=${D} install-pear install-headers || die dodoc CODING_STANDARDS LICENSE EXTENSIONS dodoc RELEASE_PROCESS README.* TODO NEWS |