svn commit: r557149 - head/security/botan110

Mark Linimon linimon at FreeBSD.org
Sun Dec 6 16:56:13 UTC 2020


Author: linimon
Date: Sun Dec  6 16:56:12 2020
New Revision: 557149
URL: https://svnweb.freebsd.org/changeset/ports/557149

Log:
  Mark as BROKEN on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/botan110/Makefile

Modified: head/security/botan110/Makefile
==============================================================================
--- head/security/botan110/Makefile	Sun Dec  6 16:52:49 2020	(r557148)
+++ head/security/botan110/Makefile	Sun Dec  6 16:56:12 2020	(r557149)
@@ -15,6 +15,8 @@ COMMENT=	Portable, easy to use, and efficient C++ cryp
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/doc/license.txt
 
+BROKEN_riscv64=		fails to build: Unknown or unidentifiable processor "riscv"
+
 OPTIONS_DEFINE=		SSL GMP DOCS
 OPTIONS_DEFAULT=	SSL GMP
 


More information about the svn-ports-head mailing list