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, 21 Feb 2008 16:46:31
Message-Id: E1JSEZ2-0008U1-5x@stork.gentoo.org
1 grobian 08/02/21 16:46:28
2
3 Modified: bootstrap-macos.xml
4 Log:
5 =bash-3.2_p33 has an annoying autoconf dependency which we cannot handle at the beginning of bootstrapping, so force installation of an older bash
6
7 Revision Changes Path
8 1.26 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.26&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.26&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.25&r2=1.26
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.25
18 retrieving revision 1.26
19 diff -u -r1.25 -r1.26
20 --- bootstrap-macos.xml 2 Feb 2008 17:23:26 -0000 1.25
21 +++ bootstrap-macos.xml 21 Feb 2008 16:46:27 -0000 1.26
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.25 2008/02/02 17:23:26 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.26 2008/02/21 16:46:27 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.6</version>
35 - <date>2008-02-02</date>
36 + <version>1.7</version>
37 + <date>2008-02-21</date>
38
39 <chapter>
40 <title>Bootstrapping on OS X</title>
41 @@ -146,7 +146,7 @@
42 <c>wget</c> which we emerge at the same time.
43 </p>
44 <pre caption="emerge bash and wget">
45 -$ <i>emerge --oneshot --nodeps bash</i>
46 +$ <i>emerge --oneshot --nodeps "&lt;bash-3.2_p33"</i>
47 $ <i>emerge --oneshot --nodeps wget</i>
48 </pre>
49 <p>
50
51
52
53 --
54 gentoo-commits@l.g.o mailing list