[linimon at FreeBSD.org: svn commit: r535706 - head/sysutils/u-boot-tools]

Mark Linimon linimon at lonesome.com
Mon May 18 01:47:23 UTC 2020


FYI

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Mon, 18 May 2020 01:45:04 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r535706 - head/sysutils/u-boot-tools

Author: linimon
Date: Mon May 18 01:45:04 2020
New Revision: 535706
URL: https://svnweb.freebsd.org/changeset/ports/535706

Log:
  Mark as BROKEN on powerpc64:
  
    include/config_distro_bootcmd.h:279:3: sandbox EFI support is only supported on ARM and x86
  
  This is even after adding the fix for 12-STABLE of compiler:c11 to USES,
  which at least allows the build to get that far.
  
  I took a look at this one time, thinking it would be easy, but I was not
  able to come up with a quick answer.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/u-boot-tools/Makefile

Modified: head/sysutils/u-boot-tools/Makefile
==============================================================================
--- head/sysutils/u-boot-tools/Makefile	Mon May 18 01:38:12 2020	(r535705)
+++ head/sysutils/u-boot-tools/Makefile	Mon May 18 01:45:04 2020	(r535706)
@@ -12,10 +12,12 @@ COMMENT=	U-boot related tools
 
 LICENSE=	GPLv2
 
-USES=	bison tar:bzip2 gmake python:2.7,build ssl
+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
+
+USES=		bison compiler:c11 gmake python:2.7,build ssl tar:bzip2
 
 CONFLICTS=	uboot-mkimage
 ALL_TARGET=	tools-only

----- End forwarded message -----


More information about the freebsd-uboot mailing list