pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Patch applied as requested by Hubert F...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c46f65a549f2
branches: trunk
changeset: 532406:c46f65a549f2
user: weinem <weinem%pkgsrc.org@localhost>
date: Sat Aug 18 07:13:07 2007 +0000
description:
Patch applied as requested by Hubert Feyrer
diffstat:
doc/guide/files/platforms.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 23e03bbc0e71 -r c46f65a549f2 doc/guide/files/platforms.xml
--- a/doc/guide/files/platforms.xml Sat Aug 18 06:03:14 2007 +0000
+++ b/doc/guide/files/platforms.xml Sat Aug 18 07:13:07 2007 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.56 2007/08/15 06:33:46 rillig Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.57 2007/08/18 07:13:07 weinem Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -303,6 +303,12 @@
<para>Allow suid:</para>
<screen>&rprompt; <userinput>sudo mount -u -o suid /Volumes/NetBSD</userinput></screen>
+
+ <para>Changing the build directory:</para>
+ <para>After bootstrapping you need to change the default package build directory to somewhere outside the disk image so it doesn't get filled up in the process of building packages. Add
something like that to <filename>mk.conf</filename>.</para>
+ <programlisting>
+ WRKOBJDIR?= /tmp/pkgsrc # build here instead of in pkgsrc
+ </programlisting>
</sect3>
<sect3 id="platform.osx-part">
Home |
Main Index |
Thread Index |
Old Index