diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-27 08:20:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-27 08:20:19 +0800 |
commit | f42944e0f05c726f0a91b53ee53df9beea420f77 (patch) | |
tree | 6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /security | |
parent | e8e911ddfa3fd492c743323c8e600e25f5bd29d9 (diff) | |
download | freebsd-ports-gnome-f42944e0f05c726f0a91b53ee53df9beea420f77.tar.gz freebsd-ports-gnome-f42944e0f05c726f0a91b53ee53df9beea420f77.tar.zst freebsd-ports-gnome-f42944e0f05c726f0a91b53ee53df9beea420f77.zip |
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/hpenc/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest-GOST/Makefile | 4 | ||||
-rw-r--r-- | security/poly1305aes/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile index 85231c138503..f2dca3ef8447 100644 --- a/security/hpenc/Makefile +++ b/security/hpenc/Makefile @@ -11,7 +11,8 @@ COMMENT= Fast authenticated encryption CLI tool LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build: fatal error: cpuid_flags.inc: No such file or directory +BROKEN_armv6= fails to build: fatal error: cpuid_flags.inc: No such file or directory +BROKEN_powerpc64= fails to build: fatal error: cpuid_flags.inc: No such file or directory NOT_FOR_ARCHS= aarch64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this architecture diff --git a/security/p5-Digest-GOST/Makefile b/security/p5-Digest-GOST/Makefile index 223226bedb10..0d9dc57f2d41 100644 --- a/security/p5-Digest-GOST/Makefile +++ b/security/p5-Digest-GOST/Makefile @@ -12,8 +12,8 @@ COMMENT= Perl interface to the GOST R 34.11-94 digest algorithm LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BROKEN_aarch64= fails to build: Cannot detect CPU architechture -BROKEN_mips64= fails to build: Cannot detect CPU architechture +NOT_FOR_ARCHS= aarch64 armv6 mips64 +NOT_FOR_ARCHS_REASON= fails to build: Cannot detect CPU architechture USES= perl5 USE_PERL5= configure 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> |