svn commit: r465689 - head/security/botan2
Mark Linimon
linimon at FreeBSD.org
Tue Mar 27 11:15:40 UTC 2018
Author: linimon
Date: Tue Mar 27 11:15:39 2018
New Revision: 465689
URL: https://svnweb.freebsd.org/changeset/ports/465689
Log:
Mark this as broken on various tier-2 architectures.
Approved by: portmgr (tier-2 blanket)
Modified:
head/security/botan2/Makefile
Modified: head/security/botan2/Makefile
==============================================================================
--- head/security/botan2/Makefile Tue Mar 27 11:10:57 2018 (r465688)
+++ head/security/botan2/Makefile Tue Mar 27 11:15:39 2018 (r465689)
@@ -14,6 +14,10 @@ COMMENT= Portable, easy to use and efficient C++ crypt
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
+BROKEN_powerpc64= fails to configure: Unknown compiler "None"; available options: clang ekopath gcc hpcc icc msvc pgi sunstudio xlc
+
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs
OPTIONS_DEFINE= SQLITE3 SSL DOCS
More information about the svn-ports-head
mailing list