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: Thu, 08 Nov 2007 19:02:09
Message-Id: E1IqCdU-0003eF-P5@stork.gentoo.org
1 grobian 07/11/08 19:01:52
2
3 Modified: bootstrap-macos.xml
4 Log:
5 We have Apple's sources for 10.5. Try to signal 10.5 users not bootstrap python.
6
7 Revision Changes Path
8 1.19 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.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.19&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.18&r2=1.19
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.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- bootstrap-macos.xml 29 Oct 2007 08:44:06 -0000 1.18
21 +++ bootstrap-macos.xml 8 Nov 2007 19:01:52 -0000 1.19
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.18 2007/10/29 08:44:06 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.19 2007/11/08 19:01:52 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
29 <title>Gentoo Prefixed Portage 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.3</version>
35 - <date>2007-10-24</date>
36 + <version>1.4</version>
37 + <date>2007-11-08</date>
38
39 <chapter>
40 <title>Bootstrapping on OS X</title>
41 @@ -43,8 +43,8 @@
42 </p>
43 <note>
44 Bootstrapping on OS X 10.5 Leopard unfortunately is NOT
45 - working at the moment. Please bear with us while we wait for
46 - Apple to finally release their sources.
47 + working at the moment. Please bear with us while we iron out
48 + the bugs we find along the way.
49 </note>
50 </body>
51 </section><!-- }}} -->
52 @@ -99,11 +99,13 @@
53 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp wget</i>
54 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp tar</i>
55 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp sed</i>
56 -$ <i>./bootstrap-prefix.sh $EPREFIX/tmp python</i>
57 +$ <i>./bootstrap-prefix.sh $EPREFIX/tmp python</i> (10.5: see note!)
58 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp gawk</i>
59 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp findutils</i>
60 $ <i>./bootstrap-prefix.sh $EPREFIX portage</i>
61 </pre>
62 + <note>Mac OS X Leopard (10.5) users should <b>NOT</b> bootstrap
63 + python! It fails and is not necessary.</note>
64 <note>Please note that <c>wget</c>, <c>sed</c> and <c>python</c> are
65 installed in <path>$EPREFIX/tmp</path>!</note>
66 <p>
67
68
69
70 --
71 gentoo-commits@g.o mailing list