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-solaris.xml
Date: Sat, 01 Sep 2012 10:23:47
Message-Id: 20120901102338.5845D20E91@flycatcher.gentoo.org
1 grobian 12/09/01 10:23:38
2
3 Modified: bootstrap-solaris.xml
4 Log:
5 Add OpenIndiana instructions fot getting a working build environment
6
7 Revision Changes Path
8 1.99 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.99&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.99&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.98&r2=1.99
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.98
18 retrieving revision 1.99
19 diff -u -r1.98 -r1.99
20 --- bootstrap-solaris.xml 26 Aug 2012 19:50:46 -0000 1.98
21 +++ bootstrap-solaris.xml 1 Sep 2012 10:23:38 -0000 1.99
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.98 2012/08/26 19:50:46 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.99 2012/09/01 10:23:38 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for UNIX-like systems</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.68</version>
35 - <date>2012-08-26</date>
36 + <version>1.69</version>
37 + <date>2012-09-01</date>
38
39 <chapter>
40 <title>Bootstrapping</title>
41 @@ -87,10 +87,13 @@
42 tools, available through the AppStore and ADC respectively.
43 </note>
44 <note>
45 - On OpenIndiana, you need the c-runtime and more installed
46 - using <c>pkg</c> after adding some dev repository. If you
47 - have an exact list of directions here, let us know so we can
48 - add it here.
49 + On OpenIndiana, you need the a compiler, system headers and
50 + more installed using <c>pkg</c>. Perform the following two
51 + commands as super user: <c>pkg set-publisher -p
52 + http://pkg.openindiana.org/sfe/</c> and <c>pkg install
53 + sfe/developer/gcc developer/library/lint system/header</c>.
54 + The compiler and many useful other utilities will be available
55 + in <c>/usr/gnu/bin</c>.
56 </note>
57 <note>
58 On Solaris systems many useful utilities such as <c>wget</c>