svn commit: r556903 - head/security/rcracki_mt
Mark Linimon
linimon at FreeBSD.org
Thu Dec 3 15:31:05 UTC 2020
Author: linimon
Date: Thu Dec 3 15:31:04 2020
New Revision: 556903
URL: https://svnweb.freebsd.org/changeset/ports/556903
Log:
Also mark BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
Modified:
head/security/rcracki_mt/Makefile
Modified: head/security/rcracki_mt/Makefile
==============================================================================
--- head/security/rcracki_mt/Makefile Thu Dec 3 15:29:01 2020 (r556902)
+++ head/security/rcracki_mt/Makefile Thu Dec 3 15:31:04 2020 (r556903)
@@ -11,7 +11,7 @@ COMMENT= Rainbow table based crack tool
LICENSE= GPLv2
-NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 sparc64
+NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 riscv64 sparc64
NOT_FOR_ARCHS_REASON= cannot detect endianness
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
More information about the svn-ports-all
mailing list