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:   schmonz
Date:           Wed Jun 15 20:17:32 UTC 2022

Modified Files:
        pkgsrc/bootstrap: README.Linux

Log Message:
README.Linux: add a few notes for Alpine.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/bootstrap/README.Linux

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.Linux
diff -u pkgsrc/bootstrap/README.Linux:1.13 pkgsrc/bootstrap/README.Linux:1.14
--- pkgsrc/bootstrap/README.Linux:1.13  Wed Jun  1 12:15:39 2022
+++ pkgsrc/bootstrap/README.Linux       Wed Jun 15 20:17:32 2022
@@ -1,4 +1,4 @@
-$NetBSD: README.Linux,v 1.13 2022/06/01 12:15:39 gdt Exp $
+$NetBSD: README.Linux,v 1.14 2022/06/15 20:17:32 schmonz Exp $
 
 # General
 
@@ -23,6 +23,18 @@ There are no reports of success or failu
 It was reported in 2008 that icc (Intel C++ Compiler) 8.0 and 8.1
 have been tested on i386.  See the old section at the end.
 
+# Alpine and derivatives
+
+After bootstrap, if you want to be using pkgsrc build/install locking,
+install a more featureful ps(1) than BusyBox's:
+
+       apk add procps
+
+You may also find that pkgsrc needs a more featureful date(1),
+such as GNU's:
+
+       apk add coreutils
+
 # Debian and derivatives
 
 For Debian and derivatives such as Ubuntu the following packages should be



Home | Main Index | Thread Index | Old Index