pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Add code for finding machine_arch on OSF1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba85d0370cfb
branches:  trunk
changeset: 363943:ba85d0370cfb
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 19 06:30:48 2017 +0000

description:
Add code for finding machine_arch on OSF1

>From Naruaki Etomi in PR pkg/52311

diffstat:

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

diffs (19 lines):

diff -r a560b975ef13 -r ba85d0370cfb bootstrap/bootstrap
--- a/bootstrap/bootstrap       Mon Jun 19 06:25:45 2017 +0000
+++ b/bootstrap/bootstrap       Mon Jun 19 06:30:48 2017 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.241 2017/04/29 21:40:40 khorben Exp $
+# $NetBSD: bootstrap,v 1.242 2017/06/19 06:30:48 maya Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -782,6 +782,7 @@
        need_sed=yes
        need_ksh=yes
        set_opsys=no
+       machine_arch=`uname -p`
        ;;
 QNX)
        root_group=root



Home | Main Index | Thread Index | Old Index