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:   mrg
Date:           Tue Jan 14 08:30:20 UTC 2020

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

Log Message:
gawk is needed for newer uboots.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/sysutils/u-boot/u-boot.mk:1.22
--- pkgsrc/sysutils/u-boot/u-boot.mk:1.21       Sun Oct  6 17:02:10 2019
+++ pkgsrc/sysutils/u-boot/u-boot.mk    Tue Jan 14 08:30:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.21 2019/10/06 17:02:10 bad Exp $
+# $NetBSD: u-boot.mk,v 1.22 2020/01/14 08:30:20 mrg 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+=            bison gmake gsed pkg-config
+USE_TOOLS+=            bison gmake gsed pkg-config gawk
 PYTHON_FOR_BUILD_ONLY= yes
 ALL_ENV+=              PYTHON2=${PYTHONBIN} PYTHONCONFIG=${PYTHONCONFIG}
 ALL_ENV+=              PYTHONLIBPATH=-L$(LOCALBASE)/lib



Home | Main Index | Thread Index | Old Index