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:   wiz
Date:           Tue Feb 18 13:45:58 UTC 2025

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
bootstrap: Stop using nbsed on Cygwin.

Now that mk has been fixed to use native sed correctly this is no longer
necessary, and appears to be actively harmful when nbsed is used by
libtool with --lt-dump-script generating invalid code.  It's likely that
nbsed does not account for Cygwin CRLF.

>From Jonathan Perkin <jperkin%smartos.org@localhost>
via drecklypkg commit d98d8393f931e450a4e8d60471991a767c45c97f


To generate a diff of this commit:
cvs rdiff -u -r1.327 -r1.328 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.327 pkgsrc/bootstrap/bootstrap:1.328
--- pkgsrc/bootstrap/bootstrap:1.327    Tue Feb 18 13:06:28 2025
+++ pkgsrc/bootstrap/bootstrap  Tue Feb 18 13:45:57 2025
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.327 2025/02/18 13:06:28 wiz Exp $
+# $NetBSD: bootstrap,v 1.328 2025/02/18 13:45:57 wiz Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -583,7 +583,6 @@ CYGWIN_*)
        root_user=Administrators
        root_group=Administrators
        opsys=`uname -o`
-       need_sed=yes
        machine_arch=`uname -m`
        # only used for unprivileged builds.
        whoamiprog='id -u'



Home | Main Index | Thread Index | Old Index