git: c616c97ec137 - main - sysutils/amazon-ssm-agent: Mark broken on aarch64.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 19:40:26 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=c616c97ec137c5a3c1c485945073a363fdec2fa0 commit c616c97ec137c5a3c1c485945073a363fdec2fa0 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-11-13 19:40:13 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-11-13 19:40:13 +0000 sysutils/amazon-ssm-agent: Mark broken on aarch64. --- sysutils/amazon-ssm-agent/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/amazon-ssm-agent/Makefile b/sysutils/amazon-ssm-agent/Makefile index 7409763f549c..0c10138767f8 100644 --- a/sysutils/amazon-ssm-agent/Makefile +++ b/sysutils/amazon-ssm-agent/Makefile @@ -9,6 +9,8 @@ COMMENT= Amazon Simple Systems Manager Agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to build: vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00 + RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= go