git: f1715457b142 - main - lang/v: Mark BROKEN on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 16:00:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1715457b142e7b2b6110327dad88f7685d06230 commit f1715457b142e7b2b6110327dad88f7685d06230 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 15:46:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 15:46:57 +0000 lang/v: Mark BROKEN on i386 Reference: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/pd594ba044905_s6ea1ce222c7/logs/v-0.4.8.log https://pkg-status.freebsd.org/beefy21/data/141i386-default/d594ba044905/logs/v-0.4.8.log https://pkg-status.freebsd.org/beefy15/data/133i386-default/d594ba044905/logs/v-0.4.8.log --- lang/v/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/v/Makefile b/lang/v/Makefile index 1059009f88e7..0e30ff40409f 100644 --- a/lang/v/Makefile +++ b/lang/v/Makefile @@ -10,6 +10,8 @@ WWW= https://vlang.io/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= error: mismatched types + USES= compiler:c11 gmake ALL_TARGET= v