pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash use GNU bison instead of the native yacc o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b244b48d6a87
branches:  trunk
changeset: 511649:b244b48d6a87
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Tue Apr 18 18:17:47 2006 +0000

description:
use GNU bison instead of the native yacc on IRIX 5 since the code has
problems with the latter

diffstat:

 shells/bash/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 69f8a8c674f7 -r b244b48d6a87 shells/bash/Makefile
--- a/shells/bash/Makefile      Tue Apr 18 18:11:21 2006 +0000
+++ b/shells/bash/Makefile      Tue Apr 18 18:17:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/04/06 06:22:44 reed Exp $
+# $NetBSD: Makefile,v 1.23 2006/04/18 18:17:47 schwarz Exp $
 
 DISTNAME=      bash-3.1
 PKGNAME=       bash-3.1pl1
@@ -68,6 +68,11 @@
 CONFIGURE_ENV+=        ac_cv_type_wctype_t=no
 .endif
 
+# the code has problems with older versions of yacc
+.if !empty(LOWER_OPSYS:Mirix5*)
+USE_TOOLS+=    bison
+.endif
+
 # Use "readline" package on Darwin to avoid link erros.
 .if ${OPSYS} == "Darwin"
 CONFIGURE_ARGS+=               --with-installed-readline



Home | Main Index | Thread Index | Old Index