Date: Sat, 9 Dec 2023 17:49:33 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 026b1f9d72ff - main - sysutils/u-boot-nanopi-r4s: Unbreak after the update to v2023.10 Message-ID: <202312091749.3B9HnXth001153@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=026b1f9d72fff14db9ba36cce45577db34635d52 commit 026b1f9d72fff14db9ba36cce45577db34635d52 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-12-09 17:48:15 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-12-09 17:49:29 +0000 sysutils/u-boot-nanopi-r4s: Unbreak after the update to v2023.10 Like Rockpro64 it also uses RK3399 so likely needs those patches. Untested as I don't have this board. Sponsored by: Beckhoff Automation GmbH & Co. KG --- sysutils/u-boot-nanopi-r4s/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sysutils/u-boot-nanopi-r4s/Makefile b/sysutils/u-boot-nanopi-r4s/Makefile index ad4f32947328..8b2a1b85d1b5 100644 --- a/sysutils/u-boot-nanopi-r4s/Makefile +++ b/sysutils/u-boot-nanopi-r4s/Makefile @@ -1,5 +1,13 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +U_BOOT_SLAVE_PORTREVISION_2023.10= 1 + +PATCHFILES+= 1810050/raw \ + 1810051/raw \ + 1810052/raw \ + 1810053/raw \ + 1810054/raw + MODEL= nanopi-r4s BOARD_CONFIG= nanopi-r4s-rk3399_defconfig FAMILY= rk3399
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312091749.3B9HnXth001153>