Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 11:51:08 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498364 - head/security/botan2
Message-ID:  <201904081151.x38Bp8lF043220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Apr  8 11:51:07 2019
New Revision: 498364
URL: https://svnweb.freebsd.org/changeset/ports/498364

Log:
  security/botan2: lift BROKEN on armv7
  
  botan2 builds fine on armv7 down to 2.4.0 but before that all non-x86
  were broken (including aarch64) due to missing HAS_RDRAND_RNG conditional.
  
  Pointy hat to:	linimon (for using 2.3.0 error logs to mark 2.4.0)

Modified:
  head/security/botan2/Makefile   (contents, props changed)

Modified: head/security/botan2/Makefile
==============================================================================
--- head/security/botan2/Makefile	Mon Apr  8 11:51:00 2019	(r498363)
+++ head/security/botan2/Makefile	Mon Apr  8 11:51:07 2019	(r498364)
@@ -14,7 +14,6 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
 BROKEN_armv6=		include/arm_neon.h:28:2: error: "NEON support not enabled"
-BROKEN_armv7=		fails to package: pkg-static: Unable to access file stage/usr/local/include/botan-2/botan/rdrand_rng.h:No such file or directory
 
 LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs
 



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