29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
$NetBSD: README.FreeBSD,v 1.9 2020/06/30 15:37:00 sevan Exp $
|
|
|
|
Please read the general README file as well.
|
|
|
|
On legacy releases (9.3 and prior), care should be taken so that the tools
|
|
installed by this kit do not conflict with the tools already provided as part of
|
|
the FreeBSD userland.
|
|
|
|
If you do not intend to use the FreeBSD ports tools (on 9.3 and prior), it may be a
|
|
good idea to move them out of the way to avoid confusion, e.g.:
|
|
cd /usr/sbin
|
|
mv pkg_add pkg_add.orig
|
|
mv pkg_create pkg_create.orig
|
|
mv pkg_delete pkg_delete.orig
|
|
mv pkg_info pkg_info.orig
|
|
|
|
Alternatively, take care to get pkgsrc tools first in PATH.
|
|
|
|
This is not an issue with releases of FreeBSD which solely support pkgng such as
|
|
10.0-RELEASE and newer.
|
|
|
|
Currently bootstrap is only supported using the compiler shipped in base and not
|
|
a version of GCC installed from ports, clang from ports is untested.
|
|
|
|
bootstrap-pkgsrc has been tested on FreeBSD 4.x and 5.x (i386).
|
|
pkgsrc works well on FreeBSD 6.2-6.4, 7.1-7.3 (i386), 9.0-9.1, 10.1-10.3,
|
|
11-12-CURRENT (amd64).
|
|
|
|
bootstrap is currently broken on FreeBSD, see pkg/55398, pkg/55400.
|