diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 14:55:32 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 14:55:32 +0000 |
commit | 18e3487c83099d92ef71aa6e55e43d12db4119f5 (patch) | |
tree | 1eb53bb8d8e36f4fb7560f99889e64dc67ba5220 /profiles | |
parent | I added some recommended USE flags from the php team for dev-lang/php per bug... (diff) | |
download | gentoo-2-18e3487c83099d92ef71aa6e55e43d12db4119f5.tar.gz gentoo-2-18e3487c83099d92ef71aa6e55e43d12db4119f5.tar.bz2 gentoo-2-18e3487c83099d92ef71aa6e55e43d12db4119f5.zip |
I added some recommended USE flags from the php team for dev-lang/php per bug #120088 and to bring this inline with what was used fo the 2006.0 release. This is being done here to keep from breaking non default-linux profiles.
Diffstat (limited to 'profiles')
5 files changed, 20 insertions, 5 deletions
diff --git a/profiles/default-linux/mips/2006.0/make.defaults b/profiles/default-linux/mips/2006.0/make.defaults index c78acccae5bd..1e03239bd34d 100644 --- a/profiles/default-linux/mips/2006.0/make.defaults +++ b/profiles/default-linux/mips/2006.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.0/make.defaults,v 1.3 2006/01/31 22:52:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.0/make.defaults,v 1.4 2006/03/14 14:55:30 wolf31o2 Exp $ ARCH="mips" @@ -15,3 +15,6 @@ CXXFLAGS=${CFLAGS} ACCEPT_KEYWORDS="mips" USE="readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips -multilib nomultilib -n32 -n64" + +# These are added to make dev-lang/php behave properly. See bug #120088 +USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib" diff --git a/profiles/default-linux/mips/cobalt/2006.0/make.defaults b/profiles/default-linux/mips/cobalt/2006.0/make.defaults index f7988559488f..d19fd1b44b28 100644 --- a/profiles/default-linux/mips/cobalt/2006.0/make.defaults +++ b/profiles/default-linux/mips/cobalt/2006.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2006.0/make.defaults,v 1.3 2006/02/01 13:41:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2006.0/make.defaults,v 1.4 2006/03/14 14:55:32 wolf31o2 Exp $ ARCH="mips" @@ -24,3 +24,6 @@ CXXFLAGS=${CFLAGS} ACCEPT_KEYWORDS="mips" USE="readline gpm berkdb fortran gdbm tcpd pam libwww ssl nls perl python sdl cobalt -n32 -n64 -multilib nomultilib" + +# These are added to make dev-lang/php behave properly. See bug #120088 +USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib" diff --git a/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults b/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults index f0d6b6c510d4..4ab52212b301 100644 --- a/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults +++ b/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults,v 1.3 2006/02/01 13:41:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults,v 1.4 2006/03/14 14:55:32 wolf31o2 Exp $ ARCH="mips" @@ -22,3 +22,6 @@ ACCEPT_KEYWORDS="mips" STAGE1_USE="ip28" USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips ip28" + +# These are added to make dev-lang/php behave properly. See bug #120088 +USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib" diff --git a/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults b/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults index a87a7d2a9ff9..f4ccbb32c36e 100644 --- a/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults +++ b/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults,v 1.4 2006/02/01 13:41:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults,v 1.5 2006/03/14 14:55:32 wolf31o2 Exp $ USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses readline zlib -java bitmap-fonts truetype-fonts type1-fonts oss alsa crypt fortran f77 jpeg nls userlocales png xml acpi gif jp2 lzw lzw-tiff png tiff truetype usb xpm xrandr xv" @@ -33,3 +33,6 @@ LIBDIR_n64="lib64" # In case someone wants to help out by setting FEATURES="multilib-strict" MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" MULTILIB_STRICT_DENY="(64-bit|32-bit N32).*shared object" + +# These are added to make dev-lang/php behave properly. See bug #120088 +USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib" diff --git a/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults b/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults index 9c13ec4bb986..9263e74a6a34 100644 --- a/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults +++ b/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults,v 1.3 2006/02/01 13:41:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults,v 1.4 2006/03/14 14:55:32 wolf31o2 Exp $ ARCH="mips" @@ -26,3 +26,6 @@ ACCEPT_KEYWORDS="mips ~mips" STAGE1_USE="n32" USE="${STAGE1_USE} readline fortran gpm berkdb gdbm tcpd pam crypt libwww ssl nls perl python sdl mips -multilib nomultilib" + +# These are added to make dev-lang/php behave properly. See bug #120088 +USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib" |