diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-10-30 17:50:49 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-10-30 17:50:49 +0000 |
commit | 048412105e885493ea33a9f7345509c5f7293c0c (patch) | |
tree | bcb645c688971f26e4528e8e45c8ef030ca170f7 /profiles/prefix | |
parent | stable ppc64, bug #439146 (diff) | |
download | gentoo-2-048412105e885493ea33a9f7345509c5f7293c0c.tar.gz gentoo-2-048412105e885493ea33a9f7345509c5f7293c0c.tar.bz2 gentoo-2-048412105e885493ea33a9f7345509c5f7293c0c.zip |
Enable sandbox (seatbelt) on Mac OS X >=10.5
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.5/make.defaults | 7 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.6/make.defaults | 7 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.7/make.defaults | 7 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.8/make.defaults | 5 |
5 files changed, 25 insertions, 8 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index dca4f1a3f4d3..4b605f9ffbf0 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profiles/prefix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.365 2012/10/27 12:52:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.366 2012/10/30 17:50:49 grobian Exp $ + + 30 Oct 2012; 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: + Enable sandbox (seatbelt) on Mac OS X >=10.5 27 Oct 2012; Fabian Groffen <grobian@gentoo.org> package.mask: Mask sys-apps/coreutils-8.20 due to parallel make and libiconv issues diff --git a/profiles/prefix/darwin/macos/10.5/make.defaults b/profiles/prefix/darwin/macos/10.5/make.defaults index 563ea632ea8b..2b54ce491e13 100644 --- a/profiles/prefix/darwin/macos/10.5/make.defaults +++ b/profiles/prefix/darwin/macos/10.5/make.defaults @@ -1,5 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 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.1 2009/06/06 03:54:49 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/make.defaults,v 1.2 2012/10/30 17:50:49 grobian Exp $ MACOSX_DEPLOYMENT_TARGET="10.5" + +# sandbox is working with use of Mac OS X's seatbelt (since 10.5) +FEATURES="sandbox" diff --git a/profiles/prefix/darwin/macos/10.6/make.defaults b/profiles/prefix/darwin/macos/10.6/make.defaults index d47f0269677a..3c8b435f6209 100644 --- a/profiles/prefix/darwin/macos/10.6/make.defaults +++ b/profiles/prefix/darwin/macos/10.6/make.defaults @@ -1,5 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 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.1 2009/08/17 09:46:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/make.defaults,v 1.2 2012/10/30 17:50:49 grobian Exp $ MACOSX_DEPLOYMENT_TARGET="10.6" + +# sandbox is working with use of Mac OS X's seatbelt (since 10.5) +FEATURES="sandbox" diff --git a/profiles/prefix/darwin/macos/10.7/make.defaults b/profiles/prefix/darwin/macos/10.7/make.defaults index c16ebd2780ca..a15b63cfd3d1 100644 --- a/profiles/prefix/darwin/macos/10.7/make.defaults +++ b/profiles/prefix/darwin/macos/10.7/make.defaults @@ -1,5 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.1 2011/07/04 08:27:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/make.defaults,v 1.2 2012/10/30 17:50:49 grobian Exp $ MACOSX_DEPLOYMENT_TARGET="10.7" + +# sandbox is working with use of Mac OS X's seatbelt (since 10.5) +FEATURES="sandbox" diff --git a/profiles/prefix/darwin/macos/10.8/make.defaults b/profiles/prefix/darwin/macos/10.8/make.defaults index 943031845fc5..498aaf8c21ae 100644 --- a/profiles/prefix/darwin/macos/10.8/make.defaults +++ b/profiles/prefix/darwin/macos/10.8/make.defaults @@ -1,5 +1,8 @@ # Copyright 1999-2012 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.2 2012/07/31 16:25:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/make.defaults,v 1.3 2012/10/30 17:50:49 grobian Exp $ MACOSX_DEPLOYMENT_TARGET="10.8" + +# sandbox is working with use of Mac OS X's seatbelt (since 10.5) +FEATURES="sandbox" |