pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap README.Linux: add a few notes for Alpine.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed8354774063
branches:  trunk
changeset: 380810:ed8354774063
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jun 15 20:17:32 2022 +0000

description:
README.Linux: add a few notes for Alpine.

diffstat:

 bootstrap/README.Linux |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r b7871bcb85ec -r ed8354774063 bootstrap/README.Linux
--- a/bootstrap/README.Linux    Wed Jun 15 18:58:50 2022 +0000
+++ b/bootstrap/README.Linux    Wed Jun 15 20:17:32 2022 +0000
@@ -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 @@
 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