pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Upon further digging, it appears that Interix just ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/400a17fbb3f7
branches:  trunk
changeset: 481766:400a17fbb3f7
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 11 23:38:53 2004 +0000

description:
Upon further digging, it appears that Interix just needed a
_TOOLS_REPLACE_OPSYS setting to pick up nbsed in tools.mk; no need to
throw more into autoconf's environment.

diffstat:

 mk/bsd.pkg.mk |  3 +--
 mk/tools.mk   |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 846e4f4f9d95 -r 400a17fbb3f7 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Oct 11 23:27:18 2004 +0000
+++ b/mk/bsd.pkg.mk     Mon Oct 11 23:38:53 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1512 2004/10/11 23:27:18 tv Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1513 2004/10/11 23:38:53 tv Exp $
 #
 # This file is in the public domain.
 #
@@ -385,7 +385,6 @@
 CONFIGURE_ENV+=                CONFIG_SHELL=${CONFIG_SHELL}
 CONFIGURE_ENV+=                LIBS=${LIBS:Q}
 CONFIGURE_ENV+=                install_sh=${INSTALL:Q}
-CONFIGURE_ENV+=                SED=${SED:Q}
 .endif
 
 .if defined(_OPSYS_LIBTOOL_REQD)
diff -r 846e4f4f9d95 -r 400a17fbb3f7 mk/tools.mk
--- a/mk/tools.mk       Mon Oct 11 23:27:18 2004 +0000
+++ b/mk/tools.mk       Mon Oct 11 23:38:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.39 2004/10/06 20:51:47 jlam Exp $
+# $NetBSD: tools.mk,v 1.40 2004/10/11 23:38:54 tv Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -157,7 +157,7 @@
 _TOOLS_REPLACE_OPSYS.m4+=      # empty
 _TOOLS_REPLACE_OPSYS.make+=    # empty
 _TOOLS_REPLACE_OPSYS.patch+=   SunOS-*-*
-_TOOLS_REPLACE_OPSYS.sed+=     SunOS-*-*
+_TOOLS_REPLACE_OPSYS.sed+=     SunOS-*-* Interix-*-*
 _TOOLS_REPLACE_OPSYS.yacc+=    # empty
 
 # These platforms have completely unusable versions of these tools, and



Home | Main Index | Thread Index | Old Index