summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2022-11-02 09:00:31 +0100
committerFabian Groffen <grobian@gentoo.org>2022-11-02 09:01:02 +0100
commit52ccbf745d5609107f8b785f499b677eac3e9f50 (patch)
tree9af1f0c2d64e51fc376709494fce6ac3a2d5d2ce
parentmedia-libs/suil: Stabilize 0.10.18 ppc64, #879129 (diff)
downloadgentoo-52ccbf745d5609107f8b785f499b677eac3e9f50.tar.gz
gentoo-52ccbf745d5609107f8b785f499b677eac3e9f50.tar.bz2
gentoo-52ccbf745d5609107f8b785f499b677eac3e9f50.zip
profiles: add prefix/darwin/macos/13.0 profiles
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--profiles/prefix/darwin/macos/13.0/arm64/eapi1
-rw-r--r--profiles/prefix/darwin/macos/13.0/arm64/gcc/eapi1
-rw-r--r--profiles/prefix/darwin/macos/13.0/arm64/gcc/parent2
-rw-r--r--profiles/prefix/darwin/macos/13.0/arm64/gcc/use.mask5
-rw-r--r--profiles/prefix/darwin/macos/13.0/arm64/make.defaults5
-rw-r--r--profiles/prefix/darwin/macos/13.0/arm64/parent2
-rw-r--r--profiles/prefix/darwin/macos/13.0/eapi1
-rw-r--r--profiles/prefix/darwin/macos/13.0/make.defaults4
-rw-r--r--profiles/prefix/darwin/macos/13.0/package.use.mask7
-rw-r--r--profiles/prefix/darwin/macos/13.0/parent1
-rw-r--r--profiles/prefix/darwin/macos/13.0/profile.bashrc4
-rw-r--r--profiles/prefix/darwin/macos/13.0/x64/eapi1
-rw-r--r--profiles/prefix/darwin/macos/13.0/x64/gcc/eapi1
-rw-r--r--profiles/prefix/darwin/macos/13.0/x64/gcc/parent2
-rw-r--r--profiles/prefix/darwin/macos/13.0/x64/make.defaults5
-rw-r--r--profiles/prefix/darwin/macos/13.0/x64/parent2
-rw-r--r--profiles/prefix/darwin/macos/13.0/x64/use.mask30
-rw-r--r--profiles/profiles.desc2
18 files changed, 76 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/13.0/arm64/eapi b/profiles/prefix/darwin/macos/13.0/arm64/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/arm64/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/13.0/arm64/gcc/eapi b/profiles/prefix/darwin/macos/13.0/arm64/gcc/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/arm64/gcc/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/13.0/arm64/gcc/parent b/profiles/prefix/darwin/macos/13.0/arm64/gcc/parent
new file mode 100644
index 000000000000..5ebbfd24d627
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/arm64/gcc/parent
@@ -0,0 +1,2 @@
+..
+../../../features/fsf-gcc-nold
diff --git a/profiles/prefix/darwin/macos/13.0/arm64/gcc/use.mask b/profiles/prefix/darwin/macos/13.0/arm64/gcc/use.mask
new file mode 100644
index 000000000000..d60bd645fe97
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/arm64/gcc/use.mask
@@ -0,0 +1,5 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# SSP seems to cause asm/assembly errors with GCC, so disable it
+ssp
diff --git a/profiles/prefix/darwin/macos/13.0/arm64/make.defaults b/profiles/prefix/darwin/macos/13.0/arm64/make.defaults
new file mode 100644
index 000000000000..1242e5cea9b9
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/arm64/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="arm64-apple-darwin22"
+CHOST_arm64="${CHOST}"
diff --git a/profiles/prefix/darwin/macos/13.0/arm64/parent b/profiles/prefix/darwin/macos/13.0/arm64/parent
new file mode 100644
index 000000000000..a75c3ad0a555
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/arm64/parent
@@ -0,0 +1,2 @@
+..
+../../arch/arm64
diff --git a/profiles/prefix/darwin/macos/13.0/eapi b/profiles/prefix/darwin/macos/13.0/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/13.0/make.defaults b/profiles/prefix/darwin/macos/13.0/make.defaults
new file mode 100644
index 000000000000..dbdf6fb58958
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/make.defaults
@@ -0,0 +1,4 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+MACOSX_DEPLOYMENT_TARGET="13.0"
diff --git a/profiles/prefix/darwin/macos/13.0/package.use.mask b/profiles/prefix/darwin/macos/13.0/package.use.mask
new file mode 100644
index 000000000000..c43bf1e37402
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/package.use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Fabian Groffen <grobian@gentoo.org> (2011-04-10)
+# 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/13.0/parent b/profiles/prefix/darwin/macos/13.0/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/prefix/darwin/macos/13.0/profile.bashrc b/profiles/prefix/darwin/macos/13.0/profile.bashrc
new file mode 100644
index 000000000000..4d83a0ecc98f
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/profile.bashrc
@@ -0,0 +1,4 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+export MACOSX_DEPLOYMENT_TARGET=13.0
diff --git a/profiles/prefix/darwin/macos/13.0/x64/eapi b/profiles/prefix/darwin/macos/13.0/x64/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/x64/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/13.0/x64/gcc/eapi b/profiles/prefix/darwin/macos/13.0/x64/gcc/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/x64/gcc/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/darwin/macos/13.0/x64/gcc/parent b/profiles/prefix/darwin/macos/13.0/x64/gcc/parent
new file mode 100644
index 000000000000..fceecddb55c7
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/x64/gcc/parent
@@ -0,0 +1,2 @@
+..
+../../../features/fsf-gcc-ld64
diff --git a/profiles/prefix/darwin/macos/13.0/x64/make.defaults b/profiles/prefix/darwin/macos/13.0/x64/make.defaults
new file mode 100644
index 000000000000..02d118208919
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/x64/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="x86_64-apple-darwin22"
+CHOST_amd64="${CHOST}"
diff --git a/profiles/prefix/darwin/macos/13.0/x64/parent b/profiles/prefix/darwin/macos/13.0/x64/parent
new file mode 100644
index 000000000000..269f6f48bb15
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/x64/parent
@@ -0,0 +1,2 @@
+..
+../../arch/x64
diff --git a/profiles/prefix/darwin/macos/13.0/x64/use.mask b/profiles/prefix/darwin/macos/13.0/x64/use.mask
new file mode 100644
index 000000000000..02ca6e7eae53
--- /dev/null
+++ b/profiles/prefix/darwin/macos/13.0/x64/use.mask
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# 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
+-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
+
+# ibm is only used for ppc64 stuff
+ibm
diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 3c83ad1b7cd7..725a7432ddd0 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -388,10 +388,12 @@ x64-macos prefix/darwin/macos/11.0/x64 exp
x64-macos prefix/darwin/macos/11.0/x64/gcc exp
x64-macos prefix/darwin/macos/12.0/x64 exp
x64-macos prefix/darwin/macos/12.0/x64/gcc exp
+x64-macos prefix/darwin/macos/13.0/x64/gcc exp
arm64-macos prefix/darwin/macos/11.0/arm64 exp
arm64-macos prefix/darwin/macos/11.0/arm64/gcc exp
arm64-macos prefix/darwin/macos/12.0/arm64 exp
arm64-macos prefix/darwin/macos/12.0/arm64/gcc exp
+arm64-macos prefix/darwin/macos/13.0/arm64/gcc exp
# Solaris Profiles
sparc-solaris prefix/sunos/solaris/5.11/sparc exp