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: gutteridge
Date: Sun Apr 27 21:15:40 UTC 2025
Modified Files:
pkgsrc/sysutils/u-boot: u-boot-version.mk
Log Message:
u-boot-version.mk: expand a comment
(At the risk of stating the obvious. u-boot packages are inconsistent,
as some deliberately override PATCHDIR locally, others expect the
opposite.)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/u-boot/u-boot-version.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-version.mk
diff -u pkgsrc/sysutils/u-boot/u-boot-version.mk:1.6 pkgsrc/sysutils/u-boot/u-boot-version.mk:1.7
--- pkgsrc/sysutils/u-boot/u-boot-version.mk:1.6 Thu Apr 24 02:14:48 2025
+++ pkgsrc/sysutils/u-boot/u-boot-version.mk Sun Apr 27 21:15:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot-version.mk,v 1.6 2025/04/24 02:14:48 gutteridge Exp $
+# $NetBSD: u-boot-version.mk,v 1.7 2025/04/27 21:15:40 gutteridge Exp $
UBOOT_DEFAULT_VERSION= 2018.11
@@ -11,7 +11,8 @@ DISTINFO_FILE?= ${.CURDIR}/../../sysutil
# bsd.prefs.mk (as, for example, gnutls does), then packagers must ensure
# whatever pulls this in is listed before those other dependencies, or
# PATCHDIR will not be set as expected here (and the package will silently
-# not apply whatever patches may be intended).
+# not apply whatever patches may be intended). Or, alternately, explicitly
+# set PATCHDIR to what's intended.
PATCHDIR?= ${.CURDIR}/../../sysutils/u-boot/patches-${UBOOT_VERSION}
.else
PATCHDIR?= ${.CURDIR}/../../sysutils/u-boot/patches
Home |
Main Index |
Thread Index |
Old Index