diff options
author | sevan <sevan> | 2016-07-03 13:58:19 +0000 |
---|---|---|
committer | sevan <sevan> | 2016-07-03 13:58:19 +0000 |
commit | b59605cfbb0899128b1a748da3b2bc2f52affb0b (patch) | |
tree | 6867166f6fbc90d84fbd15be4213b252c2930fc0 /doc/guide | |
parent | 2d872163ea4eccc8847870a60dc4b3d8e8abaa57 (diff) | |
download | pkgsrc-b59605cfbb0899128b1a748da3b2bc2f52affb0b.tar.gz |
Remove notes about FreeBSD
* duplicate of content already present in bootstrap/README.FreeBSD
* instructions related to pkg_tools conflict no longer valid on FreeBSD 10 & newer (pkgng)
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/platforms.xml | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index 334f803c7ea..0b0fecc5013 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.88 2016/07/03 13:24:09 sevan Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.89 2016/07/03 13:58:19 sevan Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -107,42 +107,6 @@ download and install Command Line Tools for Xcode.)</para> </sect2> - <sect2 id="freebsd"> - <title>FreeBSD</title> - - <para>Care should be taken so that the tools that this kit installs do not conflict - with the FreeBSD userland tools. There are several steps:</para> - - <orderedlist> - <listitem> - <para>FreeBSD stores its ports pkg database in - <filename>/var/db/pkg</filename>. It is therefore - recommended that you choose a different location (e.g. - <filename>/usr/pkgdb</filename>) by - using the --pkgdbdir option to the bootstrap script.</para> - </listitem> - - <listitem> - <para>If you do not intend to use the FreeBSD ports tools, it's probably a - good idea to move them out of the way to avoid confusion, e.g.</para> - - <screen> -&rprompt; <userinput>cd /usr/sbin</userinput> -&rprompt; <userinput>mv pkg_add pkg_add.orig</userinput> -&rprompt; <userinput>mv pkg_create pkg_create.orig</userinput> -&rprompt; <userinput>mv pkg_delete pkg_delete.orig</userinput> -&rprompt; <userinput>mv pkg_info pkg_info.orig</userinput> - </screen> - </listitem> - - <listitem> - <para>An example &mk.conf; file will be placed in - <filename>/etc/mk.conf.example</filename> file - when you use the bootstrap script.</para> - </listitem> - </orderedlist> - </sect2> - <sect2 id="gnukfreebsd"> <title>GNU/kFreeBSD</title> |