pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Use pdksh when bootstrapping on AIX, while i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02e1454d0e75
branches:  trunk
changeset: 651172:02e1454d0e75
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sun May 03 14:26:57 2015 +0000

description:
Use pdksh when bootstrapping on AIX, while it's possible to bootstrap
successfully using the stock /bin/sh supplied with the system, things don't work
correctly.

Reviewed by wiz@

diffstat:

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

diffs (19 lines):

diff -r 4b20d96b1621 -r 02e1454d0e75 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sun May 03 14:23:09 2015 +0000
+++ b/bootstrap/bootstrap       Sun May 03 14:26:57 2015 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.215 2014/12/04 10:36:02 jperkin Exp $
+# $NetBSD: bootstrap,v 1.216 2015/05/03 14:26:57 sevan Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -498,6 +498,7 @@
        need_bsd_install=yes
        need_awk=yes
        need_sed=yes
+       need_ksh=yes
        need_fixed_strip=yes
        set_opsys=no
        machine_arch=`get_machine_arch_aix`



Home | Main Index | Thread Index | Old Index