diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 12:46:48 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 12:46:48 +0000 |
commit | 35fb6aeb55972cf95adf9c1acea3697653c2272d (patch) | |
tree | d9dc6a27ad71e89bac00544dbc62ea18a79578d5 /eclass/php5_0-sapi.eclass | |
parent | remove old (diff) | |
download | historical-35fb6aeb55972cf95adf9c1acea3697653c2272d.tar.gz historical-35fb6aeb55972cf95adf9c1acea3697653c2272d.tar.bz2 historical-35fb6aeb55972cf95adf9c1acea3697653c2272d.zip |
Remove configure flag --enable-gd-native-ttf at upstreams request.
Diffstat (limited to 'eclass/php5_0-sapi.eclass')
-rw-r--r-- | eclass/php5_0-sapi.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass index c49f566c70d2..03517ad657bd 100644 --- a/eclass/php5_0-sapi.eclass +++ b/eclass/php5_0-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.31 2007/03/05 01:50:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.32 2007/03/06 12:46:48 chtekk Exp $ # ======================================================================== # @@ -432,13 +432,11 @@ php5_0-sapi_src_compile() { phpconfutils_extension_with "freetype-dir" "truetype" 0 "/usr" phpconfutils_extension_with "t1lib" "truetype" 0 "/usr" phpconfutils_extension_enable "gd-jis-conv" "cjk" 0 - phpconfutils_extension_enable "gd-native-ttf" "truetype" 0 phpconfutils_extension_with "gd" "gd-external" 1 "/usr" else phpconfutils_extension_with "freetype-dir" "truetype" 0 "/usr" phpconfutils_extension_with "t1lib" "truetype" 0 "/usr" phpconfutils_extension_enable "gd-jis-conv" "cjk" 0 - phpconfutils_extension_enable "gd-native-ttf" "truetype" 0 phpconfutils_extension_with "jpeg-dir" "gd" 0 "/usr" phpconfutils_extension_with "png-dir" "gd" 0 "/usr" phpconfutils_extension_with "xpm-dir" "xpm" 0 "/usr/X11R6" @@ -619,6 +617,9 @@ php5_0-sapi_pkg_postinst() { ewarn "certain PaX options in the kernel." ewarn + ewarn "The configure option --enable-gd-native-ttf (enabled by the" + ewarn "'truetype' USE flag) was removed at upstreams request," + ewarn "as it's considered old and broken." ewarn "Hardened-PHP was also removed from the PHP 5.0 ebuilds in" ewarn "favour of its successor Suhosin, enable the 'suhosin' USE" ewarn "flag to install it." |