pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Add Xinuos SCO OpenServer 5.0.7/3.2 support
details: https://anonhg.NetBSD.org/pkgsrc/rev/e32baf826f72
branches: trunk
changeset: 632055:e32baf826f72
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Mar 14 21:52:13 2014 +0000
description:
Add Xinuos SCO OpenServer 5.0.7/3.2 support
The license donation for OpenServer 5.0.7/3.2 by Xinuos Inc. helped to
make this commit possible.
diffstat:
bootstrap/bootstrap | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 1990868025d3 -r e32baf826f72 bootstrap/bootstrap
--- a/bootstrap/bootstrap Fri Mar 14 21:17:12 2014 +0000
+++ b/bootstrap/bootstrap Fri Mar 14 21:52:13 2014 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.203 2014/03/10 20:50:35 asau Exp $
+# $NetBSD: bootstrap,v 1.204 2014/03/14 21:52:13 ryoon Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -761,6 +761,17 @@
whoamiprog="id -un"
machine_arch=`uname -p | sed -e 's/x86/i386/'`
;;
+SCO_SV)
+ root_group=root
+ need_awk=yes
+ need_bsd_install=yes
+ need_sed=yes
+ set_opsys=no
+ whoamiprog='id -u'
+ groupsprog='id -g'
+ # /bin/sh under OpenServer 5.0.7/3.2 breaks bmake tests.
+ #bmakexargs="$bmakexargs --with-defshell=/bin/ksh"
+ ;;
SunOS)
root_group=root
need_bsd_install=yes
Home |
Main Index |
Thread Index |
Old Index