pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jan 29 23:54:33 UTC 2024

Modified Files:
        pkgsrc/bootstrap: README.FreeBSD

Log Message:
README.FreeBSD: some more updates

Note bootstrap has been tested on 14.0 now. While here, rearrange so
that information about EOL versions is below the current details.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/bootstrap/README.FreeBSD

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/README.FreeBSD
diff -u pkgsrc/bootstrap/README.FreeBSD:1.11 pkgsrc/bootstrap/README.FreeBSD:1.12
--- pkgsrc/bootstrap/README.FreeBSD:1.11        Sat Jan 27 03:15:27 2024
+++ pkgsrc/bootstrap/README.FreeBSD     Mon Jan 29 23:54:33 2024
@@ -1,7 +1,15 @@
-$NetBSD: README.FreeBSD,v 1.11 2024/01/27 03:15:27 gutteridge Exp $
+$NetBSD: README.FreeBSD,v 1.12 2024/01/29 23:54:33 gutteridge Exp $
 
 Please read the general README file as well.
 
+Currently bootstrap is only supported using the compiler shipped in base and not
+a version of GCC installed from ports, and clang from ports is untested.
+
+bootstrap-pkgsrc has been tested on FreeBSD 12-14.
+
+For unprivileged bootstraps, note that on FreeBSD prior to 14 /home is a symlink
+to /usr/home. Use --unprivileged --prefix /usr/home/youruser.
+
 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.
@@ -18,11 +26,3 @@ Alternatively, take care to get pkgsrc t
 
 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 12-13.
-
-For unprivileged bootstraps, note that on FreeBSD prior to 14 /home is a symlink
-to /usr/home. Use --unprivileged --prefix /usr/home/youruser.



Home | Main Index | Thread Index | Old Index