Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 11:15:40 +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: r465689 - head/security/botan2
Message-ID:  <201803271115.w2RBFehu066617@repo.freebsd.org>

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



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