git: 35a3e5e5137e - main - devel/tinygo: Restrict to Go 1.25 and mark BROKEN
Adam Weinberger <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=35a3e5e5137ed6df3659136c98e4f6bc1c3942b2 commit 35a3e5e5137ed6df3659136c98e4f6bc1c3942b2 Author: Adam Weinberger <[email protected]> AuthorDate: 2026-08-08 13:27:42 +0000 Commit: Adam Weinberger <[email protected]> CommitDate: 2026-08-08 13:27:42 +0000 devel/tinygo: Restrict to Go 1.25 and mark BROKEN This port has not been updated in years, and the current port version is incompatible with Go 1.26+. Go 1.26 will become the minimum supported Go version very soon. Unless someone adopts this port (the fact that it's so stale suggests that interest is probably quite low) this port should exit the stage when Go 1.25 does. PR: 297237 --- devel/tinygo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/tinygo/Makefile b/devel/tinygo/Makefile index 2dc3d7fe614b..2c561c3f7ea7 100644 --- a/devel/tinygo/Makefile +++ b/devel/tinygo/Makefile @@ -11,9 +11,11 @@ WWW= https://tinygo.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= port not updated in years, and current port version incompatible with Go 1.26+ + TEST_DEPENDS= qemu-system-arm:emulators/qemu -USES= cmake:indirect gmake go:modules,run ninja:build python:build +USES= cmake:indirect gmake go:1.25,modules,run ninja:build python:build USE_GITHUB= yes GH_ACCOUNT= tinygo-org