Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix: ChangeLog make.defaults
Date: Tue, 30 Jun 2009 16:35:02
Message-Id: E1MLgIM-000266-DH@stork.gentoo.org
1 darkside 09/06/30 16:34:58
2
3 Modified: ChangeLog make.defaults
4 Log:
5 Mark FEATURES=-sandbox globally because it fails to work reliably on any Gentoo Prefix platform.
6
7 Revision Changes Path
8 1.19 profiles/prefix/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/ChangeLog?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/ChangeLog?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/ChangeLog?r1=1.18&r2=1.19
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- ChangeLog 30 Jun 2009 15:57:34 -0000 1.18
21 +++ ChangeLog 30 Jun 2009 16:34:58 -0000 1.19
22 @@ -1,6 +1,15 @@
23 # ChangeLog for profiles/prefix
24 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Id: ChangeLog,v 1.18 2009/06/30 15:57:34 darkside Exp $
26 +# $Id: ChangeLog,v 1.19 2009/06/30 16:34:58 darkside Exp $
27 +
28 + 30 Jun 2009; Jeremy Olexa <darkside@g.o> aix/make.defaults,
29 + bsd/freebsd/make.defaults, bsd/netbsd/make.defaults,
30 + bsd/openbsd/make.defaults, darwin/make.defaults, hpux/make.defaults,
31 + irix/make.defaults, make.defaults, mint/make.defaults,
32 + sunos/make.defaults, windows/interix/make.defaults,
33 + windows/winnt/make.defaults:
34 + Mark FEATURES=-sandbox globally because it fails to work reliably on any
35 + Gentoo Prefix platform.
36
37 30 Jun 2009; Jeremy Olexa <darkside@g.o> package.mask:
38 Remove subversion mask
39
40
41
42 1.2 profiles/prefix/make.defaults
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/make.defaults?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/make.defaults?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/make.defaults?r1=1.1&r2=1.2
47
48 Index: make.defaults
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/make.defaults,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- make.defaults 6 Jun 2009 03:54:33 -0000 1.1
55 +++ make.defaults 30 Jun 2009 16:34:58 -0000 1.2
56 @@ -1,3 +1,7 @@
57 +# Copyright 1999-2009 Gentoo Foundation
58 +# Distributed under the terms of the GNU General Public License v2
59 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/make.defaults,v 1.2 2009/06/30 16:34:58 darkside Exp $
60 +
61 # Some USE-flags that only die-hards don't want:
62 # readline: to have some sane command line editing, e.g. in python
63 # zlib: for many things you just want gzip support
64 @@ -7,6 +11,20 @@
65
66 FEATURES="collision-protect"
67
68 +# Jeremy Olexa <darkside@g.o> (30 Jun 2009)
69 +# As of now, there does not exist a reliable working sandbox implementation on
70 +# any Gentoo Prefix platform. Lately, sandbox has caused *many* issues that
71 +# the Gentoo Prefix team has no time to fix and/or troubleshoot. see: bug 271424
72 +# see:
73 +# http://archives.gentoo.org/gentoo-alt/msg_3c355ca5e70e7975eae293823f1751f2.xml
74 +# see: bug 274239
75 +# and other issues, etc etc.
76 +#
77 +# If in the future, there does exist a working sandbox implementation then it
78 +# should be enabled on a per-profile basis only.
79 +FEATURES="-sandbox"
80 +
81 +
82 # this probably already is like this, but we assure that in prefix we
83 # have a GNU userland
84 USERLAND="GNU"