summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorsevan <sevan>2015-06-04 15:48:45 +0000
committersevan <sevan>2015-06-04 15:48:45 +0000
commitc5391aab21e1ea6edb66a0164c92bc384e5be262 (patch)
tree08b6cb1a9f601993a56f9ab04eff43a865d159b2 /bootstrap/bootstrap
parentba04eb5e74c58b6a10b904196c20260e4fc4e6a1 (diff)
downloadpkgsrc-c5391aab21e1ea6edb66a0164c92bc384e5be262.tar.gz
Introduce preliminary support for Bitrig to pkgsrc
Initial patchset to add support by rodent@ Further adjustments made based on feedback by joerg@ Tested by myself with numerous bulkbuilds thanks to Patrick Wildt @ Bitrig Reviewed by bsiegert@ joerg@ wiz@
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap11
1 files changed, 10 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 3c601ae2492..712feb74c48 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.216 2015/05/03 14:26:57 sevan Exp $
+# $NetBSD: bootstrap,v 1.217 2015/06/04 15:48:45 sevan Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -503,6 +503,15 @@ AIX)
set_opsys=no
machine_arch=`get_machine_arch_aix`
;;
+Bitrig)
+ root_group=wheel
+ need_bsd_install=no
+ need_awk=no
+ need_sed=no
+ set_opsys=no
+ machine_arch=`uname -m`
+ check_compiler=yes
+ ;;
CYGWIN_*)
is_root () {
if id -nG | grep -q 'Administrators'; then