Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 04:11:40 +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: r425681 - head/security/rcracki_mt
Message-ID:  <201611080411.uA84BeR7096524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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