svn commit: r455924 - head/security/hashcat

Mark Linimon linimon at FreeBSD.org
Mon Dec 11 05:19:02 UTC 2017


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


More information about the svn-ports-head mailing list