From: Luca Longinotti Date: Tue, 6 Mar 2007 12:46:48 +0000 (+0000) Subject: Remove configure flag --enable-gd-native-ttf at upstreams request. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=35fb6aeb55972cf95adf9c1acea3697653c2272d;p=gentoo.git Remove configure flag --enable-gd-native-ttf at upstreams request. --- diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass index a35cf3cd32db..7cc4da0971f0 100644 --- a/eclass/php4_4-sapi.eclass +++ b/eclass/php4_4-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/php4_4-sapi.eclass,v 1.32 2007/03/05 01:50:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.33 2007/03/06 12:46:48 chtekk Exp $ # ======================================================================== # @@ -460,13 +460,11 @@ php4_4-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" @@ -642,6 +640,9 @@ php4_4-sapi_pkg_postinst() { ewarn "The Ovrimos extension was recently removed and has no available" ewarn "substitute, our ebuilds reflect this." + 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 4.4 ebuilds in" ewarn "favour of its successor Suhosin, enable the 'suhosin' USE" ewarn "flag to install it." 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." diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index b2978cd2525f..55c4f198538d 100644 --- a/eclass/php5_1-sapi.eclass +++ b/eclass/php5_1-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_1-sapi.eclass,v 1.38 2007/03/05 02:04:03 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.39 2007/03/06 12:46:48 chtekk Exp $ # ======================================================================== # @@ -476,13 +476,11 @@ php5_1-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" @@ -704,6 +702,9 @@ php5_1-sapi_pkg_postinst() { ewarn "The 'vm-goto' and 'vm-switch' USE flags were also removed," ewarn "since the alternative VMs aren't really supported upstream." ewarn "Once their state becomes clearer, we'll consider readding them." + 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.1 ebuilds in" ewarn "favour of its successor Suhosin, enable the 'suhosin' USE" ewarn "flag to install it." diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass index 81a09c99d962..603cc38c3ea2 100644 --- a/eclass/php5_2-sapi.eclass +++ b/eclass/php5_2-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_2-sapi.eclass,v 1.1 2007/03/05 01:50:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.2 2007/03/06 12:46:48 chtekk Exp $ # ======================================================================== # @@ -479,13 +479,11 @@ php5_2-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" @@ -709,6 +707,9 @@ php5_2-sapi_pkg_postinst() { ewarn "there were serious problems with compilation and the required" ewarn "Ming library. This functionality will be reintroduced later" ewarn "as an independant, external PHP extension." + 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.2 ebuilds in" ewarn "favour of its successor Suhosin, enable the 'suhosin' USE" ewarn "flag to install it."