summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-09-07 18:48:35 +0000
committerFabian Groffen <grobian@gentoo.org>2009-09-07 18:48:35 +0000
commite502234c2cc22a1eb77c0d892979bc371a8ca71a (patch)
treead5c2931c0c8c239f91c026942e21336f323a297 /profiles
parentStable on alpha, bug #283624 (diff)
downloadhistorical-e502234c2cc22a1eb77c0d892979bc371a8ca71a.tar.gz
historical-e502234c2cc22a1eb77c0d892979bc371a8ca71a.tar.bz2
historical-e502234c2cc22a1eb77c0d892979bc371a8ca71a.zip
Add 32-bits Intel profile for Snow Leopard
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/ChangeLog9
-rw-r--r--profiles/prefix/darwin/macos/10.6/x86/make.defaults12
-rw-r--r--profiles/prefix/darwin/macos/10.6/x86/package.mask8
-rw-r--r--profiles/prefix/darwin/macos/10.6/x86/package.use.force7
-rw-r--r--profiles/prefix/darwin/macos/10.6/x86/package.use.mask37
-rw-r--r--profiles/prefix/darwin/macos/10.6/x86/parent1
-rw-r--r--profiles/prefix/darwin/macos/10.6/x86/use.mask58
7 files changed, 131 insertions, 1 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index 1de5d8a47818..b9f85020d904 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.82 2009/09/07 09:37:51 grobian Exp $
+# $Id: ChangeLog,v 1.83 2009/09/07 18:48:21 grobian Exp $
+
+ 07 Sep 2009; Fabian Groffen <grobian@gentoo.org>
+ +darwin/macos/10.6/x86/make.defaults, +darwin/macos/10.6/x86/package.mask,
+ +darwin/macos/10.6/x86/package.use.force,
+ +darwin/macos/10.6/x86/package.use.mask, +darwin/macos/10.6/x86/parent,
+ +darwin/macos/10.6/x86/use.mask:
+ Add 32-bits Intel profile for Snow Leopard
07 Sep 2009; Fabian Groffen <grobian@gentoo.org>
sunos/solaris/package.mask:
diff --git a/profiles/prefix/darwin/macos/10.6/x86/make.defaults b/profiles/prefix/darwin/macos/10.6/x86/make.defaults
new file mode 100644
index 000000000000..8c57985e513d
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.6/x86/make.defaults
@@ -0,0 +1,12 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/make.defaults,v 1.1 2009/09/07 18:48:35 grobian Exp $
+
+ARCH="x86-macos"
+CHOST="i686-apple-darwin10"
+ACCEPT_KEYWORDS="~x86-macos"
+
+USE="${USE} mmx mmxext sse sse2"
+# 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.6/x86/package.mask b/profiles/prefix/darwin/macos/10.6/x86/package.mask
new file mode 100644
index 000000000000..b60ab9794694
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.6/x86/package.mask
@@ -0,0 +1,8 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.mask,v 1.1 2009/09/07 18:48:35 grobian Exp $
+
+# Fabian Groffen <grobian@gentoo.org> (01 Jun 2009)
+# On 64-bits Darwin we need this binutils-apple, as it's the only one
+# which compiles
+-=sys-devel/binutils-apple-3.1.2-r1
diff --git a/profiles/prefix/darwin/macos/10.6/x86/package.use.force b/profiles/prefix/darwin/macos/10.6/x86/package.use.force
new file mode 100644
index 000000000000..5ef841286730
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.6/x86/package.use.force
@@ -0,0 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.use.force,v 1.1 2009/09/07 18:48:35 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.6/x86/package.use.mask b/profiles/prefix/darwin/macos/10.6/x86/package.use.mask
new file mode 100644
index 000000000000..07f77ffb774c
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.6/x86/package.use.mask
@@ -0,0 +1,37 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.use.mask,v 1.1 2009/09/07 18:48:35 grobian Exp $
+
+# Elias Pipping <pipping@gentoo.org> (21 Nov 2007)
+# generating documentation fails for hugs98 because of too many errors
+dev-lang/hugs98 doc
+
+# Elias Pipping <pipping@gentoo.org> (10 Nov 2007)
+# ruby fails to compile with USE=threads
+dev-lang/ruby threads
+
+# 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> (01 Sep 2007)
+# imlib2 does not compile with USE=mmx
+media-libs/imlib2 mmx
+
+# Elias Pipping <pipping@gentoo.org> (01 Sep 2007)
+# libpng does not compile with USE=mmx
+media-libs/libpng mmx
+
+# 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
+
+# flag returns compile errors
+media-video/mplayer livecd cpudetection
+# libs mising
+media-video/mplayer gtk sdl libcaca dv nas musepack bidi enca real win32codecs cdparanoia samba xanim live openal
+# X only
+media-video/mplayer xvmc xv dga X xinerama
+# linux only
+media-video/mplayer dvb esd lirc svga arts jack joystick matrox
+media-sound/mpg123 mmx
diff --git a/profiles/prefix/darwin/macos/10.6/x86/parent b/profiles/prefix/darwin/macos/10.6/x86/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.6/x86/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/prefix/darwin/macos/10.6/x86/use.mask b/profiles/prefix/darwin/macos/10.6/x86/use.mask
new file mode 100644
index 000000000000..d89034af75d2
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.6/x86/use.mask
@@ -0,0 +1,58 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/use.mask,v 1.1 2009/09/07 18:48:35 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