Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2021 19:38:20 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eda723f6f9bd - main - www/authelia: Broken on i386
Message-ID:  <202109181938.18IJcKKr010812@gitrepo.freebsd.org>

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

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

commit eda723f6f9bd4411f38bdfc11720727ec5085a0c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-18 19:02:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-18 19:37:08 +0000

    www/authelia: Broken on i386
    
    Reported by:    fallout
---
 www/authelia/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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



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