summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2016-07-03 13:58:19 +0000
committersevan <sevan@pkgsrc.org>2016-07-03 13:58:19 +0000
commit381eaba2741074e61ef342393e74f9ee41964c60 (patch)
treea13f6758bbf7681e67c45354d8ec69be33965f79 /doc/guide
parent04153156faef3dc33b2fa620f8889777e5b0c6f3 (diff)
downloadpkgsrc-381eaba2741074e61ef342393e74f9ee41964c60.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.xml38
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>