Pullup ticket #3704.
[pkgsrcv2.git] / bootstrap / README.FreeBSD
1 $NetBSD: README.FreeBSD,v 1.3 2008/06/23 21:11:39 reed Exp $
2
3 Please read the general README file as well.
4
5 Care should be taken so that the tools that this kit installs do not conflict
6 with the FreeBSD userland tools. There are several steps:
7
8 1. FreeBSD stores its ports pkg database in /var/db/pkg. It is therefore
9 recommended that you choose a different location (e.g. /usr/pkgdb) by
10 using the --pkgdbdir option to the bootstrap script.
11
12 2. If you do not intend to use the FreeBSD ports tools, it's probably a
13 good idea to move them out of the way to avoid confusion, e.g.:
14         cd /usr/sbin
15         mv pkg_add pkg_add.orig
16         mv pkg_create pkg_create.orig
17         mv pkg_delete pkg_delete.orig
18         mv pkg_info pkg_info.orig
19
20 Alternatively, take care to get pkgsrc tools first in PATH.
21
22
23 bootstrap-pkgsrc has been tested on FreeBSD 4.x and 5.x (i386).
24 pkgsrc works well on FreeBSD 6.2-6.4, 7.1-7.3 (i386).