* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/10.12/x86/, profiles/, ...
@ 2016-10-11 10:05 Fabian Groffen
0 siblings, 0 replies; only message in thread
From: Fabian Groffen @ 2016-10-11 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 506ca33abda5750473fbebf2392b8c97003924fd
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 10:05:08 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 10:05:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506ca33a
profiles/prefix/darwin/macos: add 10.12 (macOS Sierra) profiles
profiles/prefix/darwin/macos/10.12/eapi | 1 +
profiles/prefix/darwin/macos/10.12/make.defaults | 9 ++++
profiles/prefix/darwin/macos/10.12/package.mask | 8 +++
profiles/prefix/darwin/macos/10.12/package.unmask | 8 +++
.../prefix/darwin/macos/10.12/package.use.mask | 8 +++
profiles/prefix/darwin/macos/10.12/parent | 1 +
profiles/prefix/darwin/macos/10.12/profile.bashrc | 5 ++
profiles/prefix/darwin/macos/10.12/x64/eapi | 1 +
.../prefix/darwin/macos/10.12/x64/make.defaults | 10 ++++
.../prefix/darwin/macos/10.12/x64/package.mask | 3 ++
.../darwin/macos/10.12/x64/package.use.force | 7 +++
.../prefix/darwin/macos/10.12/x64/package.use.mask | 5 ++
profiles/prefix/darwin/macos/10.12/x64/parent | 2 +
profiles/prefix/darwin/macos/10.12/x64/use.mask | 59 ++++++++++++++++++++++
profiles/prefix/darwin/macos/10.12/x86/eapi | 1 +
.../prefix/darwin/macos/10.12/x86/make.defaults | 10 ++++
.../prefix/darwin/macos/10.12/x86/package.mask | 10 ++++
.../darwin/macos/10.12/x86/package.use.force | 7 +++
.../prefix/darwin/macos/10.12/x86/package.use.mask | 5 ++
profiles/prefix/darwin/macos/10.12/x86/parent | 2 +
profiles/prefix/darwin/macos/10.12/x86/use.mask | 59 ++++++++++++++++++++++
profiles/profiles.desc | 2 +
22 files changed, 223 insertions(+)
diff --git a/profiles/prefix/darwin/macos/10.12/eapi b/profiles/prefix/darwin/macos/10.12/eapi
new file mode 100644
index 00000000..7ed6ff8
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/10.12/make.defaults b/profiles/prefix/darwin/macos/10.12/make.defaults
new file mode 100644
index 00000000..adaafb7
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+MACOSX_DEPLOYMENT_TARGET="10.12"
+
+# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
+# but it generates problems, #456234
+#FEATURES="sandbox"
diff --git a/profiles/prefix/darwin/macos/10.12/package.mask b/profiles/prefix/darwin/macos/10.12/package.mask
new file mode 100644
index 00000000..755c6e5
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/package.mask
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Fabian Groffen <grobian@gentoo.org> (30 Sep 2012)
+# Requires XQuartz, since Apple dropped much of X-support in 10.8
+# (a.k.a. Mountain Lion), bug #431182
+media-libs/opengl-apple
diff --git a/profiles/prefix/darwin/macos/10.12/package.unmask b/profiles/prefix/darwin/macos/10.12/package.unmask
new file mode 100644
index 00000000..52ec79f
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/package.unmask
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# James Le Cuirot <chewi@gentoo.org> (29 Jul 2015)
+# Recent releases are supported in >10.10.
+dev-java/oracle-jdk-bin
+dev-java/oracle-jre-bin
diff --git a/profiles/prefix/darwin/macos/10.12/package.use.mask b/profiles/prefix/darwin/macos/10.12/package.use.mask
new file mode 100644
index 00000000..0d0903b
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/package.use.mask
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Fabian Groffen <grobian@gentoo.org> (10 Apr 2011)
+# as long as util-linux installs uuid.h which breaks the system headers
+# (hence we don't) we can't do uuid support here
+x11-libs/libSM -uuid
diff --git a/profiles/prefix/darwin/macos/10.12/parent b/profiles/prefix/darwin/macos/10.12/parent
new file mode 100644
index 00000000..f3229c5b
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/prefix/darwin/macos/10.12/profile.bashrc b/profiles/prefix/darwin/macos/10.12/profile.bashrc
new file mode 100644
index 00000000..aa7550e
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/profile.bashrc
@@ -0,0 +1,5 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+export MACOSX_DEPLOYMENT_TARGET=10.12
diff --git a/profiles/prefix/darwin/macos/10.12/x64/eapi b/profiles/prefix/darwin/macos/10.12/x64/eapi
new file mode 100644
index 00000000..7ed6ff8
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x64/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/10.12/x64/make.defaults b/profiles/prefix/darwin/macos/10.12/x64/make.defaults
new file mode 100644
index 00000000..05c9481
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x64/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+ARCH="x64-macos"
+CHOST="x86_64-apple-darwin16"
+ACCEPT_KEYWORDS="~x64-macos"
+
+USE="mmx mmxext sse sse2"
+CPU_FLAGS_X86="mmx mmxext sse sse2"
diff --git a/profiles/prefix/darwin/macos/10.12/x64/package.mask b/profiles/prefix/darwin/macos/10.12/x64/package.mask
new file mode 100644
index 00000000..4d1375a
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x64/package.mask
@@ -0,0 +1,3 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
diff --git a/profiles/prefix/darwin/macos/10.12/x64/package.use.force b/profiles/prefix/darwin/macos/10.12/x64/package.use.force
new file mode 100644
index 00000000..7bbf614d
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x64/package.use.force
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
+# compiles with -aqua, doesn't work, though
+media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.12/x64/package.use.mask b/profiles/prefix/darwin/macos/10.12/x64/package.use.mask
new file mode 100644
index 00000000..8b9a0be
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x64/package.use.mask
@@ -0,0 +1,5 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+
diff --git a/profiles/prefix/darwin/macos/10.12/x64/parent b/profiles/prefix/darwin/macos/10.12/x64/parent
new file mode 100644
index 00000000..269f6f4
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x64/parent
@@ -0,0 +1,2 @@
+..
+../../arch/x64
diff --git a/profiles/prefix/darwin/macos/10.12/x64/use.mask b/profiles/prefix/darwin/macos/10.12/x64/use.mask
new file mode 100644
index 00000000..eb93a78
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x64/use.mask
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# This file masks out USE flags that are simply NOT allowed in the default
+# x86 profile. This works, for example, if another architecture's
+# profile have a USE flag associated with (such as altivec, mmx, etc).
+
+# Unmask x86 instruction sets
+-icc
+-icc-pgo
+-ifc
+-mmx
+-mmxext
+-sse
+-sse2
+-ssse3
+-cpu_flags_x86_mmx
+-cpu_flags_x86_mmxext
+-cpu_flags_x86_sse
+-cpu_flags_x86_sse2
+-cpu_flags_x86_ssse3
+-svga
+-kqemu
+
+# Unmask nvidia XvMC support
+-nvidia
+
+# Unmask dev-db/oracle-instantclient-basic support
+-oci8-instant-client
+
+# Unmask osp, used by asterisk; bug 115798
+-osp
+
+# Modular X: unmask for architectures on which they are available
+-input_devices_synaptics
+-input_devices_vmmouse
+-input_devices_wacom
+-video_cards_nvidia
+-video_cards_fglrx
+-video_cards_vmware
+
+# Modular X: mask for architectures on which they aren't available
+video_cards_newport
+
+#codec support
+-x264
+
+# lvm2 cluster
+-gulm
+
+# ibm is only used for ppc64 stuff
+ibm
+
+# psyco works on x86
+-psyco
+
+# Adobe FDF toolkit is x86 only.
+-fdftk
diff --git a/profiles/prefix/darwin/macos/10.12/x86/eapi b/profiles/prefix/darwin/macos/10.12/x86/eapi
new file mode 100644
index 00000000..7ed6ff8
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x86/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/10.12/x86/make.defaults b/profiles/prefix/darwin/macos/10.12/x86/make.defaults
new file mode 100644
index 00000000..a85c683
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x86/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+ARCH="x86-macos"
+CHOST="i686-apple-darwin16"
+ACCEPT_KEYWORDS="~x86-macos"
+
+USE="mmx mmxext sse sse2"
+CPU_FLAGS_X86="mmx mmxext sse sse2"
diff --git a/profiles/prefix/darwin/macos/10.12/x86/package.mask b/profiles/prefix/darwin/macos/10.12/x86/package.mask
new file mode 100644
index 00000000..4e1289f
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x86/package.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# The Carbon interface has been removed entirely in Lion, only tk-8.6
+# will come with Cocoa support. If you must have tk, you'll have to
+# force USE=-aqua, but don't report bugs for incompatabilities you might
+# encounter.
+# NOTE: keep this mask synced with arch/x64
+<dev-lang/tk-8.6
diff --git a/profiles/prefix/darwin/macos/10.12/x86/package.use.force b/profiles/prefix/darwin/macos/10.12/x86/package.use.force
new file mode 100644
index 00000000..7bbf614d
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x86/package.use.force
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Elias Pipping <pipping@gentoo.org> (30 Sep 2007)
+# compiles with -aqua, doesn't work, though
+media-video/mplayer aqua
diff --git a/profiles/prefix/darwin/macos/10.12/x86/package.use.mask b/profiles/prefix/darwin/macos/10.12/x86/package.use.mask
new file mode 100644
index 00000000..8b9a0be
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x86/package.use.mask
@@ -0,0 +1,5 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+
diff --git a/profiles/prefix/darwin/macos/10.12/x86/parent b/profiles/prefix/darwin/macos/10.12/x86/parent
new file mode 100644
index 00000000..93220d0
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x86/parent
@@ -0,0 +1,2 @@
+..
+../../arch/x86
diff --git a/profiles/prefix/darwin/macos/10.12/x86/use.mask b/profiles/prefix/darwin/macos/10.12/x86/use.mask
new file mode 100644
index 00000000..eb93a78
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.12/x86/use.mask
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# This file masks out USE flags that are simply NOT allowed in the default
+# x86 profile. This works, for example, if another architecture's
+# profile have a USE flag associated with (such as altivec, mmx, etc).
+
+# Unmask x86 instruction sets
+-icc
+-icc-pgo
+-ifc
+-mmx
+-mmxext
+-sse
+-sse2
+-ssse3
+-cpu_flags_x86_mmx
+-cpu_flags_x86_mmxext
+-cpu_flags_x86_sse
+-cpu_flags_x86_sse2
+-cpu_flags_x86_ssse3
+-svga
+-kqemu
+
+# Unmask nvidia XvMC support
+-nvidia
+
+# Unmask dev-db/oracle-instantclient-basic support
+-oci8-instant-client
+
+# Unmask osp, used by asterisk; bug 115798
+-osp
+
+# Modular X: unmask for architectures on which they are available
+-input_devices_synaptics
+-input_devices_vmmouse
+-input_devices_wacom
+-video_cards_nvidia
+-video_cards_fglrx
+-video_cards_vmware
+
+# Modular X: mask for architectures on which they aren't available
+video_cards_newport
+
+#codec support
+-x264
+
+# lvm2 cluster
+-gulm
+
+# ibm is only used for ppc64 stuff
+ibm
+
+# psyco works on x86
+-psyco
+
+# Adobe FDF toolkit is x86 only.
+-fdftk
diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 5e8a43c..4b1f0c8 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -272,6 +272,8 @@ x86-macos prefix/darwin/macos/10.10/x86 exp
x64-macos prefix/darwin/macos/10.10/x64 exp
x86-macos prefix/darwin/macos/10.11/x86 exp
x64-macos prefix/darwin/macos/10.11/x64 exp
+x86-macos prefix/darwin/macos/10.12/x86 exp
+x64-macos prefix/darwin/macos/10.12/x64 exp
# Solaris Profiles
sparc-solaris prefix/sunos/solaris/5.9/sparc exp
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-11 10:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-11 10:05 [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/10.12/x86/, profiles/, Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox