pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Allow the system bison to be used. The comme...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b66b1ec450d
branches:  trunk
changeset: 621450:2b66b1ec450d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jul 09 15:22:31 2013 +0000

description:
Allow the system bison to be used.  The comment that it was too old is
from 2006 and the OSX bison has been upgraded long since then.  In any
case, if the bison is too old, the BISON_REQD check will ensure that a
working version is pulled in if necessary.

diffstat:

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

diffs (21 lines):

diff -r 46311ca7c585 -r 2b66b1ec450d mk/tools/tools.Darwin.mk
--- a/mk/tools/tools.Darwin.mk  Tue Jul 09 14:57:20 2013 +0000
+++ b/mk/tools/tools.Darwin.mk  Tue Jul 09 15:22:31 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.46 2012/07/27 14:38:26 jperkin Exp $
+# $NetBSD: tools.Darwin.mk,v 1.47 2013/07/09 15:22:31 jperkin Exp $
 #
 # System-supplied tools for the Darwin (Mac OS X) operating system.
 
@@ -6,9 +6,8 @@
 TOOLS_PLATFORM.awk?=           /usr/bin/awk
 TOOLS_PLATFORM.basename?=      /usr/bin/basename
 TOOLS_PLATFORM.bash?=          /bin/bash
-# Darwin's bison is too old (1.28).
-# TOOLS_PLATFORM.bison?=               /usr/bin/bison
-# TOOLS_PLATFORM.bison-yacc?=  /usr/bin/bison -y
+TOOLS_PLATFORM.bison?=         /usr/bin/bison
+TOOLS_PLATFORM.bison-yacc?=    /usr/bin/bison -y
 .if exists(/usr/bin/bsdtar)
 TOOLS_PLATFORM.bsdtar?=                /usr/bin/bsdtar
 .endif



Home | Main Index | Thread Index | Old Index