Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 23:30:34 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: 8c6451f78347 - main - net/routinator: enable on powerpc64le
Message-ID:  <202408042330.474NUYs5094473@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=8c6451f783474903d934c5bfa20d2953c01e3c2a

commit 8c6451f783474903d934c5bfa20d2953c01e3c2a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-08-04 22:03:02 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 23:27:42 +0000

    net/routinator: enable on powerpc64le
---
 net/routinator/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/routinator/Makefile b/net/routinator/Makefile
index c35e820f4ed4..ee725d7a72f6 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=	aarch64 amd64 powerpc64
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 powerpc64le
 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?202408042330.474NUYs5094473>