svn commit: r556905 - head/security/ftimes

Mark Linimon linimon at FreeBSD.org
Thu Dec 3 15:37:32 UTC 2020


Author: linimon
Date: Thu Dec  3 15:37:32 2020
New Revision: 556905
URL: https://svnweb.freebsd.org/changeset/ports/556905

Log:
  Also mark as not for riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/ftimes/Makefile

Modified: head/security/ftimes/Makefile
==============================================================================
--- head/security/ftimes/Makefile	Thu Dec  3 15:33:45 2020	(r556904)
+++ head/security/ftimes/Makefile	Thu Dec  3 15:37:32 2020	(r556905)
@@ -15,6 +15,7 @@ LICENSE_COMB=		multi
 
 BROKEN_aarch64=		fails to build: aarch64 is not currently supported
 BROKEN_mips64=		fails to build: mips64 is not currently supported
+BROKEN_riscv64=		fails to build: riscv64 is not currently supported
 
 GNU_CONFIGURE=		yes
 USES=			perl5 shebangfix tar:tgz


More information about the svn-ports-all mailing list