summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2013-02-26 21:24:00 +0000
committerFabian Groffen <grobian@gentoo.org>2013-02-26 21:24:00 +0000
commite981cbf8b2b40522435051df86e1e096e080d46c (patch)
tree3a5af7b658aba671f960ca4c51dcee7d44ff77b3 /profiles
parentBeta channel bump. (diff)
downloadhistorical-e981cbf8b2b40522435051df86e1e096e080d46c.tar.gz
historical-e981cbf8b2b40522435051df86e1e096e080d46c.tar.bz2
historical-e981cbf8b2b40522435051df86e1e096e080d46c.zip
Disable sandbox on OSX again, due to #456234 (vcs eclass problems)
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/ChangeLog7
-rw-r--r--profiles/prefix/darwin/macos/10.5/make.defaults7
-rw-r--r--profiles/prefix/darwin/macos/10.6/make.defaults7
-rw-r--r--profiles/prefix/darwin/macos/10.7/make.defaults7
-rw-r--r--profiles/prefix/darwin/macos/10.8/make.defaults7
5 files changed, 22 insertions, 13 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index abe862028cd9..2645d1ae83f7 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.377 2013/02/02 13:12:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.378 2013/02/26 21:23:59 grobian Exp $
+
+ 26 Feb 2013; Fabian Groffen <grobian@gentoo.org>
+ darwin/macos/10.5/make.defaults, darwin/macos/10.6/make.defaults,
+ darwin/macos/10.7/make.defaults, darwin/macos/10.8/make.defaults:
+ Disable sandbox on OSX again, due to #456234 (vcs eclass problems)
02 Feb 2013; Fabian Groffen <grobian@gentoo.org> aix/use.mask, bsd/use.mask,
darwin/macos/10.4/x86/use.mask, darwin/macos/10.5/x64/use.mask,
diff --git a/profiles/prefix/darwin/macos/10.5/make.defaults b/profiles/prefix/darwin/macos/10.5/make.defaults
index 2b54ce491e13..250751e6d260 100644
--- a/profiles/prefix/darwin/macos/10.5/make.defaults
+++ b/profiles/prefix/darwin/macos/10.5/make.defaults
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/make.defaults,v 1.2 2012/10/30 17:50:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/make.defaults,v 1.3 2013/02/26 21:23:59 grobian Exp $
MACOSX_DEPLOYMENT_TARGET="10.5"
# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
-FEATURES="sandbox"
+# but it generates problems, #456234
+#FEATURES="sandbox"
diff --git a/profiles/prefix/darwin/macos/10.6/make.defaults b/profiles/prefix/darwin/macos/10.6/make.defaults
index 3c8b435f6209..9c8673094cc4 100644
--- a/profiles/prefix/darwin/macos/10.6/make.defaults
+++ b/profiles/prefix/darwin/macos/10.6/make.defaults
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults,v 1.2 2012/10/30 17:50:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults,v 1.3 2013/02/26 21:24:00 grobian Exp $
MACOSX_DEPLOYMENT_TARGET="10.6"
# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
-FEATURES="sandbox"
+# but it generates problems, #456234
+#FEATURES="sandbox"
diff --git a/profiles/prefix/darwin/macos/10.7/make.defaults b/profiles/prefix/darwin/macos/10.7/make.defaults
index a15b63cfd3d1..3319821cf9c8 100644
--- a/profiles/prefix/darwin/macos/10.7/make.defaults
+++ b/profiles/prefix/darwin/macos/10.7/make.defaults
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/make.defaults,v 1.2 2012/10/30 17:50:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/make.defaults,v 1.3 2013/02/26 21:24:00 grobian Exp $
MACOSX_DEPLOYMENT_TARGET="10.7"
# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
-FEATURES="sandbox"
+# but it generates problems, #456234
+#FEATURES="sandbox"
diff --git a/profiles/prefix/darwin/macos/10.8/make.defaults b/profiles/prefix/darwin/macos/10.8/make.defaults
index 498aaf8c21ae..f6c0a34a056d 100644
--- a/profiles/prefix/darwin/macos/10.8/make.defaults
+++ b/profiles/prefix/darwin/macos/10.8/make.defaults
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/make.defaults,v 1.3 2012/10/30 17:50:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/make.defaults,v 1.4 2013/02/26 21:24:00 grobian Exp $
MACOSX_DEPLOYMENT_TARGET="10.8"
# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
-FEATURES="sandbox"
+# but it generates problems, #456234
+#FEATURES="sandbox"