pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap As macOS Sierra still ships with a broken "a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2be97e0e98f9
branches: trunk
changeset: 358392:2be97e0e98f9
user: tron <tron%pkgsrc.org@localhost>
date: Sat Feb 11 16:08:31 2017 +0000
description:
As macOS Sierra still ships with a broken "awk" and "sed" use the
pkgsrc variants as we do under Mac OS X El Capitan.
diffstat:
bootstrap/bootstrap | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 135eb7ff8543 -r 2be97e0e98f9 bootstrap/bootstrap
--- a/bootstrap/bootstrap Sat Feb 11 15:25:49 2017 +0000
+++ b/bootstrap/bootstrap Sat Feb 11 16:08:31 2017 +0000
@@ -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 @@
;;
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