pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Add Interix block.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fca48a83589d
branches:  trunk
changeset: 471529:fca48a83589d
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Mar 29 02:22:18 2004 +0000

description:
Add Interix block.

diffstat:

 bootstrap/mkbinarykit |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 4710e2118884 -r fca48a83589d bootstrap/mkbinarykit
--- a/bootstrap/mkbinarykit     Mon Mar 29 02:20:55 2004 +0000
+++ b/bootstrap/mkbinarykit     Mon Mar 29 02:22:18 2004 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: mkbinarykit,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $
+# $NetBSD: mkbinarykit,v 1.2 2004/03/29 02:22:18 tv Exp $
 #
 # Make a binary bootstrap kit and place it in targetdir (or current
 # working directory if not specified). The mk.conf.example file is
@@ -48,6 +48,12 @@
        ospro=`arch -s`
        ;;
 
+Interix)
+       mkfile=/etc/mk.conf.example
+       # Don't use the interopsystems.com package dir
+       pkgdbdir=/usr/pkg/pkgdb
+       ospro=i386
+       ;;
 SunOS)
        sedprog=/usr/xpg4/bin/sed
        ;;



Home | Main Index | Thread Index | Old Index