From dca9b642e3e977f5330165d014f906aeaffd1e8c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 8 Jun 2018 04:19:06 +0000 Subject: [PATCH] Mark as broken on powerpc64. Approved by: portmgr (tier-2 blanket) --- sysutils/showbeastie/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/showbeastie/Makefile b/sysutils/showbeastie/Makefile index 528ad8483e72..a4c30baa83ca 100644 --- a/sysutils/showbeastie/Makefile +++ b/sysutils/showbeastie/Makefile @@ -15,6 +15,7 @@ LICENSE= BSD2CLAUSE BROKEN_armv6= fails to link: testmain uses VFP register arguments, dict.o does not BROKEN_armv7= fails to link: testmain uses VFP register arguments, dict.o does not BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_26 against `__assert@@FBSD_1.0' +BROKEN_powerpc64= fails to build: ficl/Makefile line 25: Could not find bsd.stand.mk BROKEN_FreeBSD_12= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk .if !exists(${SRC_BASE}/sys/Makefile)