Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2024 04:38:30 GMT
From:      "Gabriel M. Dutra" <dutra@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 30c1e58dfb5a - main - sysutils/kubie: Add ONLY_FOR_ARCHS
Message-ID:  <202407270438.46R4cU0P095925@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dutra:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30c1e58dfb5ae807993c81c1484108c7573ffa82

commit 30c1e58dfb5ae807993c81c1484108c7573ffa82
Author:     Gabriel M. Dutra <dutra@FreeBSD.org>
AuthorDate: 2024-07-27 04:28:18 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2024-07-27 04:30:19 +0000

    sysutils/kubie: Add ONLY_FOR_ARCHS
    
    Build requires a 64 bit processor
    
    Reported by:    fallout
    MFH:            2024Q3
---
 sysutils/kubie/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/kubie/Makefile b/sysutils/kubie/Makefile
index 031af1c0857e..8efb7157f739 100644
--- a/sysutils/kubie/Makefile
+++ b/sysutils/kubie/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/sbstp/kubie
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 powerpc64le riscv64
+ONLY_FOR_ARCHS_REASON=	Requires 64-bit processor
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	sbstp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407270438.46R4cU0P095925>