pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/tools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 18 13:45:17 UTC 2025

Modified Files:
        pkgsrc/mk/tools: tools.Cygwin.mk

Log Message:
mk: Stop using 'sed -b' on Cygwin.

If this was previously added to work around an issue, it appears to no
longer be necessary, and was the cause of libtool build failures that
resulted in bootstrap being changed to use nbsed.  Unfortunately that
change itself broke libtool, but in a way that was only apparent when
actually using libtool.

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mk/tools/tools.Cygwin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/tools/tools.Cygwin.mk
diff -u pkgsrc/mk/tools/tools.Cygwin.mk:1.14 pkgsrc/mk/tools/tools.Cygwin.mk:1.15
--- pkgsrc/mk/tools/tools.Cygwin.mk:1.14        Tue Feb 18 13:44:38 2025
+++ pkgsrc/mk/tools/tools.Cygwin.mk     Tue Feb 18 13:45:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Cygwin.mk,v 1.14 2025/02/18 13:44:38 wiz Exp $
+# $NetBSD: tools.Cygwin.mk,v 1.15 2025/02/18 13:45:17 wiz Exp $
 #
 # System-supplied tools for the Cygwin operating system.
 
@@ -125,7 +125,7 @@ TOOLS_PLATFORM.readlink?=   /bin/readlink
 TOOLS_PLATFORM.rm?=            /bin/rm
 TOOLS_PLATFORM.rmdir?=         /bin/rmdir
 TOOLS_PLATFORM.sdiff?=         /bin/sdiff
-TOOLS_PLATFORM.sed?=           /bin/sed -b
+TOOLS_PLATFORM.sed?=           /bin/sed
 TOOLS_PLATFORM.sh?=            /bin/sh
 TOOLS_PLATFORM.sleep?=         /bin/sleep
 TOOLS_PLATFORM.soelim?=                /bin/soelim



Home | Main Index | Thread Index | Old Index