Date: Mon, 27 Mar 2023 11:27:40 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 779b2335f5cb - main - net-im/matterircd: enable on riscv64 Message-ID: <202303271127.32RBReBT058996@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=779b2335f5cbac2a200f33591e93e1521e562d50 commit 779b2335f5cbac2a200f33591e93e1521e562d50 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-26 19:48:10 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-27 11:25:01 +0000 net-im/matterircd: enable on riscv64 Builds fine. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket) --- net-im/matterircd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile index a4656457a49e..1c12b6d0db1a 100644 --- a/net-im/matterircd/Makefile +++ b/net-im/matterircd/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/42wim/matterircd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv64 USES= go:modules USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303271127.32RBReBT058996>