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:   bsiegert
Date:           Sun Aug 12 08:46:41 UTC 2018

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
On Chrome OS, build nbsed too.

Both sed and awk in the Chrome OS base are permanently put into sandbox
mode, which makes them unsuitable for pkgsrc use. We were already building
nbawk; also add nbsed.


To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 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.248 pkgsrc/bootstrap/bootstrap:1.249
--- pkgsrc/bootstrap/bootstrap:1.248    Wed Mar  7 07:34:07 2018
+++ pkgsrc/bootstrap/bootstrap  Sun Aug 12 08:46:41 2018
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.248 2018/03/07 07:34:07 rillig Exp $
+# $NetBSD: bootstrap,v 1.249 2018/08/12 08:46:41 bsiegert Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -713,10 +713,11 @@ Linux)
                need_awk=yes
        elif grep -sq '^CHROMEOS_RELEASE_NAME' /etc/lsb-release; then
                need_awk=yes
+               need_sed=yes
        else
                need_awk=no
+               need_sed=no
        fi
-       need_sed=no
        set_opsys=no
        machine_arch=`uname -m`
        # Override machine_arch where required.



Home | Main Index | Thread Index | Old Index