pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot u-boot: pull in bison as a tool



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea72f71ac505
branches:  trunk
changeset: 385737:ea72f71ac505
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 22:52:01 2018 +0000

description:
u-boot: pull in bison as a tool

It is needed by sysutils/u-boot-pinebook. Other packages will presumably
need it too after they are updated to 2018.07.

diffstat:

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

diffs (18 lines):

diff -r fb9037c3b84f -r ea72f71ac505 sysutils/u-boot/u-boot.mk
--- a/sysutils/u-boot/u-boot.mk Thu Sep 27 22:44:31 2018 +0000
+++ b/sysutils/u-boot/u-boot.mk Thu Sep 27 22:52:01 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.11 2018/06/06 21:58:28 wiz Exp $
+# $NetBSD: u-boot.mk,v 1.12 2018/09/27 22:52:01 tnn Exp $
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
@@ -19,7 +19,7 @@
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake gsed pkg-config
+USE_TOOLS+=            bison gmake gsed pkg-config
 PYTHON_FOR_BUILD_ONLY= yes
 PYTHON_VERSIONS_ACCEPTED=      27
 



Home | Main Index | Thread Index | Old Index