pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap bootstrap: Add MidnightBSD support to bootst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27af32f6c7f9
branches:  trunk
changeset: 448828:27af32f6c7f9
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Mar 15 16:22:06 2021 +0000

description:
bootstrap: Add MidnightBSD support to bootstrap shell script

diffstat:

 bootstrap/README.MidnightBSD |  3 +++
 bootstrap/bootstrap          |  7 ++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 112c87575344 -r 27af32f6c7f9 bootstrap/README.MidnightBSD
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/bootstrap/README.MidnightBSD      Mon Mar 15 16:22:06 2021 +0000
@@ -0,0 +1,3 @@
+$NetBSD: README.MidnightBSD,v 1.1 2021/03/15 16:22:06 ryoon Exp $
+
+Please read the general README file and README.FreeBSD as well.
diff -r 112c87575344 -r 27af32f6c7f9 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Mon Mar 15 16:21:02 2021 +0000
+++ b/bootstrap/bootstrap       Mon Mar 15 16:22:06 2021 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.297 2021/02/15 12:56:53 cjep Exp $
+# $NetBSD: bootstrap,v 1.298 2021/03/15 16:22:06 ryoon Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -732,6 +732,11 @@
        ppc64le)        machine_arch=powerpc64le ;;
        esac
        ;;
+MidnightBSD)
+       root_group=wheel
+       machine_arch=`uname -p`
+       check_compiler=yes
+       ;;
 Minix)
        root_group=wheel
        machine_arch=`uname -p`



Home | Main Index | Thread Index | Old Index