Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin/macos/10.6: make.defaults
Date: Tue, 26 Feb 2013 21:24:03
Message-Id: 20130226212400.3BE7C2171F@flycatcher.gentoo.org
1 grobian 13/02/26 21:24:00
2
3 Modified: make.defaults
4 Log:
5 Disable sandbox on OSX again, due to #456234 (vcs eclass problems)
6
7 Revision Changes Path
8 1.3 profiles/prefix/darwin/macos/10.6/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults?r1=1.2&r2=1.3
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- make.defaults 30 Oct 2012 17:50:49 -0000 1.2
21 +++ make.defaults 26 Feb 2013 21:24:00 -0000 1.3
22 @@ -1,8 +1,9 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2013 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults,v 1.2 2012/10/30 17:50:49 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults,v 1.3 2013/02/26 21:24:00 grobian Exp $
28
29 MACOSX_DEPLOYMENT_TARGET="10.6"
30
31 # sandbox is working with use of Mac OS X's seatbelt (since 10.5)
32 -FEATURES="sandbox"
33 +# but it generates problems, #456234
34 +#FEATURES="sandbox"