git: 7a9bdebdff19 - main - www/grafana9: enable on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Mar 2023 11:27:43 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a9bdebdff1975ed1e8cadfa2b4dc4120ede5436 commit 7a9bdebdff1975ed1e8cadfa2b4dc4120ede5436 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-26 23:27:24 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-27 11:25:02 +0000 www/grafana9: enable on riscv64 Builds fine on riscv64, but build fails on armv7: ===> Generating wire_gen.go runtime: out of memory: cannot allocate 4194304-byte block (1945894912 in use) fatal error: out of memory Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket) --- www/grafana9/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/grafana9/Makefile b/www/grafana9/Makefile index 06926f8c6b6f..bce58ae085f6 100644 --- a/www/grafana9/Makefile +++ b/www/grafana9/Makefile @@ -16,7 +16,7 @@ WWW= https://github.com/grafana/grafana LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 i386 riscv64 BUILD_DEPENDS= wire:devel/go-wire RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss