Date: Mon, 29 Jul 2024 15:10:27 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a26da5152873 - main - net/routinator: enable on aarch64 and powerpc64 where it builds Message-ID: <202407291510.46TFARD3061202@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a26da5152873270c959d4f1a9e09f0506118645c commit a26da5152873270c959d4f1a9e09f0506118645c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-07-29 15:07:41 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-07-29 15:10:16 +0000 net/routinator: enable on aarch64 and powerpc64 where it builds --- net/routinator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/routinator/Makefile b/net/routinator/Makefile index 6dd1671823cf..c35e820f4ed4 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/NLnetLabs/routinator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures RUN_DEPENDS= rsync:net/rsync
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407291510.46TFARD3061202>