svn commit: r471979 - head/sysutils/showbeastie

Mark Linimon linimon at FreeBSD.org
Fri Jun 8 04:19:07 UTC 2018


Author: linimon
Date: Fri Jun  8 04:19:06 2018
New Revision: 471979
URL: https://svnweb.freebsd.org/changeset/ports/471979

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/showbeastie/Makefile

Modified: head/sysutils/showbeastie/Makefile
==============================================================================
--- head/sysutils/showbeastie/Makefile	Fri Jun  8 04:05:40 2018	(r471978)
+++ head/sysutils/showbeastie/Makefile	Fri Jun  8 04:19:06 2018	(r471979)
@@ -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)


More information about the svn-ports-all mailing list