git: ec807886c5cc - main - sysutils/ipfs-go-fs-repo-migrations: Mark broken on aarch64.

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Sat, 13 Nov 2021 19:37:09 UTC
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec807886c5cc897e06c535a13ad7dc369fee6f16

commit ec807886c5cc897e06c535a13ad7dc369fee6f16
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-11-13 19:36:38 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-11-13 19:36:59 +0000

    sysutils/ipfs-go-fs-repo-migrations: Mark broken on aarch64.
---
 sysutils/ipfs-go-fs-repo-migrations/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile
index 69763e4b74a6..38787b751712 100644
--- a/sysutils/ipfs-go-fs-repo-migrations/Makefile
+++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Migrations for the filesystem repository of ipfs clients
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	fails to build: sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
+
 ONLY_FOR_ARCHS=	aarch64 amd64 i386
 
 USES=		go:modules