pkgsrc-Changes archive

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

CVS commit: pkgsrc/bootstrap



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.

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 <agc%NetBSD.org@localhost>
 # 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
                ;;



Home | Main Index | Thread Index | Old Index