pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap hpux support
details: https://anonhg.NetBSD.org/pkgsrc/rev/77b171823824
branches: trunk
changeset: 528096:77b171823824
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Apr 21 01:27:44 2007 +0000
description:
hpux support
diffstat:
bootstrap/mkbinarykit | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 5ba4b7450da0 -r 77b171823824 bootstrap/mkbinarykit
--- a/bootstrap/mkbinarykit Fri Apr 20 21:49:57 2007 +0000
+++ b/bootstrap/mkbinarykit Sat Apr 21 01:27:44 2007 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
-# $NetBSD: mkbinarykit,v 1.16 2007/04/12 20:31:04 joerg Exp $
+# $NetBSD: mkbinarykit,v 1.17 2007/04/21 01:27:44 tnn Exp $
#
# Make a binary bootstrap kit and place it in targetdir (or current
# working directory if not specified). The mk.conf.example file is
@@ -13,7 +13,7 @@
[ --no-build ] [ --workdir=<work dir> ] [ bootstrap script arguments ]
[ --fetch-cmd=<ftp command> ]'
-opsys=`uname -s`
+opsys=`uname -s | tr -d /-`
osrev=`uname -r`
ospro=`uname -p`
date=`date +%Y%m%d`
@@ -56,6 +56,9 @@
pkgdbdir=$prefix/pkgdb
ospro=i386
;;
+HPUX)
+ ospro=`uname -m | sed 's/^9000.*$/hppa/'`
+ ;;
NetBSD)
;;
OpenBSD)
Home |
Main Index |
Thread Index |
Old Index