Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 02:34:17 +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: r425659 - head/security/ftimes
Message-ID:  <201611080234.uA82YH4W055895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov  8 02:34:16 2016
New Revision: 425659
URL: https://svnweb.freebsd.org/changeset/ports/425659

Log:
  Mark as broken on arm64 and mips64: cpu not supported.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/ftimes/Makefile

Modified: head/security/ftimes/Makefile
==============================================================================
--- head/security/ftimes/Makefile	Tue Nov  8 02:29:56 2016	(r425658)
+++ head/security/ftimes/Makefile	Tue Nov  8 02:34:16 2016	(r425659)
@@ -13,6 +13,9 @@ COMMENT=		System baselining and evidence
 LICENSE=		BSD3CLAUSE APACHE20 MIT
 LICENSE_COMB=		multi
 
+BROKEN_arm64:		fails to build: aarch64 is not currently supported
+BROKEN_mips64:		fails to build: mips64 is not currently supported
+
 GNU_CONFIGURE=		yes
 USES=			perl5 shebangfix tar:tgz
 USE_PERL5=		run build



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