Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml
Date: Thu, 07 Jan 2010 15:16:48
Message-Id: E1NSu6L-0007NG-V3@stork.gentoo.org
1 fauli 10/01/07 15:16:41
2
3 Modified: bootstrap-freebsd.xml
4 Log:
5 Unset some variables for FreeBSD as it is done in the generic guide
6
7 Revision Changes Path
8 1.15 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.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.15&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.14&r2=1.15
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.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- bootstrap-freebsd.xml 7 Jan 2010 14:21:42 -0000 1.14
21 +++ bootstrap-freebsd.xml 7 Jan 2010 15:16:41 -0000 1.15
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.14 2010/01/07 14:21:42 fauli Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.15 2010/01/07 15:16:41 fauli 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 @@ -180,6 +180,14 @@
31 $ <i>emerge --oneshot --nodeps gcc-config</i>
32 $ <i>emerge --oneshot --nodeps "=gcc-4.2*"</i>
33 </pre>
34 + <p>
35 + Since the tools for building are now installed in your Prefix,
36 + the little helpers we used before are no longer necessary.
37 + They may even cause trouble, so we unset them.
38 + </p>
39 + <pre caption="unset no longer needed environment variables">
40 +$ unset LDFLAGS CPPFLAGS CHOST CC CXX HOSTCC
41 + </pre>
42 <p>
43 We continue getting more tools in our Prefix. We no longer
44 ignore dependencies all the time, so a lot of packages will be