Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2017 05:19:00 +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: r455924 - head/security/hashcat
Message-ID:  <201712110519.vBB5J09n038823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec 11 05:19:00 2017
New Revision: 455924
URL: https://svnweb.freebsd.org/changeset/ports/455924

Log:
  Mark as failing to compile on big-endian.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/hashcat/Makefile

Modified: head/security/hashcat/Makefile
==============================================================================
--- head/security/hashcat/Makefile	Mon Dec 11 05:06:47 2017	(r455923)
+++ head/security/hashcat/Makefile	Mon Dec 11 05:19:00 2017	(r455924)
@@ -16,6 +16,9 @@ LICENSE_FILE=	${WRKSRC}/docs/license.txt
 BUILD_DEPENDS=	${LOCALBASE}/include/CL/cl.h:devel/opencl \
 		gsed:textproc/gsed
 
+NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
+NOT_FOR_ARCHS_REASON=	fails to compile: compiling for big-endian architecture not supported
+
 USE_GITHUB=	yes
 
 ALL_TARGET=	default



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