Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin/macos/10.6/x86: make.defaults package.mask package.use.force package.use.mask parent use.mask
Date: Mon, 07 Sep 2009 18:48:38
Message-Id: E1MkjGV-00026f-Kg@stork.gentoo.org
1 grobian 09/09/07 18:48:35
2
3 Added: make.defaults package.mask package.use.force
4 package.use.mask parent use.mask
5 Log:
6 Add 32-bits Intel profile for Snow Leopard
7
8 Revision Changes Path
9 1.1 profiles/prefix/darwin/macos/10.6/x86/make.defaults
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/make.defaults?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/make.defaults?rev=1.1&content-type=text/plain
13
14 Index: make.defaults
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $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 $
19
20 ARCH="x86-macos"
21 CHOST="i686-apple-darwin10"
22 ACCEPT_KEYWORDS="~x86-macos"
23
24 USE="${USE} mmx mmxext sse sse2"
25 # set arch to prescott for all MacTel users, as this enables SSE and MMX
26 # support in GCC
27 CFLAGS="-march=prescott"
28
29
30
31 1.1 profiles/prefix/darwin/macos/10.6/x86/package.mask
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.mask?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.mask?rev=1.1&content-type=text/plain
35
36 Index: package.mask
37 ===================================================================
38 # Copyright 1999-2009 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $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 $
41
42 # Fabian Groffen <grobian@g.o> (01 Jun 2009)
43 # On 64-bits Darwin we need this binutils-apple, as it's the only one
44 # which compiles
45 -=sys-devel/binutils-apple-3.1.2-r1
46
47
48
49 1.1 profiles/prefix/darwin/macos/10.6/x86/package.use.force
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.use.force?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.use.force?rev=1.1&content-type=text/plain
53
54 Index: package.use.force
55 ===================================================================
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $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 $
59
60 # Elias Pipping <pipping@g.o> (30 Sep 2007)
61 # compiles with -aqua, doesn't work, though
62 media-video/mplayer aqua
63
64
65
66 1.1 profiles/prefix/darwin/macos/10.6/x86/package.use.mask
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.use.mask?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/package.use.mask?rev=1.1&content-type=text/plain
70
71 Index: package.use.mask
72 ===================================================================
73 # Copyright 1999-2009 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $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 $
76
77 # Elias Pipping <pipping@g.o> (21 Nov 2007)
78 # generating documentation fails for hugs98 because of too many errors
79 dev-lang/hugs98 doc
80
81 # Elias Pipping <pipping@g.o> (10 Nov 2007)
82 # ruby fails to compile with USE=threads
83 dev-lang/ruby threads
84
85 # Elias Pipping <pipping@g.o> (13 Sep 2007)
86 # mc fails to compile with USE=slang (unicode implies slang)
87 app-misc/mc unicode slang
88
89 # Elias Pipping <pipping@g.o> (01 Sep 2007)
90 # imlib2 does not compile with USE=mmx
91 media-libs/imlib2 mmx
92
93 # Elias Pipping <pipping@g.o> (01 Sep 2007)
94 # libpng does not compile with USE=mmx
95 media-libs/libpng mmx
96
97 # Elias Pipping <pipping@g.o> (27 Aug 2007)
98 # elinks does not compile with USE=perl (tested with 0.11.{2,3})
99 www-client/elinks perl
100
101 # flag returns compile errors
102 media-video/mplayer livecd cpudetection
103 # libs mising
104 media-video/mplayer gtk sdl libcaca dv nas musepack bidi enca real win32codecs cdparanoia samba xanim live openal
105 # X only
106 media-video/mplayer xvmc xv dga X xinerama
107 # linux only
108 media-video/mplayer dvb esd lirc svga arts jack joystick matrox
109 media-sound/mpg123 mmx
110
111
112
113 1.1 profiles/prefix/darwin/macos/10.6/x86/parent
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/parent?rev=1.1&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/parent?rev=1.1&content-type=text/plain
117
118 Index: parent
119 ===================================================================
120 ..
121
122
123
124 1.1 profiles/prefix/darwin/macos/10.6/x86/use.mask
125
126 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/use.mask?rev=1.1&view=markup
127 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/use.mask?rev=1.1&content-type=text/plain
128
129 Index: use.mask
130 ===================================================================
131 # Copyright 1999-2009 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 # $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 $
134
135 # This file masks out USE flags that are simply NOT allowed in the default
136 # x86 profile. This works, for example, if another architecture's
137 # profile have a USE flag associated with (such as altivec, mmx, etc).
138
139 # Unmask x86 instruction sets
140 -icc
141 -icc-pgo
142 -ifc
143 -mmx
144 -mmxext
145 -sse
146 -sse2
147 -ssse3
148 -svga
149 -kqemu
150
151 # Unmask nvidia XvMC support
152 -nvidia
153
154 # Unmask dev-db/oracle-instantclient-basic support
155 -oci8-instant-client
156
157 # Unmask osp, used by asterisk; bug 115798
158 -osp
159
160 # Modular X: unmask for architectures on which they are available
161 -input_devices_synaptics
162 -input_devices_vmmouse
163 -input_devices_wacom
164 -video_cards_nvidia
165 -video_cards_fglrx
166 -video_cards_vmware
167
168 # Modular X: mask for architectures on which they aren't available
169 video_cards_newport
170
171 #codec support
172 -win32codecs
173 -real
174 -x264
175
176 # lvm2 cluster
177 -clvm
178 -gulm
179 -cman
180
181 # ibm is only used for ppc64 stuff
182 ibm
183
184 # psyco works on x86
185 -psyco
186
187 # Adobe FDF toolkit is x86 only.
188 -fdftk