Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@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, 05 Apr 2012 17:35:35
Message-Id: 20120405173515.8F5492004B@flycatcher.gentoo.org
1 darkside 12/04/05 17:35:15
2
3 Modified: bootstrap-macos.xml
4 Log:
5 OSX needs patch-2.5.9. Since binutils needs patch-2.6.1 and OSX doesn't use binutils, we are safe here to unconditionally call patch259
6
7 Revision Changes Path
8 1.68 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.68&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.68&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.67&r2=1.68
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.67
18 retrieving revision 1.68
19 diff -u -r1.67 -r1.68
20 --- bootstrap-macos.xml 30 Mar 2012 13:30:22 -0000 1.67
21 +++ bootstrap-macos.xml 5 Apr 2012 17:35:15 -0000 1.68
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.67 2012/03/30 13:30:22 darkside Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.68 2012/04/05 17:35:15 darkside 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.39</version>
35 - <date>2012-03-30</date>
36 + <version>1.40</version>
37 + <date>2012-04-05</date>
38
39 <chapter>
40 <title>Bootstrapping on OS X</title>
41 @@ -107,7 +107,7 @@
42 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp coreutils</i>
43 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp findutils</i>
44 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp tar</i>
45 -$ <i>./bootstrap-prefix.sh $EPREFIX/tmp patch</i>
46 +$ <i>./bootstrap-prefix.sh $EPREFIX/tmp patch259</i>
47 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp grep</i>
48 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp gawk</i>
49 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp bash</i>