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:   joerg
Date:           Mon Sep 19 21:12:34 UTC 2016

Modified Files:
        pkgsrc/sysutils/dtc: Makefile

Log Message:
Replace bash and add proper runtime dependency, so that the package
actually builds. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/sysutils/dtc/Makefile:1.3
--- pkgsrc/sysutils/dtc/Makefile:1.2    Mon Sep 19 18:21:52 2016
+++ pkgsrc/sysutils/dtc/Makefile        Mon Sep 19 21:12:34 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/09/19 18:21:52 jakllsch Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/19 21:12:34 joerg Exp $
 
 DISTNAME=      dtc-1.4.2
+PKGREVISION=   1
 CATEGORIES=    sysutils devel
 MASTER_SITES=  ftp://ftp.kernel.org/pub/software/utils/dtc/
 
@@ -9,7 +10,9 @@ HOMEPAGE=      http://devicetree.org/
 COMMENT=       Device Tree Compiler (dtc)
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    gmake bison
+USE_TOOLS+=    gmake bison bash:run
+
+REPLACE_BASH+= dtdiff
 
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}



Home | Main Index | Thread Index | Old Index