pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Treat USE_GNU_TOOLS+=yacc the same as USE_TOO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a558a8dabb0b
branches:  trunk
changeset: 493914:a558a8dabb0b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 16:28:54 2005 +0000

description:
Treat USE_GNU_TOOLS+=yacc the same as USE_TOOLS+=bison, since there is
the implication that the system yacc(1) is not good enough anyway.

diffstat:

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

diffs (18 lines):

diff -r ee924acac00c -r a558a8dabb0b mk/tools/replace.mk
--- a/mk/tools/replace.mk       Mon May 16 15:20:15 2005 +0000
+++ b/mk/tools/replace.mk       Mon May 16 16:28:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.79 2005/05/16 03:07:38 jlam Exp $
+# $NetBSD: replace.mk,v 1.80 2005/05/16 16:28:54 jlam Exp $
 #
 # This Makefile fragment handles "replacements" of system-supplied
 # tools with pkgsrc versions.
@@ -47,7 +47,7 @@
 # taught to use the new syntax.
 #
 .if defined(USE_GNU_TOOLS) && !empty(USE_GNU_TOOLS)
-USE_TOOLS+=    ${USE_GNU_TOOLS:S/^awk$/gawk/:S/^make$/gmake/:S/^sed$/gsed/}
+USE_TOOLS+=    ${USE_GNU_TOOLS:S/^awk$/gawk/:S/^make$/gmake/:S/^sed$/gsed/:S/^yacc$/bison/}
 .endif
 .if defined(USE_TBL) && !empty(USE_TBL:M[yY][eE][sS])
 USE_TOOLS+=    tbl



Home | Main Index | Thread Index | Old Index