diff options
author | 2010-11-02 17:12:42 +0000 | |
---|---|---|
committer | 2010-11-02 17:12:42 +0000 | |
commit | 42fe53650a7b40bb831dfaace3451935de538d3a (patch) | |
tree | 4b50ec2e40996db6dba9c5d156b4da731d7fd37c /dev-lang | |
parent | Remove old version and move back to tar package for 1.9 series (diff) | |
download | gentoo-2-42fe53650a7b40bb831dfaace3451935de538d3a.tar.gz gentoo-2-42fe53650a7b40bb831dfaace3451935de538d3a.tar.bz2 gentoo-2-42fe53650a7b40bb831dfaace3451935de538d3a.zip |
Added abit more information to postinst
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/pkg_postinst-v2.eblit | 5 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/src_install-v2.eblit | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 91022ed47cfe..cedae5ae2163 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.433 2010/11/01 18:26:06 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.434 2010/11/02 17:12:42 olemarkus Exp $ + + 02 Nov 2010; <olemarkus@gentoo.org> files/eblits/pkg_postinst-v2.eblit, + files/eblits/src_install-v2.eblit: + Added abit more information to postinst 01 Nov 2010; Matti Bickel <mabi@gentoo.org> files/eblits/pkg_postinst-v2.eblit: diff --git a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit index 57ed84c3fe17..e44b9f7aa2f4 100644 --- a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit +++ b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.6 2010/11/01 18:26:06 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.7 2010/11/02 17:12:42 olemarkus Exp $ eblit-php-pkg_postinst() { # Output some general info to the user @@ -32,6 +32,9 @@ eblit-php-pkg_postinst() { ewarn "You may have to recompile third-party extensions now" ewarn "(includes every dev-php5/pecl-* package and probably others in that category)" + ewarn "Make sure that PHP_TARGETS in /etc/make.conf includes php${SLOT/./-} in order" + ewarn "to compile extensions for the ${SLOT} ABI" + ewarn if ! use readline && use cli ; then ewarn "Note that in order to use php interactivly, you need to enable" ewarn "the readline USE flag or php -a will hang" diff --git a/dev-lang/php/files/eblits/src_install-v2.eblit b/dev-lang/php/files/eblits/src_install-v2.eblit index 36e3675e6912..91948db9cea6 100644 --- a/dev-lang/php/files/eblits/src_install-v2.eblit +++ b/dev-lang/php/files/eblits/src_install-v2.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v2.eblit,v 1.8 2010/10/30 21:41:10 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v2.eblit,v 1.9 2010/11/02 17:12:42 olemarkus Exp $ eblit-php-src_install() { # see bug #324739 for what happens when we don't have that @@ -113,6 +113,9 @@ php_install_ini() { insinto "${PHP_INI_DIR}" newins "${phpinisrc}" "${PHP_INI_FILE}" + elog "Installing php.ini for ${phpsapi} into ${PHP_INI_DIR}" + elog + dodir "${PHP_EXT_INI_DIR}" dodir "${PHP_EXT_INI_DIR_ACTIVE}" |