Received: by mail.netbsd.org (Postfix, from userid 605) id E02B284D64; Sun, 28 Oct 2018 16:59:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D907884D46 for ; Sun, 28 Oct 2018 16:59:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id eiwj3wtEzp38 for ; Sun, 28 Oct 2018 16:59:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 19ECA84CD8 for ; Sun, 28 Oct 2018 16:59:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12ED6FBEE; Sun, 28 Oct 2018 16:59:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540745941261090" MIME-Version: 1.0 Date: Sun, 28 Oct 2018 16:59:01 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20181028165901.12ED6FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540745941261090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Sun Oct 28 16:59:01 UTC 2018 Modified Files: pkgsrc/bootstrap: bootstrap Log Message: Minix/arm currently ships with GCC but the i386 build ships with clang so check the compiler. To generate a diff of this commit: cvs rdiff -u -r1.251 -r1.252 pkgsrc/bootstrap/bootstrap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540745941261090 Content-Disposition: inline Content-Length: 646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/bootstrap diff -u pkgsrc/bootstrap/bootstrap:1.251 pkgsrc/bootstrap/bootstrap:1.252 --- pkgsrc/bootstrap/bootstrap:1.251 Wed Oct 17 11:12:46 2018 +++ pkgsrc/bootstrap/bootstrap Sun Oct 28 16:59:00 2018 @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.251 2018/10/17 11:12:46 jperkin Exp $ +# $NetBSD: bootstrap,v 1.252 2018/10/28 16:59:00 sevan Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -734,6 +734,7 @@ Minix) set_opsys=no machine_arch=`uname -p` LDFLAGS="-lcompat_minix -lminlib" + check_compiler=yes ;; MirBSD) root_group=wheel --_----------=_1540745941261090--