pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-d1-nezha



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 10:51:39 UTC 2025

Modified Files:
        pkgsrc/sysutils/u-boot-d1-nezha: Makefile

Log Message:
u-boot-d1-nezha: add missing tool dependency

A file is copied from that package during build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/u-boot-d1-nezha/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/u-boot-d1-nezha/Makefile
diff -u pkgsrc/sysutils/u-boot-d1-nezha/Makefile:1.1 pkgsrc/sysutils/u-boot-d1-nezha/Makefile:1.2
--- pkgsrc/sysutils/u-boot-d1-nezha/Makefile:1.1        Mon Oct  6 00:09:12 2025
+++ pkgsrc/sysutils/u-boot-d1-nezha/Makefile    Thu Oct  9 10:51:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/10/06 00:09:12 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2025/10/09 10:51:38 wiz Exp $
 
 UBOOT_TARGET=          d1-nezha
 UBOOT_VERSION=         2024.1
@@ -25,6 +25,8 @@ EXTRACT_SUFX=         .tar.gz
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/u-boot-d1-nezha/distinfo
 PATCHDIR=              ${.CURDIR}/../../sysutils/u-boot-d1-nezha/patches
 
+TOOL_DEPENDS+=         opensbi-sun20i-d1-[0-9]*:../../sysutils/opensbi-sun20i-d1
+
 post-extract:
        ${CP} ${PREFIX}/share/opensbi/sun20i-d1/fw_dynamic.bin ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index