svn commit: r521916 - head/security/py-pysha3

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 3 09:26:27 UTC 2020


Author: pkubaj
Date: Fri Jan  3 09:26:26 2020
New Revision: 521916
URL: https://svnweb.freebsd.org/changeset/ports/521916

Log:
  security/py-pysha3: unbreak on powerpc64
  
  Now builds fine (tested on 12.1-RELEASE).
  
  MFH:		2020Q1 (build fix blanket)

Modified:
  head/security/py-pysha3/Makefile

Modified: head/security/py-pysha3/Makefile
==============================================================================
--- head/security/py-pysha3/Makefile	Fri Jan  3 09:18:21 2020	(r521915)
+++ head/security/py-pysha3/Makefile	Fri Jan  3 09:26:26 2020	(r521916)
@@ -14,7 +14,6 @@ LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_mips64=		fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented
-BROKEN_powerpc64=	fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented
 
 # Actually Python 2.7,3.4+
 USES=		python


More information about the svn-ports-all mailing list