Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2018 04:19:07 +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: r471979 - head/sysutils/showbeastie
Message-ID:  <201806080419.w584J7KD085290@repo.freebsd.org>

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



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