pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash Remove conditional to use bison in case of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28dfdbbdf646
branches:  trunk
changeset: 556701:28dfdbbdf646
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Mar 31 11:14:42 2009 +0000

description:
Remove conditional to use bison in case of IRIX, it's used anyway now.

diffstat:

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

diffs (21 lines):

diff -r bceff5e43276 -r 28dfdbbdf646 shells/bash/Makefile
--- a/shells/bash/Makefile      Tue Mar 31 10:45:20 2009 +0000
+++ b/shells/bash/Makefile      Tue Mar 31 11:14:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2009/03/31 10:09:06 hasso Exp $
+# $NetBSD: Makefile,v 1.43 2009/03/31 11:14:42 hasso Exp $
 
 BASH_VERSION=          4.0
 BASH_PATCHLEVEL=       10
@@ -68,11 +68,6 @@
 BUILDLINK_DEPMETHOD.readline=  build
 .endif
 
-# the code has problems with older versions of yacc
-.if !empty(MACHINE_PLATFORM:MIRIX-5*)
-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