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:   jperkin
Date:           Thu Jun 20 09:11:26 UTC 2019

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
bootstrap: Enable sed on Cygwin by default.

Michael Dexter reported that the native Cygwin sed is unable to correctly
build libtool.  Switching to nbsed solved the issue.


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 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.265 pkgsrc/bootstrap/bootstrap:1.266
--- pkgsrc/bootstrap/bootstrap:1.265    Tue May  7 19:54:46 2019
+++ pkgsrc/bootstrap/bootstrap  Thu Jun 20 09:11:26 2019
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.265 2019/05/07 19:54:46 rillig Exp $
+# $NetBSD: bootstrap,v 1.266 2019/06/20 09:11:26 jperkin Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -571,7 +571,7 @@ CYGWIN_*)
        need_bsd_install=no
        opsys=`uname -o`
        need_awk=no
-       need_sed=no
+       need_sed=yes
        need_xargs=no
        machine_arch=`uname -m`
        # only used for unprivileged builds.



Home | Main Index | Thread Index | Old Index