pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q1]: pkgsrc/mk pullup consistency fix to the pkgsrc-2004Q1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ad02698954c
branches:  pkgsrc-2004Q1
changeset: 471391:8ad02698954c
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Apr 27 07:34:35 2004 +0000

description:
pullup consistency fix to the pkgsrc-2004Q1 branch.

Requested by grant in ticket pkgsrc-7.

"fix our idea of which platforms have bison."

diffstat:

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

diffs (18 lines):

diff -r 301d83dcb127 -r 8ad02698954c mk/tools.mk
--- a/mk/tools.mk       Tue Apr 27 07:27:59 2004 +0000
+++ b/mk/tools.mk       Tue Apr 27 07:34:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.31 2004/03/11 19:38:12 tv Exp $
+# $NetBSD: tools.mk,v 1.31.2.1 2004/04/27 07:34:35 agc Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -142,7 +142,7 @@
 _TOOLS_OPSYS_HAS_GNU.patch+=   Darwin-*-* FreeBSD-*-* Interix-*-* Linux-*-*
 _TOOLS_OPSYS_HAS_GNU.patch+=   NetBSD-*-* OpenBSD-*-*
 _TOOLS_OPSYS_HAS_GNU.sed+=     FreeBSD-*-* Linux-*-* NetBSD-*-*
-_TOOLS_OPSYS_HAS_GNU.yacc+=    FreeBSD-*-* Linux-*-* NetBSD-*-* OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.yacc+=    Linux-*-*
 
 # These platforms have GNUish versions of the tools available in the base
 # system, which we already define as ${AWK}, ${SED}, etc. (refer to



Home | Main Index | Thread Index | Old Index