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:   maya
Date:           Mon Jun 19 06:30:48 UTC 2017

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
Add code for finding machine_arch on OSF1

>From Naruaki Etomi in PR pkg/52311


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 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.241 pkgsrc/bootstrap/bootstrap:1.242
--- pkgsrc/bootstrap/bootstrap:1.241    Sat Apr 29 21:40:40 2017
+++ pkgsrc/bootstrap/bootstrap  Mon Jun 19 06:30:48 2017
@@ -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 @@ OSF1)
        need_sed=yes
        need_ksh=yes
        set_opsys=no
+       machine_arch=`uname -p`
        ;;
 QNX)
        root_group=root



Home | Main Index | Thread Index | Old Index