pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files synch with last changes to bootstrap a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/92f6d0b052ea
branches: trunk
changeset: 492354:92f6d0b052ea
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Apr 10 22:21:54 2005 +0000
description:
synch with last changes to bootstrap and READMEs
diffstat:
doc/guide/files/platforms.xml | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 2e9297450ca8 -r 92f6d0b052ea doc/guide/files/platforms.xml
--- a/doc/guide/files/platforms.xml Sun Apr 10 22:03:35 2005 +0000
+++ b/doc/guide/files/platforms.xml Sun Apr 10 22:21:54 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.5 2005/03/21 21:40:28 tv Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.6 2005/04/10 22:21:54 jschauma Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -129,7 +129,7 @@
place the package database directory outside the
<emphasis>prefix</emphasis>. e.g.</para>
- <screen>&rprompt; <userinput>./bootstrap --pkgdbdir=/usr/pkg/pkgdb --pkgsrcdir=/Volumes/ufs/pkgsrc</userinput></screen>
+ <screen>&rprompt; <userinput>./bootstrap --pkgdbdir /usr/pkg/pkgdb --pkgsrcdir /Volumes/ufs/pkgsrc</userinput></screen>
<para>If you created your partitions at the time of installing Mac OS X
and formatted the target partition as UFS, it should automatically
@@ -328,6 +328,19 @@
as imake(1), but you may want to set some options depending on your local
setup. Please see <filename>pkgsrc/mk/defaults/mk.conf</filename> and, of
course, your compilers man pages for details.</para>
+
+ <para>If you are using SGI's MIPSPro compiler, please set
+ <programlisting>PKGSRC_COMPILER=mipspro</programlisting>
+ in <filename>/etc/mk.conf</filename> &emdash; otherwise, pkgsrc will assume you
+ are using gcc and may end up passing invalid flags to the compiler. Note that
+ bootstrap should create an appropriate <filename>mk.conf.example</filename> by
+ default.</para>
+
+ <para>If you have both the MIPSPro compiler chain installed as well as gcc,
+ but want to make sure that MIPRPro is used, please set your <varname>PATH</varname>
+ to <emphasis>not</emphasis> include the location of gcc (often
+ <filename>/usr/freeware/bin</filename>), and (important) pass the
+ '--preserve-path' flag.</para>
</sect2>
<!--
Home |
Main Index |
Thread Index |
Old Index