svn commit: r425659 - head/security/ftimes

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 02:34:18 UTC 2016


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


More information about the svn-ports-head mailing list