Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/uclibc: make.defaults
Date: Fri, 05 Dec 2008 00:09:21
Message-Id: E1L8OFx-0001Wr-DU@stork.gentoo.org
1 solar 08/12/05 00:09:17
2
3 Modified: make.defaults
4 Log:
5 testing for robbat2
6
7 Revision Changes Path
8 1.11 profiles/uclibc/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/uclibc/make.defaults?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/uclibc/make.defaults?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/uclibc/make.defaults?r1=1.10&r2=1.11
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/uclibc/make.defaults,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- make.defaults 1 Apr 2008 17:41:39 -0000 1.10
21 +++ make.defaults 5 Dec 2008 00:09:17 -0000 1.11
22 @@ -1,48 +1,9 @@
23 STAGE1_USE="uclibc"
24 GRP_STAGE23_USE="ncurses readline zlib uclibc"
25 -USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6"
26 -
27 +USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd -isdnlog"
28 CFLAGS="-Os"
29 CXXFLAGS="${CFLAGS}"
30 -
31 PORTAGE_LIBC="uClibc"
32 -
33 ELIBC=uclibc
34 -
35 -#
36 -# FEATURES are settings that affect the functionality of portage. Most of
37 -# these settings are for developer use, but some are available to non-
38 -# developers as well.
39 -#
40 -# 'nodoc' remove 'doc' in the preinstall phase.
41 -# functionality equivalent to rm -rf usr/share/doc/
42 -#
43 -# 'noinfo' remove 'info' pages in the preinstall phase.
44 -# functionality equivalent to rm -rf usr/share/info/
45 -#
46 -# 'noman' remove 'man' pages in the preinstall phase.
47 -# functionality equivalent to rm -rf usr/share/man/
48 -#
49 -# 'sandbox' enable sandbox-ing when running emerge and ebuild
50 -#
51 -# 'sfperms' feature for security minded people that causes portage to
52 -# remove group+other readable bits on setuid files and
53 -# remove the other readable bits on setgid files.
54 -#
55 -# 'strict' causes portage to react strongly to conditions that
56 -# have the potential to be dangerous -- like missing or
57 -# incorrect Manifest files.
58 -#
59 -# 'userpriv' allows portage to drop root privleges while it is compiling
60 -# as a security measure, and as a side effect this can remove
61 -# sandbox access violations for users.
62 -#
63 -# 'usersandbox' enables sandboxing while portage is running under userpriv.
64 -# unpack -- for debugging purposes only.
65 -
66 FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig"
67
68 -# These are here because I am adding this to default-linux and removing it from
69 -# the leaf profiles. If you would like these as defaults, feel free to remove
70 -# the following line.
71 -USE="${USE} -pppd -isdnlog"