pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Add QNX configuration. From Sean Boudreau.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/688e91318f1d
branches:  trunk
changeset: 533001:688e91318f1d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 06 20:13:44 2007 +0000

description:
Add QNX configuration. From Sean Boudreau.

diffstat:

 bootstrap/bootstrap |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 0d775b7411b8 -r 688e91318f1d bootstrap/bootstrap
--- a/bootstrap/bootstrap       Thu Sep 06 20:10:22 2007 +0000
+++ b/bootstrap/bootstrap       Thu Sep 06 20:13:44 2007 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.109 2007/09/06 19:23:25 joerg Exp $
+# $NetBSD: bootstrap,v 1.110 2007/09/06 20:13:44 joerg Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -537,6 +537,16 @@
        need_sed=yes
        set_opsys=no
        ;;
+QNX)
+       root_group=root
+       need_pax=yes
+       need_bsd_install=yes
+       set_opsys=no
+       groupsprog="id -gn"
+       whoamiprog="id -un"
+       fetch_cmd="/usr/bin/ftp"
+       machine_arch=`uname -p | sed -e 's/x86/i386/'`
+       ;;
 *)
        echo "This platform ($opsys) is untried - good luck, and thanks for using pkgsrc"
        root_group=wheel



Home | Main Index | Thread Index | Old Index