diff options
author | sevan <sevan@pkgsrc.org> | 2017-02-09 00:20:59 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2017-02-09 00:20:59 +0000 |
commit | 7ec82fb11965ab9c19e0601dab04897f889e6840 (patch) | |
tree | 533de29c68de87e6938a8eef5f135339443909bc /bootstrap | |
parent | 1f46521d315387f889acafcd8a823b504b90b9a4 (diff) | |
download | pkgsrc-7ec82fb11965ab9c19e0601dab04897f889e6840.tar.gz |
- With the move to pkgng, it is no longer required to rename binaries on current
release, state that instructions only apply to legacy release.
- State that only the compler in base is currently support.
- Update the list of tested releases.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.FreeBSD | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/bootstrap/README.FreeBSD b/bootstrap/README.FreeBSD index f9a4fc0919f..c96e5ab4dfb 100644 --- a/bootstrap/README.FreeBSD +++ b/bootstrap/README.FreeBSD @@ -1,11 +1,12 @@ -$NetBSD: README.FreeBSD,v 1.7 2016/11/15 11:19:09 jperkin Exp $ +$NetBSD: README.FreeBSD,v 1.8 2017/02/09 00:20:59 sevan Exp $ Please read the general README file as well. -Care should be taken so that the tools that this kit installs do not conflict -with the FreeBSD userland tools. +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, it may be a +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 @@ -15,5 +16,12 @@ good idea to move them out of the way to avoid confusion, e.g.: 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 (amd64). +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). |