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: make.defaults package.mask package.use.mask packages parent use.force use.mask virtuals
Date: Sat, 06 Jun 2009 03:54:49
Message-Id: E1MCmzV-0005BK-TI@stork.gentoo.org
1 solar 09/06/06 03:54:45
2
3 Added: make.defaults package.mask package.use.mask
4 packages parent use.force use.mask virtuals
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/make.defaults
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/make.defaults?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/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/make.defaults,v 1.1 2009/06/06 03:54:45 solar Exp $
19
20 # System-wide defaults for all Darwin profiles
21 # This file should rarely need to be changed
22
23 # 'Sane' defaults
24 ELIBC="Darwin"
25 KERNEL="Darwin"
26
27 # Sandbox is not ported to Darwin yet, strip isn't GNU
28 FEATURES="-sandbox nostrip"
29
30 # ALSA + Darwin != working
31 USE_EXPAND="-ALSA_CARDS -ALSA_PCM_PLUGINS"
32
33
34
35 1.1 profiles/prefix/darwin/package.mask
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.1&content-type=text/plain
39
40 Index: package.mask
41 ===================================================================
42 # Copyright 1999-2009 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.1 2009/06/06 03:54:45 solar Exp $
45 # $Id: package.mask,v 1.1 2009/06/06 03:54:45 solar Exp $
46
47 # Fabian Groffen <grobian@g.o> (30 Apr 2009)
48 # xmlrpc_pstream.cpp:18:44: error: features.h: No such file or directory
49 =dev-libs/xmlrpc-c-1.18.02
50
51 # Fabian Groffen <grobian@g.o> (08 Oct 2008)
52 # odcctools have been replaced by binutils-apple, which is more close to
53 # Apple's original sources
54 sys-devel/odcctools
55
56 # Fabian Groffen <grobian@g.o> (15 Sep 2008)
57 # error: redefinition of ‘struct error_table’
58 =app-crypt/mit-krb5-1.6.3-r4
59
60 # Fabian Groffen <grobian@g.o> (28 Mar 2008)
61 # This version is taken from iPhone SDK Beta 7, and doesn't build on
62 # OSX 10.4, due to POSIX spawnattr (spawn.h)
63 =sys-devel/gdb-apple-961
64
65 # Elias Pipping <pipping@g.o> (22 Dec 2007)
66 # bug #211712: archive has no table of contents
67 sci-libs/blas-atlas
68
69 # Elias Pipping <pipping@g.o> (09 Oct 2007)
70 # darwin-miscutils are only available on darwin
71 -sys-apps/darwin-miscutils
72
73 # Elias Pipping <pipping@g.o> (09 Oct 2007)
74 # bsd-man-pages are only available on darwin, bsd
75 -sys-apps/bsd-man-pages
76
77
78
79
80 1.1 profiles/prefix/darwin/package.use.mask
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.use.mask?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.use.mask?rev=1.1&content-type=text/plain
84
85 Index: package.use.mask
86 ===================================================================
87 # Copyright 1999-2009 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.use.mask,v 1.1 2009/06/06 03:54:45 solar Exp $
90
91 # Fabian Groffen <grobian@g.o> (03 Apr 2009)
92 # ld: unknown option: -R/Library/Gentoo/usr/lib
93 ~sys-devel/gcc-4.3.3 gcj
94
95 # Fabian Groffen <grobian@g.o> (08 Aug 2008)
96 # mmx don't really works on x86-macos
97 net-irc/xchat mmx
98
99 # Elias Pipping <pipping@g.o> (16 Nov 2007)
100 # make fails
101 sys-devel/gcc objc-gc
102
103 # media-gfx/graphviz fails to install on systems with dynamic library
104 # extensions other than .so, see also bug #188120
105 ~media-gfx/graphviz-2.12 perl python ruby tcl
106
107
108
109 1.1 profiles/prefix/darwin/packages
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/packages?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/packages?rev=1.1&content-type=text/plain
113
114 Index: packages
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/packages,v 1.1 2009/06/06 03:54:45 solar Exp $
119
120 *sys-apps/bsd-man-pages
121 *sys-apps/darwin-miscutils
122 *sys-devel/binutils-apple
123 *sys-process/pidof-bsd
124
125
126
127 1.1 profiles/prefix/darwin/parent
128
129 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/parent?rev=1.1&view=markup
130 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/parent?rev=1.1&content-type=text/plain
131
132 Index: parent
133 ===================================================================
134 ../../base
135 ..
136
137
138
139 1.1 profiles/prefix/darwin/use.force
140
141 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/use.force?rev=1.1&view=markup
142 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/use.force?rev=1.1&content-type=text/plain
143
144 Index: use.force
145 ===================================================================
146 # Copyright 1999-2009 Gentoo Foundation
147 # Distributed under the terms of the GNU General Public License v2
148 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/use.force,v 1.1 2009/06/06 03:54:45 solar Exp $
149
150 # Re-add Darwin OS
151 kernel_Darwin
152 elibc_Darwin
153
154
155
156 1.1 profiles/prefix/darwin/use.mask
157
158 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/use.mask?rev=1.1&view=markup
159 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/use.mask?rev=1.1&content-type=text/plain
160
161 Index: use.mask
162 ===================================================================
163 # Copyright 1999-2009 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/use.mask,v 1.1 2009/06/06 03:54:45 solar Exp $
166
167 #Add USE flags that don't work on Darwin/OpenDarwin/OS X here
168
169 # readd globally masked darwin-only flags
170 -coreaudio
171 -aqua
172
173 # Re-add Darwin libc
174 -elibc_Darwin
175 -kernel_Darwin
176
177
178 # these will more than likely never work on darwin
179 3dfx
180 acpi
181 alsa
182 apm
183 cap
184 caps
185 directfb
186 djbfft
187 emul-linux-x86
188 fbcon
189 fmod
190 ggi
191 gpm
192 hardened
193
194 # VV requires device-mapper
195 on-the-fly-crypt
196 oss
197 solid
198 sybase
199 sybase-ct
200 rtc
201 voodoo3
202 pvm
203 v4l
204 v4l2
205
206
207
208 1.1 profiles/prefix/darwin/virtuals
209
210 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/virtuals?rev=1.1&view=markup
211 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/virtuals?rev=1.1&content-type=text/plain
212
213 Index: virtuals
214 ===================================================================
215 # Copyright 1999-2009 Gentoo Foundation
216 # Distributed under the terms of the GNU General Public License v2
217 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/virtuals,v 1.1 2009/06/06 03:54:45 solar Exp $
218
219 virtual/libc sys-darwin/libsystem
220 virtual/os-headers sys-darwin/libsystem