pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 22:52:01 UTC 2018

Modified Files:
        pkgsrc/sysutils/u-boot: u-boot.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/u-boot/u-boot.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot/u-boot.mk
diff -u pkgsrc/sysutils/u-boot/u-boot.mk:1.11 pkgsrc/sysutils/u-boot/u-boot.mk:1.12
--- pkgsrc/sysutils/u-boot/u-boot.mk:1.11       Wed Jun  6 21:58:28 2018
+++ pkgsrc/sysutils/u-boot/u-boot.mk    Thu Sep 27 22:52:01 2018
@@ -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 @@ COMMENT=      Das U-Boot, the Universal Boot 
 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