Date: Sat, 24 Aug 2024 12:15:25 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: 66ef87d7643f - main - mail/mailpit: Mark broken on i386 Message-ID: <202408241215.47OCFPMx064721@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=66ef87d7643f78f2ec9890185f6dc5796eeaa40a commit 66ef87d7643f78f2ec9890185f6dc5796eeaa40a Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-08-24 12:13:32 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-08-24 12:13:32 +0000 mail/mailpit: Mark broken on i386 Fails to build on i386 due to a pointer size issue in a vendored dependency: vendor/modernc.org/libc/libc_freebsd.go:2018:27: cannot use &n (value of type *uint32) as *uint64 value in argument to PostDecUint64 Reported by: pkg-fallout --- mail/mailpit/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile index b8f78994036c..380526d3f959 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 due to dependency issue + BUILD_DEPENDS= npm>0:www/npm USES= go:modules tar:zstd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408241215.47OCFPMx064721>