diff options
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index b3918fcf..3442149e 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,13 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.49 2010/01/24 17:58:52 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.59 2010/10/21 20:07:02 olemarkus Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. -USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS NETBEANS_MODULES QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS SANE_BACKENDS RUBY_TARGETS" +USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS NETBEANS_MODULES QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS SANE_BACKENDS RUBY_TARGETS PHP_TARGETS NGINX_MODULES_HTTP NGINX_MODULES_MAIL XFCE_PLUGINS XTABLES_ADDONS GPSD_PROTOCOLS COLLECTD_PLUGINS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. @@ -26,13 +26,29 @@ KERNEL="linux" USERLAND="GNU" INPUT_DEVICES="keyboard mouse" +# Ole Markus With <olemarkus@gentoo.org> (09 Oct 2010) +# Default PHP targets (should always be latest stable version) +PHP_TARGETS="php5-2" + +# Andreas K. Huettel <dilfridge@gentoo.org> (28 Sep 2010) +# Small default list of enabled plugins for collectd +COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" + +# Tomáš Chvátal <scarabeus@gentoo.org> (26 Oct 2010) +# By default enable all protocols for average GPS user +GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" + # Diego Pettenò <flameeyes@gentoo.org> (21 Dec 2006) # Build everything for the average user ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" # Benedikt Böhm <hollow@gentoo.org> (27 Nov 2007) # Sane defaults for built-in apache modules -APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" +APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" + +# Peter Volkov <pva@gentoo.org> (29 Apr 2010) +# Set some defaults or package will fail to build (Check mconfig in package sources) +XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" # Robert Buchholz <rbu@gentoo.org> (17 Jan 2006) # Some common lcd devices @@ -71,3 +87,6 @@ USE="${USE} cxx" # We usually don't want python to (re)write .py[co] files during phase runs # since it could cause sandbox violations PYTHONDONTWRITEBYTECODE="1" + +# Let XZ use all memory when unpacking to avoid failure with low-mem #303975 +XZ_OPT="--memory=max" |