pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Don't claim that the "gawk" bundled with Interix is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/768e383c872a
branches:  trunk
changeset: 490832:768e383c872a
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Mar 21 13:58:22 2005 +0000

description:
Don't claim that the "gawk" bundled with Interix is really gawk.  It's
old and buggy, and if a package wants USE_GNU_TOOLS+=awk, pull in lang/gawk
instead for less problems.

diffstat:

 mk/tools.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9dfdcda152ab -r 768e383c872a mk/tools.mk
--- a/mk/tools.mk       Mon Mar 21 12:42:45 2005 +0000
+++ b/mk/tools.mk       Mon Mar 21 13:58:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.52 2005/02/11 15:59:41 tv Exp $
+# $NetBSD: tools.mk,v 1.53 2005/03/21 13:58:22 tv Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -132,7 +132,8 @@
 # system, so no need to pull in the pkgsrc versions; we will use these
 # instead.
 #
-_TOOLS_OPSYS_HAS_GNU.awk+=     FreeBSD-*-* Interix-*-* Linux-*-* OpenBSD-*-*
+#_TOOLS_OPSYS_HAS_GNU.awk+=    Interix-*-* # too old and buggy; use lang/gawk
+_TOOLS_OPSYS_HAS_GNU.awk+=     FreeBSD-*-* Linux-*-* OpenBSD-*-*
 _TOOLS_OPSYS_HAS_GNU.awk+=     NetBSD-1.[0-6]*-* DragonFly-*-*
 _TOOLS_OPSYS_HAS_GNU.grep+=    Darwin-*-* FreeBSD-*-* Linux-*-*
 _TOOLS_OPSYS_HAS_GNU.grep+=    NetBSD-*-* OpenBSD-*-* DragonFly-*-*



Home | Main Index | Thread Index | Old Index