Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin/macos/10.4/x86: make.defaults package.use.force package.use.mask parent use.mask
Date: Sat, 06 Jun 2009 03:54:52
Message-Id: E1MCmzY-0005Dh-Vm@stork.gentoo.org
1 solar 09/06/06 03:54:48
2
3 Added: make.defaults package.use.force package.use.mask
4 parent use.mask
5 Log:
6 Initial commit of prefix profiles on behalf of the prefix community
7
8 Revision Changes Path
9 1.1 profiles/prefix/darwin/macos/10.4/x86/make.defaults
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/make.defaults?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/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.4/x86/make.defaults,v 1.1 2009/06/06 03:54:48 solar Exp $
19
20 ARCH="x86-macos"
21 CHOST="i686-apple-darwin8"
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.4/x86/package.use.force
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.use.force?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.use.force?rev=1.1&content-type=text/plain
35
36 Index: package.use.force
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.4/x86/package.use.force,v 1.1 2009/06/06 03:54:48 solar Exp $
41
42 # Elias Pipping <pipping@g.o> (30 Sep 2007)
43 # compiles with -aqua, doesn't work, though
44 media-video/mplayer aqua
45
46
47
48 1.1 profiles/prefix/darwin/macos/10.4/x86/package.use.mask
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.use.mask?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.use.mask?rev=1.1&content-type=text/plain
52
53 Index: package.use.mask
54 ===================================================================
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/package.use.mask,v 1.1 2009/06/06 03:54:48 solar Exp $
58
59 # Fabian Groffen <grobian@g.o> (28 Apr 2008)
60 # http://www.erlang.org/pipermail/erlang-questions/2007-July/027870.html
61 dev-lang/erlang hipe
62
63 #i686-apple-darwin8-gcc -c -I.. -Wdeclaration-after-statement -fno-PIC -O4 -D__STDC_LIMIT_MACROS -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/Users/stefan/Library/Gentoo/usr/lib/gcc/i686-apple-darwin8/4.0.1/include -I/Users/stefan/Library/Gentoo/usr/include -I/Users/stefan/Library/Gentoo/usr/include -I/Users/stefan/Library/Gentoo/usr/include/freetype2 -I/Users/stefan/Library/Gentoo/usr/include -o decode_MMX.o decode_MMX.c
64 #{standard input}:91:Unknown pseudo-op: .balign
65 #{standard input}:91:Rest of line ignored. 1st junk character valued 49 (1).
66 #{standard input}:163:Unknown pseudo-op: .balign
67 #{standard input}:163:Rest of line ignored. 1st junk character valued 49 (1).
68 # mmx2 has another error ..
69 #
70 # flag returns compile errors
71 media-video/mplayer livecd cpudetection
72 # libs mising
73 media-video/mplayer gtk sdl libcaca dv nas musepack bidi enca real win32codecs cdparanoia samba xanim live openal
74 # X only
75 media-video/mplayer xvmc xv dga X xinerama
76 # linux only
77 media-video/mplayer dvb esd lirc svga arts jack joystick matrox
78 media-sound/mpg123 mmx
79
80 # Elias Pipping <pipping@g.o> (27 Aug 2007)
81 # elinks does not compile with USE=perl (tested with 0.11.{2,3})
82 www-client/elinks perl
83
84 # Elias Pipping <pipping@g.o> (01 Sep 2007)
85 # libpng does not compile with USE=mmx
86 media-libs/libpng mmx
87
88 # Elias Pipping <pipping@g.o> (01 Sep 2007)
89 # imlib2 does not compile with USE=mmx
90 media-libs/imlib2 mmx
91
92 # Elias Pipping <pipping@g.o> (13 Sep 2007)
93 # mc fails to compile with USE=slang (unicode implies slang)
94 app-misc/mc unicode slang
95
96
97
98 1.1 profiles/prefix/darwin/macos/10.4/x86/parent
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/parent?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/parent?rev=1.1&content-type=text/plain
102
103 Index: parent
104 ===================================================================
105 ..
106
107
108
109 1.1 profiles/prefix/darwin/macos/10.4/x86/use.mask
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/use.mask?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/use.mask?rev=1.1&content-type=text/plain
113
114 Index: use.mask
115 ===================================================================
116 # Copyright 1999-2009 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/use.mask,v 1.1 2009/06/06 03:54:48 solar Exp $
119
120 # This file masks out USE flags that are simply NOT allowed in the default
121 # x86 profile. This works, for example, if another architecture's
122 # profile have a USE flag associated with (such as altivec, mmx, etc).
123
124 # Unmask x86 instruction sets
125 -icc
126 -icc-pgo
127 -ifc
128 -mmx
129 -mmxext
130 -sse
131 -sse2
132 -ssse3
133 -svga
134 -kqemu
135
136 # Unmask nvidia XvMC support
137 -nvidia
138
139 # Unmask dev-db/oracle-instantclient-basic support
140 -oci8-instant-client
141
142 # Unmask osp, used by asterisk; bug 115798
143 -osp
144
145 # Modular X: unmask for architectures on which they are available
146 -input_devices_synaptics
147 -input_devices_vmmouse
148 -input_devices_wacom
149 -video_cards_nvidia
150 -video_cards_fglrx
151 -video_cards_vmware
152
153 # Modular X: mask for architectures on which they aren't available
154 video_cards_newport
155
156 #codec support
157 -win32codecs
158 -real
159 -x264
160
161 # lvm2 cluster
162 -clvm
163 -gulm
164 -cman
165
166 # ibm is only used for ppc64 stuff
167 ibm
168
169 # psyco works on x86
170 -psyco
171
172 # Adobe FDF toolkit is x86 only.
173 -fdftk