git: 37e68ebd00dc - main - www/authelia: Mark as broken on arm.
Mikael Urankar
mikael at FreeBSD.org
Fri Sep 24 14:13:13 UTC 2021
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=37e68ebd00dcfa557265b7f345e34ca17f4c296e
commit 37e68ebd00dcfa557265b7f345e34ca17f4c296e
Author: Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-09-24 09:12:08 +0000
Commit: Mikael Urankar <mikael at 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
More information about the dev-commits-ports-all
mailing list