pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dtc



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Jun 14 06:29:36 UTC 2017

Modified Files:
        pkgsrc/sysutils/dtc: Makefile

Log Message:
dtc: invokes flex, add it to USE_TOOLS

>From SmartOS bulk build.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/dtc/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dtc/Makefile
diff -u pkgsrc/sysutils/dtc/Makefile:1.3 pkgsrc/sysutils/dtc/Makefile:1.4
--- pkgsrc/sysutils/dtc/Makefile:1.3    Mon Sep 19 21:12:34 2016
+++ pkgsrc/sysutils/dtc/Makefile        Wed Jun 14 06:29:36 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/09/19 21:12:34 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2017/06/14 06:29:36 maya Exp $
 
 DISTNAME=      dtc-1.4.2
 PKGREVISION=   1
@@ -10,7 +10,7 @@ HOMEPAGE=     http://devicetree.org/
 COMMENT=       Device Tree Compiler (dtc)
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    gmake bison bash:run
+USE_TOOLS+=    gmake bison flex bash:run
 
 REPLACE_BASH+= dtdiff
 



Home | Main Index | Thread Index | Old Index