git: 932f5bf3a0b4 - main - devel/tinygo: Unmark BROKEN for now
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=932f5bf3a0b426ff4b3a6d02587f4e352993a157 commit 932f5bf3a0b426ff4b3a6d02587f4e352993a157 Author: Adam Weinberger <[email protected]> AuthorDate: 2026-08-08 19:58:25 +0000 Commit: Adam Weinberger <[email protected]> CommitDate: 2026-08-08 19:58:25 +0000 devel/tinygo: Unmark BROKEN for now As pointed out by des in the PR referenced below, tinygo isn't broken yet; it's going to be broken soon (when Go 1.25 leaves the tree), but does build now. PR: 297237 --- devel/tinygo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/tinygo/Makefile b/devel/tinygo/Makefile index 2c561c3f7ea7..be88dac3873e 100644 --- a/devel/tinygo/Makefile +++ b/devel/tinygo/Makefile @@ -11,7 +11,7 @@ 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+ +# BROKEN= port not updated in years, and current port version incompatible with Go 1.26+ TEST_DEPENDS= qemu-system-arm:emulators/qemu