profiles/prefix: add macOS High Sierra profile
authorFabian Groffen <grobian@gentoo.org>
Fri, 22 Sep 2017 09:33:50 +0000 (11:33 +0200)
committerFabian Groffen <grobian@gentoo.org>
Fri, 22 Sep 2017 09:33:50 +0000 (11:33 +0200)
22 files changed:
profiles/prefix/darwin/macos/10.13/eapi [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/make.defaults [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/package.mask [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/package.unmask [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/package.use.mask [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/parent [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/profile.bashrc [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x64/eapi [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x64/make.defaults [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x64/package.mask [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x64/package.use.force [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x64/package.use.mask [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x64/parent [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x64/use.mask [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x86/eapi [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x86/make.defaults [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x86/package.mask [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x86/package.use.force [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x86/package.use.mask [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x86/parent [new file with mode: 0644]
profiles/prefix/darwin/macos/10.13/x86/use.mask [new file with mode: 0644]
profiles/profiles.desc

diff --git a/profiles/prefix/darwin/macos/10.13/eapi b/profiles/prefix/darwin/macos/10.13/eapi
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/10.13/make.defaults b/profiles/prefix/darwin/macos/10.13/make.defaults
new file mode 100644 (file)
index 0000000..6dc36a6
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+MACOSX_DEPLOYMENT_TARGET="10.13"
+
+# 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.13/package.mask b/profiles/prefix/darwin/macos/10.13/package.mask
new file mode 100644 (file)
index 0000000..41658a1
--- /dev/null
@@ -0,0 +1,7 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# 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.13/package.unmask b/profiles/prefix/darwin/macos/10.13/package.unmask
new file mode 100644 (file)
index 0000000..40d7b78
--- /dev/null
@@ -0,0 +1,7 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# 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.13/package.use.mask b/profiles/prefix/darwin/macos/10.13/package.use.mask
new file mode 100644 (file)
index 0000000..16ddb12
--- /dev/null
@@ -0,0 +1,7 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# 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.13/parent b/profiles/prefix/darwin/macos/10.13/parent
new file mode 100644 (file)
index 0000000..f3229c5
--- /dev/null
@@ -0,0 +1 @@
+..
diff --git a/profiles/prefix/darwin/macos/10.13/profile.bashrc b/profiles/prefix/darwin/macos/10.13/profile.bashrc
new file mode 100644 (file)
index 0000000..960cf84
--- /dev/null
@@ -0,0 +1,4 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+export MACOSX_DEPLOYMENT_TARGET=10.13
diff --git a/profiles/prefix/darwin/macos/10.13/x64/eapi b/profiles/prefix/darwin/macos/10.13/x64/eapi
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/10.13/x64/make.defaults b/profiles/prefix/darwin/macos/10.13/x64/make.defaults
new file mode 100644 (file)
index 0000000..fa11dd0
--- /dev/null
@@ -0,0 +1,5 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="x86_64-apple-darwin17"
+CHOST_amd64="${CHOST}"
diff --git a/profiles/prefix/darwin/macos/10.13/x64/package.mask b/profiles/prefix/darwin/macos/10.13/x64/package.mask
new file mode 100644 (file)
index 0000000..320a6bb
--- /dev/null
@@ -0,0 +1,2 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
diff --git a/profiles/prefix/darwin/macos/10.13/x64/package.use.force b/profiles/prefix/darwin/macos/10.13/x64/package.use.force
new file mode 100644 (file)
index 0000000..4cd81fc
--- /dev/null
@@ -0,0 +1,6 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# 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.13/x64/package.use.mask b/profiles/prefix/darwin/macos/10.13/x64/package.use.mask
new file mode 100644 (file)
index 0000000..70e5d80
--- /dev/null
@@ -0,0 +1,4 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+
diff --git a/profiles/prefix/darwin/macos/10.13/x64/parent b/profiles/prefix/darwin/macos/10.13/x64/parent
new file mode 100644 (file)
index 0000000..269f6f4
--- /dev/null
@@ -0,0 +1,2 @@
+..
+../../arch/x64
diff --git a/profiles/prefix/darwin/macos/10.13/x64/use.mask b/profiles/prefix/darwin/macos/10.13/x64/use.mask
new file mode 100644 (file)
index 0000000..dcc0e99
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# 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
+-ifc
+-cpu_flags_x86_mmx
+-cpu_flags_x86_mmxext
+-cpu_flags_x86_sse
+-cpu_flags_x86_sse2
+-cpu_flags_x86_ssse3
+-svga
+
+# Unmask nvidia XvMC support
+-nvidia
+
+# Unmask dev-db/oracle-instantclient-basic support
+-oci8-instant-client
+
+# Modular X: unmask for architectures on which they are available
+-input_devices_synaptics
+-input_devices_vmmouse
+-input_devices_wacom
+-video_cards_nvidia
+-video_cards_vmware
+
+# Modular X: mask for architectures on which they aren't available
+video_cards_newport
+
+# ibm is only used for ppc64 stuff
+ibm
diff --git a/profiles/prefix/darwin/macos/10.13/x86/eapi b/profiles/prefix/darwin/macos/10.13/x86/eapi
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/10.13/x86/make.defaults b/profiles/prefix/darwin/macos/10.13/x86/make.defaults
new file mode 100644 (file)
index 0000000..801d199
--- /dev/null
@@ -0,0 +1,5 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="i686-apple-darwin17"
+CHOST_x86="${CHOST}"
diff --git a/profiles/prefix/darwin/macos/10.13/x86/package.mask b/profiles/prefix/darwin/macos/10.13/x86/package.mask
new file mode 100644 (file)
index 0000000..94be573
--- /dev/null
@@ -0,0 +1,9 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# 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.13/x86/package.use.force b/profiles/prefix/darwin/macos/10.13/x86/package.use.force
new file mode 100644 (file)
index 0000000..4cd81fc
--- /dev/null
@@ -0,0 +1,6 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# 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.13/x86/package.use.mask b/profiles/prefix/darwin/macos/10.13/x86/package.use.mask
new file mode 100644 (file)
index 0000000..70e5d80
--- /dev/null
@@ -0,0 +1,4 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+
diff --git a/profiles/prefix/darwin/macos/10.13/x86/parent b/profiles/prefix/darwin/macos/10.13/x86/parent
new file mode 100644 (file)
index 0000000..93220d0
--- /dev/null
@@ -0,0 +1,2 @@
+..
+../../arch/x86
diff --git a/profiles/prefix/darwin/macos/10.13/x86/use.mask b/profiles/prefix/darwin/macos/10.13/x86/use.mask
new file mode 100644 (file)
index 0000000..dcc0e99
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# 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
+-ifc
+-cpu_flags_x86_mmx
+-cpu_flags_x86_mmxext
+-cpu_flags_x86_sse
+-cpu_flags_x86_sse2
+-cpu_flags_x86_ssse3
+-svga
+
+# Unmask nvidia XvMC support
+-nvidia
+
+# Unmask dev-db/oracle-instantclient-basic support
+-oci8-instant-client
+
+# Modular X: unmask for architectures on which they are available
+-input_devices_synaptics
+-input_devices_vmmouse
+-input_devices_wacom
+-video_cards_nvidia
+-video_cards_vmware
+
+# Modular X: mask for architectures on which they aren't available
+video_cards_newport
+
+# ibm is only used for ppc64 stuff
+ibm
index 87ff08dcce601bd084f6d4f6ed44e280a59caf62..fc5e8c6a6ec8456eb094f02b53aabda0bc32ba4c 100644 (file)
@@ -261,6 +261,8 @@ 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
+x86-macos              prefix/darwin/macos/10.13/x86                   exp
+x64-macos              prefix/darwin/macos/10.13/x64                   exp
 
 # Solaris Profiles
 sparc-solaris          prefix/sunos/solaris/5.9/sparc                  exp