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/hpenc | |
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/hpenc')
-rw-r--r-- | security/hpenc/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |