svn commit: r498364 - head/security/botan2
Jan Beich
jbeich at FreeBSD.org
Mon Apr 8 11:51:09 UTC 2019
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
More information about the svn-ports-all
mailing list