Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2021 14:13:15 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7906d14169c - main - databases/tile38: Mark as broken on aarch64.
Message-ID:  <202109241413.18OEDFKT041472@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

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

commit f7906d14169cd558551a401e20a001e15785a826
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-09-24 09:14:57 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-09-24 14:13:04 +0000

    databases/tile38: Mark as broken on aarch64.
---
 databases/tile38/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/tile38/Makefile b/databases/tile38/Makefile
index 66c9f4f62ee3..bfef8783fa41 100644
--- a/databases/tile38/Makefile
+++ b/databases/tile38/Makefile
@@ -10,6 +10,8 @@ COMMENT=	In-memory geolocation data store, spatial index, and realtime geofence
 LICENSE=	MIT
 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
+
 BUILD_DEPENDS=	bash:shells/bash
 
 USES=		go shebangfix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109241413.18OEDFKT041472>