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:   tron
Date:           Sat Feb 11 16:08:31 UTC 2017

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
As macOS Sierra still ships with a broken "awk" and "sed" use the
pkgsrc variants as we do under Mac OS X El Capitan.


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 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.239 pkgsrc/bootstrap/bootstrap:1.240
--- pkgsrc/bootstrap/bootstrap:1.239    Wed Feb  1 10:14:09 2017
+++ pkgsrc/bootstrap/bootstrap  Sat Feb 11 16:08:31 2017
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.239 2017/02/01 10:14:09 jperkin Exp $
+# $NetBSD: bootstrap,v 1.240 2017/02/11 16:08:31 tron Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -569,7 +569,7 @@ Darwin)
                ;;
        esac
        case "$macosx_version" in
-       10.[8-9]|10.1[01])
+       10.[8-9]|10.1[012])
                need_awk=yes
                need_sed=yes
                ;;



Home | Main Index | Thread Index | Old Index