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: tnn
Date: Sun Apr 3 19:20:59 UTC 2022
Modified Files:
pkgsrc/bootstrap: bootstrap
Log Message:
bootstrap: OSF1: set shprog to /usr/bin/ksh for the early stuff
sh(1) is too broken to run mksh's Build.sh
To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 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.307 pkgsrc/bootstrap/bootstrap:1.308
--- pkgsrc/bootstrap/bootstrap:1.307 Tue Feb 8 19:18:07 2022
+++ pkgsrc/bootstrap/bootstrap Sun Apr 3 19:20:59 2022
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.307 2022/02/08 19:18:07 schmonz Exp $
+# $NetBSD: bootstrap,v 1.308 2022/04/03 19:20:59 tnn Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -740,7 +740,7 @@ Minix)
root_group=wheel
machine_arch=`uname -p`
check_compiler=yes
- ;;
+ ;;
MirBSD)
root_group=wheel
need_pax=yes
@@ -779,6 +779,7 @@ OSF1)
need_awk=yes
need_sed=yes
need_mksh=yes
+ shprog=/usr/bin/ksh
machine_arch=`uname -p`
;;
QNX)
Home |
Main Index |
Thread Index |
Old Index