pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Congratulations, we've found our first incompatible...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6821788327bb
branches:  trunk
changeset: 464142:6821788327bb
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Dec 04 04:33:19 2003 +0000

description:
Congratulations, we've found our first incompatible awk:  Irix!
Pointed out by Bas van Oostveen in PR pkg/23514.

diffstat:

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

diffs (18 lines):

diff -r 9508fe29e418 -r 6821788327bb mk/tools.mk
--- a/mk/tools.mk       Thu Dec 04 04:29:43 2003 +0000
+++ b/mk/tools.mk       Thu Dec 04 04:33:19 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.15 2003/09/21 17:40:40 grant Exp $
+# $NetBSD: tools.mk,v 1.16 2003/12/04 04:33:19 jschauma Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -146,7 +146,7 @@
 # These platforms have completely unusable versions of these tools, and
 # no suitable replacement is available.
 #
-_TOOLS_OPSYS_INCOMPAT.awk+=    # empty
+_TOOLS_OPSYS_INCOMPAT.awk+=    IRIX-*-*
 _TOOLS_OPSYS_INCOMPAT.grep+=   # empty
 _TOOLS_OPSYS_INCOMPAT.m4+=     # empty
 _TOOLS_OPSYS_INCOMPAT.make+=   # empty



Home | Main Index | Thread Index | Old Index