Fri Apr 20 13:53:29 2012 UTC ()
testing on FreeBSD 8.3.


(obache)
diff -r1.68 -r1.69 pkgsrc/doc/guide/files/platforms.xml

cvs diff -r1.68 -r1.69 pkgsrc/doc/guide/files/platforms.xml (expand / switch to unified diff)

--- pkgsrc/doc/guide/files/platforms.xml 2012/04/15 13:08:07 1.68
+++ pkgsrc/doc/guide/files/platforms.xml 2012/04/20 13:53:28 1.69
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1<!-- $NetBSD: platforms.xml,v 1.68 2012/04/15 13:08:07 obache Exp $ --> 1<!-- $NetBSD: platforms.xml,v 1.69 2012/04/20 13:53:28 obache Exp $ -->
2 2
3<chapter id="platforms"> 3<chapter id="platforms">
4 <title>Using pkgsrc on systems other than &os;</title> 4 <title>Using pkgsrc on systems other than &os;</title>
5 5
6<sect1 id="binarydist"> 6<sect1 id="binarydist">
7<title>Binary distribution</title> 7<title>Binary distribution</title>
8 8
9<para>See <xref linkend="using-pkg"/>.</para> 9<para>See <xref linkend="using-pkg"/>.</para>
10 10
11</sect1> 11</sect1>
12 12
13 <sect1 id="bootstrapping-pkgsrc"> 13 <sect1 id="bootstrapping-pkgsrc">
14 <title>Bootstrapping pkgsrc</title> 14 <title>Bootstrapping pkgsrc</title>
@@ -50,27 +50,27 @@ @@ -50,27 +50,27 @@
50 50
51 <para>Darwin 5.x and up are supported. Before you start, you 51 <para>Darwin 5.x and up are supported. Before you start, you
52 will need to download and install the Mac OS X Developer Tools 52 will need to download and install the Mac OS X Developer Tools
53 from Apple's Developer Connection. See 53 from Apple's Developer Connection. See
54 <ulink url="http://developer.apple.com/macosx/">http://developer.apple.com/macosx/</ulink> 54 <ulink url="http://developer.apple.com/macosx/">http://developer.apple.com/macosx/</ulink>
55 for details. Also, make sure you install X11 (an optional 55 for details. Also, make sure you install X11 (an optional
56 package included with the Developer Tools) if you intend to 56 package included with the Developer Tools) if you intend to
57 build packages that use the X11 Window System.</para> 57 build packages that use the X11 Window System.</para>
58 </sect2> 58 </sect2>
59 59
60 <sect2 id="freebsd"> 60 <sect2 id="freebsd">
61 <title>FreeBSD</title> 61 <title>FreeBSD</title>
62 62
63 <para>FreeBSD 8.2 and 9.0 have been tested and are supported, 63 <para>FreeBSD 8.3 and 9.0 have been tested and are supported,
64 other versions may work.</para> 64 other versions may work.</para>
65 65
66 <para>Care should be taken so that the tools that this kit installs do not conflict 66 <para>Care should be taken so that the tools that this kit installs do not conflict
67 with the FreeBSD userland tools. There are several steps:</para> 67 with the FreeBSD userland tools. There are several steps:</para>
68 68
69 <orderedlist> 69 <orderedlist>
70 <listitem> 70 <listitem>
71 <para>FreeBSD stores its ports pkg database in 71 <para>FreeBSD stores its ports pkg database in
72 <filename>/var/db/pkg</filename>. It is therefore 72 <filename>/var/db/pkg</filename>. It is therefore
73 recommended that you choose a different location (e.g. 73 recommended that you choose a different location (e.g.
74 <filename>/usr/pkgdb</filename>) by 74 <filename>/usr/pkgdb</filename>) by
75 using the --pkgdbdir option to the bootstrap script.</para> 75 using the --pkgdbdir option to the bootstrap script.</para>
76 </listitem> 76 </listitem>