Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2024 15:18:18 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e7ba1d7f2cf - main - mail/mailpit: Mark BROKEN on i386
Message-ID:  <202412241518.4BOFIIgA047955@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by madpilot:

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

commit 9e7ba1d7f2cf42d88da7db441ad43cc7e1472e2a
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2024-12-24 15:17:01 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2024-12-24 15:17:01 +0000

    mail/mailpit: Mark BROKEN on i386
    
    Fails to build due to incompatible go modules.
    
    Reported by:    pkg-fallout
---
 mail/mailpit/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile
index 0a760ded2ba2..a49113a1cd51 100644
--- a/mail/mailpit/Makefile
+++ b/mail/mailpit/Makefile
@@ -13,6 +13,8 @@ WWW=		https://github.com/axllent/mailpit
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	Fails to build on i386
+
 BUILD_DEPENDS=	npm>0:www/npm
 
 USES=		go:1.23,modules tar:zstd


home | help

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