svn commit: r425681 - head/security/rcracki_mt

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 04:11:41 UTC 2016


Author: linimon
Date: Tue Nov  8 04:11:40 2016
New Revision: 425681
URL: https://svnweb.freebsd.org/changeset/ports/425681

Log:
  Also fails to detect endianness on other tier-2s.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/rcracki_mt/Makefile

Modified: head/security/rcracki_mt/Makefile
==============================================================================
--- head/security/rcracki_mt/Makefile	Tue Nov  8 04:11:07 2016	(r425680)
+++ head/security/rcracki_mt/Makefile	Tue Nov  8 04:11:40 2016	(r425681)
@@ -11,7 +11,7 @@ COMMENT=	Rainbow table based crack tool
 
 LICENSE=	GPLv2
 
-NOT_FOR_ARCHS=	arm sparc64
+NOT_FOR_ARCHS=	arm64 armv6 mips mips64 sparc64
 NOT_FOR_ARCHS_REASON=	cannot detect endianness
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}


More information about the svn-ports-all mailing list