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.9/x64: make.defaults package.mask package.use.force package.use.mask parent use.mask
Date: Thu, 31 Oct 2013 18:02:35
Message-Id: 20131031180230.2769A20051@flycatcher.gentoo.org
1 grobian 13/10/31 18:02:30
2
3 Added: make.defaults package.mask package.use.force
4 package.use.mask parent use.mask
5 Log:
6 Add profile for OS X Mountain Lion (10.9)
7
8 Revision Changes Path
9 1.1 profiles/prefix/darwin/macos/10.9/x64/make.defaults
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/make.defaults?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/make.defaults?rev=1.1&content-type=text/plain
13
14 Index: make.defaults
15 ===================================================================
16 # Copyright 1999-2013 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.9/x64/make.defaults,v 1.1 2013/10/31 18:02:29 grobian Exp $
19
20 ARCH="x64-macos"
21 CHOST="x86_64-apple-darwin13"
22 ACCEPT_KEYWORDS="~x64-macos"
23
24 USE="mmx mmxext sse sse2"
25 # set arch to nocona for all MacTel users, as this enables SSE and MMX
26 # support in GCC, nocona = Core2Duo = 64-bits
27 CFLAGS="-march=nocona"
28
29
30
31 1.1 profiles/prefix/darwin/macos/10.9/x64/package.mask
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.mask?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.mask?rev=1.1&content-type=text/plain
35
36 Index: package.mask
37 ===================================================================
38 # Copyright 1999-2013 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.9/x64/package.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $
41
42
43
44 1.1 profiles/prefix/darwin/macos/10.9/x64/package.use.force
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.force?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.force?rev=1.1&content-type=text/plain
48
49 Index: package.use.force
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.force,v 1.1 2013/10/31 18:02:29 grobian Exp $
54
55 # Elias Pipping <pipping@g.o> (30 Sep 2007)
56 # compiles with -aqua, doesn't work, though
57 media-video/mplayer aqua
58
59
60
61 1.1 profiles/prefix/darwin/macos/10.9/x64/package.use.mask
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.mask?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.mask?rev=1.1&content-type=text/plain
65
66 Index: package.use.mask
67 ===================================================================
68 # Copyright 1999-2013 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/package.use.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $
71
72
73
74
75
76 1.1 profiles/prefix/darwin/macos/10.9/x64/parent
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/parent?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/parent?rev=1.1&content-type=text/plain
80
81 Index: parent
82 ===================================================================
83 ../../arch/x64
84 ..
85
86
87
88 1.1 profiles/prefix/darwin/macos/10.9/x64/use.mask
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/use.mask?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/use.mask?rev=1.1&content-type=text/plain
92
93 Index: use.mask
94 ===================================================================
95 # Copyright 1999-2013 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/use.mask,v 1.1 2013/10/31 18:02:29 grobian Exp $
98
99 # This file masks out USE flags that are simply NOT allowed in the default
100 # x86 profile. This works, for example, if another architecture's
101 # profile have a USE flag associated with (such as altivec, mmx, etc).
102
103 # Unmask x86 instruction sets
104 -icc
105 -icc-pgo
106 -ifc
107 -mmx
108 -mmxext
109 -sse
110 -sse2
111 -ssse3
112 -svga
113 -kqemu
114
115 # Unmask nvidia XvMC support
116 -nvidia
117
118 # Unmask dev-db/oracle-instantclient-basic support
119 -oci8-instant-client
120
121 # Unmask osp, used by asterisk; bug 115798
122 -osp
123
124 # Modular X: unmask for architectures on which they are available
125 -input_devices_synaptics
126 -input_devices_vmmouse
127 -input_devices_wacom
128 -video_cards_nvidia
129 -video_cards_fglrx
130 -video_cards_vmware
131
132 # Modular X: mask for architectures on which they aren't available
133 video_cards_newport
134
135 #codec support
136 -x264
137
138 # lvm2 cluster
139 -gulm
140
141 # ibm is only used for ppc64 stuff
142 ibm
143
144 # psyco works on x86
145 -psyco
146
147 # Adobe FDF toolkit is x86 only.
148 -fdftk