games-simulation/cannonsmash: Stop using games.eclass
[gentoo.git] / profiles / base / make.defaults
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 #
4 # System-wide defaults for the Portage system
5 # See portage(5) manpage
6
7 # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
8 IUSE_IMPLICIT="prefix prefix-chain prefix-guest"
9 USE_EXPAND_IMPLICIT="ELIBC KERNEL USERLAND"
10 USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
11 USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
12 USE_EXPAND_VALUES_USERLAND="BSD GNU"
13
14 # Env vars to expand into USE vars.  Modifying this requires prior
15 # discussion on gentoo-dev@lists.gentoo.org.
16 USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CALLIGRA_EXPERIMENTAL_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS"
17
18 # USE_EXPAND variables whose contents are not shown in package manager
19 # output. Changes need discussion on gentoo-dev.
20 USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_S390 ABI_X86 CPU_FLAGS_ARM CPU_FLAGS_X86"
21
22 CONFIG_PROTECT="/etc"
23 CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"
24
25 # Variables that are set exclusively by the profile
26 # and not by user configuration files.
27 PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ELIBC IUSE_IMPLICIT KERNEL USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"
28
29 # 'Sane' defaults
30 ELIBC="glibc"
31 KERNEL="linux"
32 USERLAND="GNU"
33 INPUT_DEVICES="keyboard mouse"
34
35 # Tomáš Chvátal <scarabeus@gentoo.org> (23 Mar 2013)
36 # By default enable libreoffice implementation only.
37 OFFICE_IMPLEMENTATION="libreoffice"
38
39 # Tomáš Chvátal <scarabeus@gentoo.org> (12 Aug 2011)
40 # By default do not build any grub platform and let it guess.
41 GRUB_PLATFORMS=""
42
43 # Tomáš Chvátal <scarabeus@gentoo.org> (05 May 2013)
44 # By default enable all extensions with no dependencies
45 LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer"
46
47 # Tomáš Chvátal <scarabeus@gentoo.org> (15 May 2011)
48 # Andreas K. Hüttel <dilfridge@gentoo.org> (19 Aug 2011, 25 Mar 2012)
49 # Johannes Huber <johu@gentoo.org> (15 Apr 2018)
50 # By default build all calligra features.
51 CALLIGRA_FEATURES="karbon plan sheets stage words"
52
53 # Andreas K. Huettel <dilfridge@gentoo.org> (28 Sep 2010)
54 # Small default list of enabled plugins for collectd
55 COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
56
57 # Tomáš Chvátal <scarabeus@gentoo.org> (26 Oct 2010)
58 # By default enable all protocols for average GPS user
59 GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx"
60
61 # Benedikt Böhm <hollow@gentoo.org> (27 Nov 2007)
62 # Sane defaults for built-in apache modules
63 # Patrick Lauer <patrick@gentoo.org> (12 Oct 2012)
64 # extend for apache 2.4
65 APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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"
66
67 # Peter Volkov <pva@gentoo.org> (29 Apr 2010)
68 # Set some defaults or package will fail to build (Check mconfig in package sources)
69 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"
70
71 # Robert Buchholz <rbu@gentoo.org> (17 Jan 2006)
72 # Some common lcd devices
73 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
74
75 # Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008)
76 # Netbeans modules/clusters
77 NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"
78
79 # 2009/09/21 Robin H. Johnson <robbat2@gentoo.org>
80 # https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
81 # Build kernel modules from linux-mod by default:
82 USE="${USE} modules"
83
84 # Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015)
85 # Default Ruby build target
86 # Updated to include ruby23 on 21 Jan 2018
87 RUBY_TARGETS="ruby22 ruby23"
88
89 # Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009)
90 # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx
91 # instead of USE nocxx.
92 # https://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f.xml
93 USE="${USE} cxx"
94
95 # Enable extended filesystem attribute support by default.
96 # https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0
97 USE="${USE} xattr"
98
99 # Tiziano Müller <dev-zero@gentoo.org> (24 Jan 2010)
100 # We usually don't want python to (re)write .py[co] files during phase runs
101 # since it could cause sandbox violations
102 PYTHONDONTWRITEBYTECODE="1"
103
104 # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
105 # Add default USE value for bootstrap and rename it from STAGE1_USE to BOOTSTRAP_USE
106 # Add in expanded PYTHON_TARGETS or stage1 builds break because of USE="-* ${BOOTSTRAP_USE}"
107 # This MUST be kept in sync with the PYTHON_TARGETS below
108 BOOTSTRAP_USE="cxx unicode internal-glib python_targets_python3_5 python_targets_python2_7"
109
110 # Mike Gilbert <floppym@gentoo.org> (15 May 2012)
111 # Default target(s) for python-r1.eclass
112 # Updated to python3_5 on 28 Nov 2017
113 PYTHON_TARGETS="python2_7 python3_5"
114 PYTHON_SINGLE_TARGET="python3_5"
115
116 # Michał Górny <mgorny@gentoo.org> (10 Aug 2013)
117 # Moved from portage's make.globals.
118 # 1) do not uninstall kernel modules and therefore allow replacing them,
119 # 2) allow replacing unowned compiled Python modules (python-r1 migration),
120 # 3) allow replacing unowned dropin.cache files (twisted-r1 migration).
121 # 4) protect /var/{run,lock} symlinks for bug 519620
122 COLLISION_IGNORE="/lib/modules/* *.py[co] *\$py.class */dropin.cache"
123 UNINSTALL_IGNORE="/lib/modules/* /var/run /var/lock"
124
125 # Andreas K. Hüttel <dilfridge@gentoo.org> (23 Aug 2013)
126 # Make emerge messages default to English as per Council decision
127 LC_MESSAGES="C"
128
129 # Brian Dolbec <dolsen@gentoo.org> (16 Jun 2017)
130 # disable twisted's plugin cache update to prevent access violations
131 # call /usr/bin/twisted-regen-cache in pkg_postinst()
132 TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
133
134 # Aaron W. Swenson <titanofold@gentoo.org> (9 Jul 2017)
135 # Default target(s) for postgres{,-multi}.eclass
136 POSTGRES_TARGETS="postgres9_5"
137
138 # Michael Orlitzky <mjo@gentoo.org> (17 Nov 2017)
139 #
140 # Default PHP targets, used only for extensions at the moment.
141 #
142 # The value of this variable should be chosen to be "least annoying by
143 # default." For example, some packages support only php-5.x and some
144 # only php-7.x. By having both "php5-6" and php7-0" in PHP_TARGETS, we
145 # ensure that users who don't care one way or the other don't have to
146 # mess with this variable in order to install those packages.
147 #
148 # Moreover, it should only contain targets that have a stable version
149 # of PHP, to avoid pulling in an unstable PHP on stable systems.
150 #
151 PHP_TARGETS="php5-6 php7-0"