Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap bootstrap: Switch OSF1 to mksh.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86db7dbbe445
branches:  trunk
changeset: 435791:86db7dbbe445
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jul 15 10:32:12 2020 +0000

description:
bootstrap: Switch OSF1 to mksh.

Tested by @astr0baby on Twitter on Tru64 5.1B, where bootstrap fails due to
incomplete C99 support for libarchive on the host system, but after mksh has
already been built successfully.

That leaves only AIX now remaining on pdksh, so if anyone has an AIX system
and is able to test a bootstrap run it would be appreciated.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 2caa75600dc2 -r 86db7dbbe445 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Wed Jul 15 09:33:24 2020 +0000
+++ b/bootstrap/bootstrap       Wed Jul 15 10:32:12 2020 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.287 2020/07/07 11:50:04 jperkin Exp $
+# $NetBSD: bootstrap,v 1.288 2020/07/15 10:32:12 jperkin Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -774,7 +774,7 @@
        need_bsd_install=yes
        need_awk=yes
        need_sed=yes
-       need_ksh=yes
+       need_mksh=yes
        machine_arch=`uname -p`
        ;;
 QNX)



Home | Main Index | Thread Index | Old Index