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-freebsd.xml bootstrap-solaris.xml
Date: Tue, 20 Apr 2010 20:32:20
Message-Id: 20100420203218.33AFA2C04B@corvid.gentoo.org
1 darkside 10/04/20 20:32:18
2
3 Modified: bootstrap-freebsd.xml bootstrap-solaris.xml
4 Log:
5 Simplify bootstrapping instructions by adjusting USE flags automatically in bootstrap-prefix.sh, not in the docs
6
7 Revision Changes Path
8 1.25 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.24&r2=1.25
13
14 Index: bootstrap-freebsd.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- bootstrap-freebsd.xml 23 Mar 2010 07:37:42 -0000 1.24
21 +++ bootstrap-freebsd.xml 20 Apr 2010 20:32:18 -0000 1.25
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-freebsd.xml,v 1.24 2010/03/23 07:37:42 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.25 2010/04/20 20:32:18 darkside Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>2.4</version>
35 - <date>2010-03-23</date>
36 + <version>2.41</version>
37 + <date>2010-04-20</date>
38
39 <chapter>
40 <title>Bootstrapping on FreeBSD</title>
41 @@ -133,13 +133,6 @@
42 tcsh users can use the <c>rehash</c> command.
43 </note>
44 <p>
45 - On Linux profiles, the following USE flags will create circular
46 - dependancies, so we disable them until later.
47 - </p>
48 - <pre caption="Disable USE flags">
49 -$ <i>export USE="-berkdb -fortran -gdbm -nls -pcre -ssl"</i>
50 - </pre>
51 - <p>
52 We continue adding some necessary tools which will deal with
53 many errors and warnings you might see during emerging.
54 </p>
55
56
57
58 1.56 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.56&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.56&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.55&r2=1.56
63
64 Index: bootstrap-solaris.xml
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
67 retrieving revision 1.55
68 retrieving revision 1.56
69 diff -u -r1.55 -r1.56
70 --- bootstrap-solaris.xml 5 Apr 2010 18:10:00 -0000 1.55
71 +++ bootstrap-solaris.xml 20 Apr 2010 20:32:18 -0000 1.56
72 @@ -1,6 +1,6 @@
73 <?xml version="1.0" encoding="UTF-8"?>
74 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
75 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.55 2010/04/05 18:10:00 darkside Exp $ -->
76 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.56 2010/04/20 20:32:18 darkside Exp $ -->
77
78 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
79 <title>Gentoo Prefix Bootstrap Process for Solaris</title>
80 @@ -19,8 +19,8 @@
81 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
82 <license/>
83
84 - <version>1.34</version>
85 - <date>2010-04-05</date>
86 + <version>1.35</version>
87 + <date>2010-04-20</date>
88
89 <chapter>
90 <title>Bootstrapping on Solaris</title>
91 @@ -147,13 +147,6 @@
92 tcsh users can use the <c>rehash</c> command.
93 </note>
94 <p>
95 - The following USE flags will create circular
96 - dependencies, so we disable them until later.
97 - </p>
98 - <pre caption="Disable USE flags">
99 -$ <i>export USE="-berkdb -fortran -gdbm -nls -pcre -ssl -python"</i>
100 - </pre>
101 - <p>
102 We continue adding some necessary tools which will deal with
103 many errors and warnings you might see during emerging.
104 </p>