pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Don't enforce vulnerability tests during boo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2656c938cade
branches: trunk
changeset: 603870:2656c938cade
user: christos <christos%pkgsrc.org@localhost>
date: Tue May 15 16:42:43 2012 +0000
description:
Don't enforce vulnerability tests during bootstrap. On old systems eg.
NetBSD-3, the checker command line syntax was different leading to failure
to install.
diffstat:
bootstrap/bootstrap | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 4364dd9e42d0 -r 2656c938cade bootstrap/bootstrap
--- a/bootstrap/bootstrap Tue May 15 15:41:06 2012 +0000
+++ b/bootstrap/bootstrap Tue May 15 16:42:43 2012 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.174 2012/01/11 01:15:17 riz Exp $
+# $NetBSD: bootstrap,v 1.175 2012/05/15 16:42:43 christos Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -39,6 +39,10 @@
MAKECONF=/dev/null
export MAKECONF
+# No vulnerability checks since there might be an incompatible checker installed
+NO_PKGTOOLS_REQD_CHECK=yes
+export NO_PKGTOOLS_REQD_CHECK
+
unprivileged=no
preserve_path=no
Home |
Main Index |
Thread Index |
Old Index