diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-10-21 19:37:24 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-10-21 19:37:24 +0000 |
commit | 3e9401340420a7a4e3c453ae42d7457b2a3128f9 (patch) | |
tree | a295fad3c217049b6d0a6c0872be690c02fece1d /dev-lang | |
parent | Use EROOT instead of ROOT for prefix support. (diff) | |
download | gentoo-2-3e9401340420a7a4e3c453ae42d7457b2a3128f9.tar.gz gentoo-2-3e9401340420a7a4e3c453ae42d7457b2a3128f9.tar.bz2 gentoo-2-3e9401340420a7a4e3c453ae42d7457b2a3128f9.zip |
Added an additional warning about extension_dir to pkg_postinst
(Portage version: 2.1.9.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/pkg_postinst-v1.eblit | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 66927fa963aa..cf66778e374b 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # 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.424 2010/10/20 14:21:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.425 2010/10/21 19:37:24 olemarkus Exp $ + + 21 Oct 2010; <olemarkus@gentoo.org> files/eblits/pkg_postinst-v1.eblit: + Added an additional warning about extension_dir to pkg_postinst 20 Oct 2010; Markos Chandras <hwoarang@gentoo.org> php-5.3.3-r1.ebuild: Stable on amd64 wrt bug #336869 diff --git a/dev-lang/php/files/eblits/pkg_postinst-v1.eblit b/dev-lang/php/files/eblits/pkg_postinst-v1.eblit index 344173529778..0be76d2917c1 100644 --- a/dev-lang/php/files/eblits/pkg_postinst-v1.eblit +++ b/dev-lang/php/files/eblits/pkg_postinst-v1.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-v1.eblit,v 1.1 2010/05/27 23:05:04 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v1.eblit,v 1.2 2010/10/21 19:37:24 olemarkus Exp $ eblit-php-pkg_postinst() { # Output some general info to the user @@ -66,6 +66,8 @@ 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 "Also make sure that you merge in the correct extension_dir ini setting for all your" + ewarn "php.ini files." ewarn } |