Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-freebsd.xml
Date: Fri, 26 May 2006 19:21:59
Message-Id: 20060526192138.791AF642E5@smtp.gentoo.org
1 nightmorph 06/05/26 19:21:37
2
3 Modified: gentoo-freebsd.xml
4 Log:
5 Updated freebsd profile & stage instructions for bug 134444. thanks to flameeyes for reporting
6
7 Revision Changes Path
8 1.19 xml/htdocs/doc/en/gentoo-freebsd.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo
13
14 Index: gentoo-freebsd.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- gentoo-freebsd.xml 3 May 2006 01:03:42 -0000 1.18
21 +++ gentoo-freebsd.xml 26 May 2006 19:21:37 -0000 1.19
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.18 2006/05/03 01:03:42 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.19 2006/05/26 19:21:37 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/gentoo-freebsd.xml">
29 @@ -28,8 +28,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.4</version>
34 -<date>2006-05-03</date>
35 +<version>2.5</version>
36 +<date>2006-05-26</date>
37
38 <chapter>
39 <title>Introduction to FreeBSD</title>
40 @@ -43,13 +43,13 @@
41 Unix-like operating system. Back in 1993 when development of <uri
42 link="http://www.386bsd.org/">386BSD</uri> stopped, two projects were born:
43 <uri link="http://www.netbsd.org/">NetBSD</uri>, commonly known to run on a
44 -huge number of architectures, and FreeBSD which supports the x86, amd64, ia64,
45 -sparc64 and alpha platforms.FreeBSD is renowned for its stability, performance
46 -and security, thus being used from small to huge companies all over the world.
47 -FreeBSD's current production release version is 6.0, which is also used as the
48 -foundation for the Gentoo/FreeBSD project. The previous 5.x branch is being
49 -continued by the FreeBSD project as a service release, but is no more worked on by
50 -the Gentoo/FreeBSD developers.
51 +huge number of architectures, and FreeBSD which supports the x86, amd64, ia64,
52 +sparc64 and alpha platforms.FreeBSD is renowned for its stability, performance
53 +and security, thus being used from small to huge companies all over the world.
54 +FreeBSD's current production release version is 6.1, which is also used as the
55 +foundation for the Gentoo/FreeBSD project. The previous 5.x branch is being
56 +continued by the FreeBSD project as a service release, but is no longer worked
57 +on by the Gentoo/FreeBSD developers.
58 </p>
59
60 </body>
61 @@ -200,10 +200,10 @@
62 <pre caption="Obtaining and unpacking a stage3 tarball">
63 # <i>cd /mnt/gentoo/</i>
64 <comment>(Any other Gentoo mirror which includes the experimental/ directory will also work.)</comment>
65 -# <i>wget http://gentoo.osuosl.org/experimental/x86/freebsd/stages/gentoo-freebsd-6.0-stage-20060221.tar.bz2</i>
66 -# <i>tar -jxvpf gentoo-freebsd-6.0-stage-20060221</i>
67 +# <i>wget http://gentoo.osuosl.org/experimental/x86/freebsd/stages/gentoo-freebsd-6.1-stage-20060509.tar.bz2</i>
68 +# <i>tar -jxvpf gentoo-freebsd-6.1-stage-20060509.tar.bz2</i>
69 <comment>(You can delete the tarball with the following command if you want to.)</comment>
70 -# <i>rm gentoo-freebsd-6.0-stage-20060221</i>
71 +# <i>rm gentoo-freebsd-6.1-stage-20060509.tar.bz2</i>
72 </pre>
73
74 <p>
75 @@ -263,11 +263,11 @@
76 </pre>
77
78 <pre caption="Setting up the profile and editing /etc/make.conf">
79 -# <i>ln -sf /usr/local/portage/portage-alt-overlay/profiles/default-bsd/fbsd/6.0/x86/ /etc/make.profile</i>
80 +# <i>ln -sf /usr/portage/profiles/default-bsd/fbsd/6.1/x86/ /etc/make.profile</i>
81 <comment>(FreeBSD's standard editor is ee, which is used to edit /etc/make.conf)</comment>
82 # <i>ee /etc/make.conf</i>
83 <comment>(Please make sure you add at least the following entries:)</comment>
84 -CHOST="i686-gentoo-freebsd6.0"
85 +CHOST="i686-gentoo-freebsd6.1"
86 ACCEPT_KEYWORDS="~x86-fbsd"
87 FEATURES="-sandbox collision-protect"
88 PORTDIR_OVERLAY="/usr/local/portage/portage-alt-overlay"
89
90
91
92 --
93 gentoo-doc-cvs@g.o mailing list