Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-macos.xml
Date: Sun, 02 May 2010 14:53:40
Message-Id: 20100502145336.014922C22E@corvid.gentoo.org
1 grobian 10/05/02 14:53:35
2
3 Modified: bootstrap-macos.xml
4 Log:
5 make sure we can compile binutils-apple by pulling a version before 3.2
6
7 Revision Changes Path
8 1.47 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.47&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.47&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.46&r2=1.47
13
14 Index: bootstrap-macos.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
17 retrieving revision 1.46
18 retrieving revision 1.47
19 diff -u -r1.46 -r1.47
20 --- bootstrap-macos.xml 23 Mar 2010 07:37:42 -0000 1.46
21 +++ bootstrap-macos.xml 2 May 2010 14:53:35 -0000 1.47
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.46 2010/03/23 07:37:42 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.47 2010/05/02 14:53:35 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.23</version>
35 - <date>2010-03-23</date>
36 + <version>1.24</version>
37 + <date>2010-05-02</date>
38
39 <chapter>
40 <title>Bootstrapping on OS X</title>
41 @@ -37,10 +37,10 @@
42 <p>
43 Bootstrapping on OS X is relatively simple, as the system
44 itself provides most of the tools get up to speed quickly.
45 - Prefixed Portage is tested and supported on Mac OS X Tiger and
46 - Leopard on PPC and x86 architectures. Tests on PPC Panther
47 - were successful, but the platform itself isn't fully
48 - supported any more.
49 + Prefixed Portage is tested and supported on Mac OS X Tiger,
50 + Leopard and Snow Leopard on PPC and x86 architectures. Tests
51 + on PPC Panther were successful, but the platform itself isn't
52 + fully supported any more.
53 </p>
54 </body>
55 </section><!-- }}} -->
56 @@ -85,8 +85,7 @@
57 If you want to end up with a 64-bits native Prefix
58 installation, then set your <c>CHOST</c> variable accordingly
59 to <c>x86_64-apple-darwin9</c> for Leopard, or
60 - <c>x86_64-apple-darwin10</c> for Snow Leopard. We currently
61 - have only an Intel 64-bits prefix on Leopard tested. You
62 + <c>x86_64-apple-darwin10</c> for Snow Leopard. You
63 <e>only</e> need to do this if you want a 64-bits native
64 Prefix!
65 </p>
66 @@ -169,7 +168,7 @@
67 $ <i>emerge --oneshot --nodeps flex</i>
68 $ <i>emerge --oneshot --nodeps bison</i>
69 $ <i>emerge --oneshot --nodeps binutils-config</i>
70 -$ <i>emerge --oneshot --nodeps binutils-apple</i>
71 +$ <i>emerge --oneshot --nodeps "&lt;binutils-apple-3.2"</i> (&gt;=3.2 needs &gt;=gcc-apple-4.2.1)
72 $ <i>emerge --oneshot --nodeps gcc-config</i>
73 $ <i>emerge --oneshot --nodeps gcc-apple</i>
74 </pre>