svn commit: r556904 - head/security/p5-Digest-GOST

Mark Linimon linimon at FreeBSD.org
Thu Dec 3 15:33:46 UTC 2020


Author: linimon
Date: Thu Dec  3 15:33:45 2020
New Revision: 556904
URL: https://svnweb.freebsd.org/changeset/ports/556904

Log:
  Mark as also not for riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/p5-Digest-GOST/Makefile

Modified: head/security/p5-Digest-GOST/Makefile
==============================================================================
--- head/security/p5-Digest-GOST/Makefile	Thu Dec  3 15:31:04 2020	(r556903)
+++ head/security/p5-Digest-GOST/Makefile	Thu Dec  3 15:33:45 2020	(r556904)
@@ -12,7 +12,7 @@ COMMENT=	Perl interface to the GOST R 34.11-94 digest 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips64
+NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips64 riscv64
 NOT_FOR_ARCHS_REASON=	fails to build: Cannot detect CPU architechture
 
 USES=		perl5


More information about the svn-ports-all mailing list