Received: by mail.netbsd.org (Postfix, from userid 605) id 7E52784D36; Sat, 23 Sep 2017 05:43:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11B7584D6D for ; Sat, 23 Sep 2017 05:43:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eTZuWgGWkgRb for ; Sat, 23 Sep 2017 05:43:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8FCBB84CE0 for ; Sat, 23 Sep 2017 05:43:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B44AFA9C; Sat, 23 Sep 2017 05:43:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506145431218820" MIME-Version: 1.0 Date: Sat, 23 Sep 2017 05:43:51 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170923054351.8B44AFA9C@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. --_----------=_1506145431218820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Sep 23 05:43:51 UTC 2017 Modified Files: pkgsrc/bootstrap: bootstrap Log Message: macOS 10.13 requires nbsed and nbawk From Eric Brown in PR pkg/52566 To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 pkgsrc/bootstrap/bootstrap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506145431218820 Content-Disposition: inline Content-Length: 635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/bootstrap diff -u pkgsrc/bootstrap/bootstrap:1.242 pkgsrc/bootstrap/bootstrap:1.243 --- pkgsrc/bootstrap/bootstrap:1.242 Mon Jun 19 06:30:48 2017 +++ pkgsrc/bootstrap/bootstrap Sat Sep 23 05:43:51 2017 @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.242 2017/06/19 06:30:48 maya Exp $ +# $NetBSD: bootstrap,v 1.243 2017/09/23 05:43:51 maya Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -570,7 +570,7 @@ Darwin) ;; esac case "$macosx_version" in - 10.[8-9]|10.1[012]) + 10.[8-9]|10.1[0123]) need_awk=yes need_sed=yes ;; --_----------=_1506145431218820--