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: ryoon
Date: Mon Mar 15 16:22:06 UTC 2021
Modified Files:
pkgsrc/bootstrap: bootstrap
Added Files:
pkgsrc/bootstrap: README.MidnightBSD
Log Message:
bootstrap: Add MidnightBSD support to bootstrap shell script
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/bootstrap/README.MidnightBSD
cvs rdiff -u -r1.297 -r1.298 pkgsrc/bootstrap/bootstrap
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.297 pkgsrc/bootstrap/bootstrap:1.298
--- pkgsrc/bootstrap/bootstrap:1.297 Mon Feb 15 12:56:53 2021
+++ pkgsrc/bootstrap/bootstrap Mon Mar 15 16:22:06 2021
@@ -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 @@ Linux)
ppc64le) machine_arch=powerpc64le ;;
esac
;;
+MidnightBSD)
+ root_group=wheel
+ machine_arch=`uname -p`
+ check_compiler=yes
+ ;;
Minix)
root_group=wheel
machine_arch=`uname -p`
Added files:
Index: pkgsrc/bootstrap/README.MidnightBSD
diff -u /dev/null pkgsrc/bootstrap/README.MidnightBSD:1.1
--- /dev/null Mon Mar 15 16:22:06 2021
+++ pkgsrc/bootstrap/README.MidnightBSD Mon Mar 15 16:22:06 2021
@@ -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.
Home |
Main Index |
Thread Index |
Old Index