Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 18:09:01 +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: r549766 - head/security/hashcat
Message-ID:  <202009231809.08NI91ki092438@repo.freebsd.org>

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



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