pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dtc Replace bash and add proper runtime depen...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b8c87faa518
branches: trunk
changeset: 352905:3b8c87faa518
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Sep 19 21:12:34 2016 +0000
description:
Replace bash and add proper runtime dependency, so that the package
actually builds. Bump revision.
diffstat:
sysutils/dtc/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r a1498e253fde -r 3b8c87faa518 sysutils/dtc/Makefile
--- a/sysutils/dtc/Makefile Mon Sep 19 18:22:37 2016 +0000
+++ b/sysutils/dtc/Makefile Mon Sep 19 21:12:34 2016 +0000
@@ -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 @@
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