pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap macOS 10.13 requires nbsed and nbawk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfd525e0248b
branches:  trunk
changeset: 368946:cfd525e0248b
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Sep 23 05:43:51 2017 +0000

description:
macOS 10.13 requires nbsed and nbawk

>From Eric Brown in PR pkg/52566

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 68209930ca25 -r cfd525e0248b bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sat Sep 23 05:29:30 2017 +0000
+++ b/bootstrap/bootstrap       Sat Sep 23 05:43:51 2017 +0000
@@ -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 <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -570,7 +570,7 @@
                ;;
        esac
        case "$macosx_version" in
-       10.[8-9]|10.1[012])
+       10.[8-9]|10.1[0123])
                need_awk=yes
                need_sed=yes
                ;;



Home | Main Index | Thread Index | Old Index