Date: Mon, 18 May 2020 01:47:19 +0000 From: Mark Linimon <linimon@lonesome.com> To: uboot@FreeBSD.org Cc: linimon@FreeBSD.org, pkubaj@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r535706 - head/sysutils/u-boot-tools] Message-ID: <20200518014719.GM26937@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- 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 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 -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200518014719.GM26937>