Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 01:45:04 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535706 - head/sysutils/u-boot-tools
Message-ID:  <202005180145.04I1j4HH077967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005180145.04I1j4HH077967>