Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2021 14:13:13 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: 37e68ebd00dc - main - www/authelia: Mark as broken on arm.
Message-ID:  <202109241413.18OEDDZg041420@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=37e68ebd00dcfa557265b7f345e34ca17f4c296e

commit 37e68ebd00dcfa557265b7f345e34ca17f4c296e
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-09-24 09:12:08 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-09-24 14:13:03 +0000

    www/authelia: Mark as broken on arm.
---
 www/authelia/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/authelia/Makefile b/www/authelia/Makefile
index 4610943a7e9e..87b21fe758d3 100644
--- a/www/authelia/Makefile
+++ b/www/authelia/Makefile
@@ -12,6 +12,9 @@ COMMENT=	Single sign-on multi-factor portal for web apps
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	imports modernc.org/libc/errno: build constraints exclude all Go files
+BROKEN_armv6=	imports modernc.org/libc/errno: build constraints exclude all Go files
+BROKEN_armv7=	imports modernc.org/libc/errno: build constraints exclude all Go files
 BROKEN_i386=	imports modernc.org/libc/errno: build constraints exclude all Go files
 
 USES=		go:modules



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