svn commit: r549766 - head/security/hashcat

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:09:01 UTC 2020


Author: linimon
Date: Wed Sep 23 18:09:00 2020
New Revision: 549766
URL: https://svnweb.freebsd.org/changeset/ports/549766

Log:
  Add powerpcspe to NOT_FOR_ARCHS.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/hashcat/Makefile

Modified: head/security/hashcat/Makefile
==============================================================================
--- head/security/hashcat/Makefile	Wed Sep 23 18:07:18 2020	(r549765)
+++ head/security/hashcat/Makefile	Wed Sep 23 18:09:00 2020	(r549766)
@@ -12,7 +12,7 @@ COMMENT=	Advanced CPU-based password recovery utility
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/docs/license.txt
 
-NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
+NOT_FOR_ARCHS=		powerpc powerpc64 powerpcspe sparc64
 NOT_FOR_ARCHS_REASON=	fails to compile: compiling for big-endian architecture not supported
 
 BUILD_DEPENDS=	gsed:textproc/gsed


More information about the svn-ports-all mailing list