aboutsummaryrefslogtreecommitdiff
path: root/security/poly1305aes
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-27 00:20:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-27 00:20:19 +0000
commitc52a715800ff83f6a958709fb689f16631b4ef8a (patch)
tree6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /security/poly1305aes
parent13751f7ab8e0664df6343f3b041a3aeaca0d8712 (diff)
downloadports-c52a715800ff83f6a958709fb689f16631b4ef8a.tar.gz
ports-c52a715800ff83f6a958709fb689f16631b4ef8a.zip
Mark some ports failing on armv6, for errors classified as "???",
part 2. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441819
Diffstat (limited to 'security/poly1305aes')
-rw-r--r--security/poly1305aes/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile
index 24ce7bc5bf34..a94ca04f153a 100644
--- a/security/poly1305aes/Makefile
+++ b/security/poly1305aes/Makefile
@@ -15,7 +15,8 @@ ALL_TARGET= default
CC+= ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
-BROKEN_aarch64= Fails to build: poly1305aes.impl.do: fatal: all tests failed
+BROKEN_armv6= fails to build: poly1305aes.impl.do: fatal: all tests failed
+BROKEN_aarch64= fails to build: poly1305aes.impl.do: fatal: all tests failed
NOT_FOR_ARCHS= amd64
.include <bsd.port.pre.mk>