pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Require ksh on HP-UX: /bin/sh dumps core dur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6416626bcf05
branches:  trunk
changeset: 394957:6416626bcf05
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sat Jun 27 22:30:50 2009 +0000

description:
Require ksh on HP-UX: /bin/sh dumps core during install on certain systems.

diffstat:

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

diffs (19 lines):

diff -r 716eb458607a -r 6416626bcf05 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sat Jun 27 20:45:48 2009 +0000
+++ b/bootstrap/bootstrap       Sat Jun 27 22:30:50 2009 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.147 2009/06/15 17:02:14 joerg Exp $
+# $NetBSD: bootstrap,v 1.148 2009/06/27 22:30:50 ahoka Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -502,6 +502,7 @@
        need_bsd_install=yes
        need_awk=yes
        need_sed=yes
+       need_ksh=yes
        set_opsys=no
        machine_arch=`uname -m | sed 's/^9000.*$/hppa/'`
        ;;



Home | Main Index | Thread Index | Old Index