Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 15:33:45 +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: r556904 - head/security/p5-Digest-GOST
Message-ID:  <202012031533.0B3FXjXO052334@repo.freebsd.org>

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



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