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 /shells/bash-completion | |
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 'shells/bash-completion')
-rw-r--r-- | shells/bash-completion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index f5e6958acd0d..d9219a83a919 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= bash:shells/bash +BROKEN_armv6= fails to build: gmake: install-recursive: Error 1 + USE_GITHUB= yes GH_ACCOUNT= scop |