diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-07-04 08:27:54 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-07-04 08:27:54 +0000 |
commit | 2d6ba5b5a2eda9959b2e941ead3e91c477d3ae08 (patch) | |
tree | 5a40f8fc792821a4454ee7cc94d3096d19161510 /profiles/prefix | |
parent | Version bump redis to 2.2.11 (bug 373591). (diff) | |
download | gentoo-2-2d6ba5b5a2eda9959b2e941ead3e91c477d3ae08.tar.gz gentoo-2-2d6ba5b5a2eda9959b2e941ead3e91c477d3ae08.tar.bz2 gentoo-2-2d6ba5b5a2eda9959b2e941ead3e91c477d3ae08.zip |
Add profile for upcoming OSX Lion (10.7)
Diffstat (limited to 'profiles/prefix')
19 files changed, 229 insertions, 1 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 48c3a82d2715..c91d1e6cbb02 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,20 @@ # ChangeLog for profiles/prefix # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.282 2011/06/14 21:35:13 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.283 2011/07/04 08:27:53 grobian Exp $ + + 04 Jul 2011; Fabian Groffen <grobian@gentoo.org> +darwin/macos/10.7/eapi, + +darwin/macos/10.7/make.defaults, +darwin/macos/10.7/package.provided, + +darwin/macos/10.7/package.use.mask, +darwin/macos/10.7/parent, + +darwin/macos/10.7/profile.bashrc, +darwin/macos/10.7/x64/make.defaults, + +darwin/macos/10.7/x64/package.mask, + +darwin/macos/10.7/x64/package.use.force, + +darwin/macos/10.7/x64/package.use.mask, +darwin/macos/10.7/x64/parent, + +darwin/macos/10.7/x64/use.mask, +darwin/macos/10.7/x86/make.defaults, + +darwin/macos/10.7/x86/package.mask, + +darwin/macos/10.7/x86/package.use.force, + +darwin/macos/10.7/x86/package.use.mask, +darwin/macos/10.7/x86/parent, + +darwin/macos/10.7/x86/use.mask: + Add profile for upcoming OSX Lion (10.7) 14 Jun 2011; Jonathan Callen <abcd@gentoo.org> packages: Add version to shadow to match base/packages diff --git a/profiles/prefix/darwin/macos/10.7/eapi b/profiles/prefix/darwin/macos/10.7/eapi new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/eapi @@ -0,0 +1 @@ +1 diff --git a/profiles/prefix/darwin/macos/10.7/make.defaults b/profiles/prefix/darwin/macos/10.7/make.defaults new file mode 100644 index 000000000000..c16ebd2780ca --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2011 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 $ + +MACOSX_DEPLOYMENT_TARGET="10.7" diff --git a/profiles/prefix/darwin/macos/10.7/package.provided b/profiles/prefix/darwin/macos/10.7/package.provided new file mode 100644 index 000000000000..324f3f2b7307 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/package.provided @@ -0,0 +1,5 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/package.provided,v 1.1 2011/07/04 08:27:53 grobian Exp $ + +sys-darwin/libsystem-71 diff --git a/profiles/prefix/darwin/macos/10.7/package.use.mask b/profiles/prefix/darwin/macos/10.7/package.use.mask new file mode 100644 index 000000000000..6eca464e755e --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/package.use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/package.use.mask,v 1.1 2011/07/04 08:27:53 grobian Exp $ + +# 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.7/parent b/profiles/prefix/darwin/macos/10.7/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/darwin/macos/10.7/profile.bashrc b/profiles/prefix/darwin/macos/10.7/profile.bashrc new file mode 100644 index 000000000000..11409a52bb86 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/profile.bashrc @@ -0,0 +1,5 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/profile.bashrc,v 1.1 2011/07/04 08:27:53 grobian Exp $ + +export MACOSX_DEPLOYMENT_TARGET=10.7 diff --git a/profiles/prefix/darwin/macos/10.7/x64/make.defaults b/profiles/prefix/darwin/macos/10.7/x64/make.defaults new file mode 100644 index 000000000000..ad07c483b87e --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x64/make.defaults @@ -0,0 +1,12 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/make.defaults,v 1.1 2011/07/04 08:27:54 grobian Exp $ + +ARCH="x64-macos" +CHOST="x86_64-apple-darwin11" +ACCEPT_KEYWORDS="~x64-macos" + +USE="mmx mmxext sse sse2" +# set arch to nocona for all MacTel users, as this enables SSE and MMX +# support in GCC, nocona = Core2Duo = 64-bits +CFLAGS="-march=nocona" diff --git a/profiles/prefix/darwin/macos/10.7/x64/package.mask b/profiles/prefix/darwin/macos/10.7/x64/package.mask new file mode 100644 index 000000000000..920e8667b312 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x64/package.mask @@ -0,0 +1,3 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/package.mask,v 1.1 2011/07/04 08:27:54 grobian Exp $ diff --git a/profiles/prefix/darwin/macos/10.7/x64/package.use.force b/profiles/prefix/darwin/macos/10.7/x64/package.use.force new file mode 100644 index 000000000000..41dd3874cc99 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x64/package.use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/package.use.force,v 1.1 2011/07/04 08:27:54 grobian Exp $ + +# 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.7/x64/package.use.mask b/profiles/prefix/darwin/macos/10.7/x64/package.use.mask new file mode 100644 index 000000000000..e240021bdbb0 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x64/package.use.mask @@ -0,0 +1,11 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/package.use.mask,v 1.1 2011/07/04 08:27:54 grobian Exp $ + +# Elias Pipping <pipping@gentoo.org> (13 Sep 2007) +# mc fails to compile with USE=slang (unicode implies slang) +app-misc/mc unicode slang + +# Elias Pipping <pipping@gentoo.org> (27 Aug 2007) +# elinks does not compile with USE=perl (tested with 0.11.{2,3}) +www-client/elinks perl diff --git a/profiles/prefix/darwin/macos/10.7/x64/parent b/profiles/prefix/darwin/macos/10.7/x64/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/darwin/macos/10.7/x64/use.mask b/profiles/prefix/darwin/macos/10.7/x64/use.mask new file mode 100644 index 000000000000..e13cec8a00d3 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x64/use.mask @@ -0,0 +1,58 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/use.mask,v 1.1 2011/07/04 08:27:54 grobian Exp $ + +# 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 +-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 +-win32codecs +-real +-x264 + +# lvm2 cluster +-clvm +-gulm +-cman + +# 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.7/x86/make.defaults b/profiles/prefix/darwin/macos/10.7/x86/make.defaults new file mode 100644 index 000000000000..1a5a73f19ba0 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x86/make.defaults @@ -0,0 +1,12 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/make.defaults,v 1.1 2011/07/04 08:27:54 grobian Exp $ + +ARCH="x86-macos" +CHOST="i686-apple-darwin11" +ACCEPT_KEYWORDS="~x86-macos" + +USE="mmx mmxext sse sse2" +# normally we set arch to prescott for all MacTel users, as this enables +# SSE and MMX support in GCC +CFLAGS="-march=prescott" diff --git a/profiles/prefix/darwin/macos/10.7/x86/package.mask b/profiles/prefix/darwin/macos/10.7/x86/package.mask new file mode 100644 index 000000000000..aa93a47eeda0 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x86/package.mask @@ -0,0 +1,4 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/package.mask,v 1.1 2011/07/04 08:27:54 grobian Exp $ + diff --git a/profiles/prefix/darwin/macos/10.7/x86/package.use.force b/profiles/prefix/darwin/macos/10.7/x86/package.use.force new file mode 100644 index 000000000000..abb6d05a0174 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x86/package.use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/package.use.force,v 1.1 2011/07/04 08:27:54 grobian Exp $ + +# 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.7/x86/package.use.mask b/profiles/prefix/darwin/macos/10.7/x86/package.use.mask new file mode 100644 index 000000000000..678212c19f26 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x86/package.use.mask @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/package.use.mask,v 1.1 2011/07/04 08:27:54 grobian Exp $ + +# Jeremy Olexa <darkside@gentoo.org> (29 Jul 2010) +# Issues on 32bit osx, bug 329859 +media-sound/mpg123 mmx sse + +# Elias Pipping <pipping@gentoo.org> (13 Sep 2007) +# mc fails to compile with USE=slang (unicode implies slang) +app-misc/mc unicode slang + +# Elias Pipping <pipping@gentoo.org> (27 Aug 2007) +# elinks does not compile with USE=perl (tested with 0.11.{2,3}) +www-client/elinks perl diff --git a/profiles/prefix/darwin/macos/10.7/x86/parent b/profiles/prefix/darwin/macos/10.7/x86/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x86/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/darwin/macos/10.7/x86/use.mask b/profiles/prefix/darwin/macos/10.7/x86/use.mask new file mode 100644 index 000000000000..4174c13f9ecd --- /dev/null +++ b/profiles/prefix/darwin/macos/10.7/x86/use.mask @@ -0,0 +1,58 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/use.mask,v 1.1 2011/07/04 08:27:54 grobian Exp $ + +# 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 +-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 +-win32codecs +-real +-x264 + +# lvm2 cluster +-clvm +-gulm +-cman + +# ibm is only used for ppc64 stuff +ibm + +# psyco works on x86 +-psyco + +# Adobe FDF toolkit is x86 only. +-fdftk |