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-solaris.xml
Date: Tue, 30 Dec 2008 21:58:42
Message-Id: E1LHmbn-00083e-Kn@stork.gentoo.org
1 darkside 08/12/30 21:58:39
2
3 Modified: bootstrap-solaris.xml
4 Log:
5 Fix bug 253120 - we don't want these extra deps in here
6
7 Revision Changes Path
8 1.36 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.36&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.36&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.35&r2=1.36
13
14 Index: bootstrap-solaris.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
17 retrieving revision 1.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- bootstrap-solaris.xml 27 Dec 2008 18:07:48 -0000 1.35
21 +++ bootstrap-solaris.xml 30 Dec 2008 21:58:39 -0000 1.36
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-solaris.xml,v 1.35 2008/12/27 18:07:48 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.36 2008/12/30 21:58:39 darkside Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for Solaris</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.16</version>
35 - <date>2008-12-27</date>
36 + <version>1.17</version>
37 + <date>2008-12-30</date>
38
39 <chapter>
40 <title>Bootstrapping on Solaris</title>
41 @@ -163,7 +163,7 @@
42 dependancies, so we disable them until later.
43 </p>
44 <pre caption="Disable USE flags">
45 -$ <i>export USE="-nls -berkdb -gdbm"</i>
46 +$ <i>export USE="-nls -berkdb -gdbm -fortran"</i>
47 </pre>
48 <p>
49 We continue adding some necessary tools which will deal with
50 @@ -202,8 +202,6 @@
51 $ <i>emerge --oneshot --nodeps flex</i>
52 $ <i>emerge --oneshot --nodeps binutils-config</i>
53 $ <i>emerge --oneshot --nodeps binutils</i>
54 -$ <i>emerge --oneshot --nodeps gmp</i>
55 -$ <i>emerge --oneshot --nodeps mpfr</i>
56 $ <i>emerge --oneshot --nodeps gcc-config</i>
57 $ <i>emerge --oneshot --nodeps gcc</i>
58 </pre>