Date: Wed, 17 Jul 2024 13:28:57 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 16e74f6766f6 - main - net/routinator: remove i386 from ONLY_FOR_ARCHS: dependency stopped being built on i386 Message-ID: <202407171328.46HDSv4q031493@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=16e74f6766f651ee93989ba28da0c64112d560f5 commit 16e74f6766f651ee93989ba28da0c64112d560f5 Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2024-07-17 13:27:53 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-17 13:27:53 +0000 net/routinator: remove i386 from ONLY_FOR_ARCHS: dependency stopped being built on i386 The dependency stopped being built on i386 systems, so this patch disables that architecture. PR: 280328 --- net/routinator/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/routinator/Makefile b/net/routinator/Makefile index a4ec8fcffc05..6dd1671823cf 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,6 +1,7 @@ PORTNAME= routinator DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl @@ -10,7 +11,7 @@ WWW= https://github.com/NLnetLabs/routinator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 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?202407171328.46HDSv4q031493>