pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils u-boot*: revert previous for now



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46bb9344ce38
branches:  trunk
changeset: 457154:46bb9344ce38
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 19 07:47:48 2021 +0000

description:
u-boot*: revert previous for now

diffstat:

 sysutils/u-boot-apple-m1/Makefile    |  4 ++--
 sysutils/u-boot-bananapi-r2/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 657a44085761 -r 46bb9344ce38 sysutils/u-boot-apple-m1/Makefile
--- a/sysutils/u-boot-apple-m1/Makefile Thu Aug 19 07:44:49 2021 +0000
+++ b/sysutils/u-boot-apple-m1/Makefile Thu Aug 19 07:47:48 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2021/08/19 07:43:45 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2021/08/19 07:47:48 wiz Exp $
 
 UBOOT_TARGET=          apple-m1
 UBOOT_CONFIG=          apple_m1_defconfig
 UBOOT_BIN=             u-boot-nodtb.bin u-boot.macho
 
 DISTINFO_FILE?=                ${.CURDIR}/../../sysutils/u-boot-apple-m1/distinfo
-#PATCHDIR?=            ${.CURDIR}/../../sysutils/u-boot-apple-m1/patches
+PATCHDIR?=             ${.CURDIR}/../../sysutils/u-boot-apple-m1/patches
 
 UBOOT_VERSION= 2021.01
 GITHUB_PROJECT=        u-boot
diff -r 657a44085761 -r 46bb9344ce38 sysutils/u-boot-bananapi-r2/Makefile
--- a/sysutils/u-boot-bananapi-r2/Makefile      Thu Aug 19 07:44:49 2021 +0000
+++ b/sysutils/u-boot-bananapi-r2/Makefile      Thu Aug 19 07:47:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/08/19 07:44:49 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/19 07:47:49 wiz Exp $
 
 UBOOT_TARGET=          bananapi-r2
 UBOOT_CONFIG=          mt7623n_bpir2_defconfig
@@ -9,7 +9,7 @@
 UBOOT_VERSION=         2020.04
 
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/u-boot-bananapi-r2/distinfo
-#PATCHDIR=             ${.CURDIR}/../../sysutils/u-boot-bananapi-r2/patches
+PATCHDIR=              ${.CURDIR}/../../sysutils/u-boot-bananapi-r2/patches
 DISTFILES=             ${DEFAULT_DISTFILES}
 
 # This could be moved to u-boot.mk as long as we don't have support for



Home | Main Index | Thread Index | Old Index