git: d846f9860a23 - main - sysutils/u-boot-tools: fix build on non-arm non-x86

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 27 Oct 2021 17:13:42 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d846f9860a2364340493a0d09ee7f63672a7c46b

commit d846f9860a2364340493a0d09ee7f63672a7c46b
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-27 17:11:46 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-27 17:11:46 +0000

    sysutils/u-boot-tools: fix build on non-arm non-x86
    
    Changing target to tools-only_defconfig will omit the parts that need EFI and will still build the binaries this port needs.
    
    PR:     259118
---
 sysutils/u-boot-tools/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sysutils/u-boot-tools/Makefile b/sysutils/u-boot-tools/Makefile
index 3ba809d65652..62ade2765607 100644
--- a/sysutils/u-boot-tools/Makefile
+++ b/sysutils/u-boot-tools/Makefile
@@ -11,7 +11,6 @@ COMMENT=	U-boot related tools
 
 LICENSE=	GPLv2
 
-BROKEN_powerpc64=	fails to build: include/config_distro_bootcmd.h:279:3: sandbox EFI support is only supported on ARM and x86
 BROKEN_SSL=	libressl
 BROKEN_SSL_REASON_libressl=	not supported by the upstream
 
@@ -28,7 +27,7 @@ MAKE_ARGS=	ARCH=sandbox \
 PLIST_FILES=	bin/mkimage bin/mkenvimage bin/dumpimage bin/fit_info
 
 do-configure:
-	(cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} sandbox_defconfig)
+	(cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} tools-only_defconfig)
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/tools/dumpimage ${STAGEDIR}${PREFIX}/bin