Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2024 05:03:46 GMT
From:      "Gabriel M. Dutra" <dutra@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e210fcbbb72b - 2024Q3 - sysutils/infracost: Add ONLY_FOR_ARCHS
Message-ID:  <202407270503.46R53kxc046937@gitrepo.freebsd.org>

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

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

commit e210fcbbb72bf1d4b2b2756a1525b3484e906afc
Author:     Gabriel M. Dutra <dutra@FreeBSD.org>
AuthorDate: 2024-07-07 22:46:42 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2024-07-27 05:02:58 +0000

    sysutils/infracost: Add ONLY_FOR_ARCHS
    
    Build requires a 64 bit processor
    
    Reported by:    fallout
    
    (cherry picked from commit b002f0cb01044615114aac0a95f8add4c78b29a4)
---
 sysutils/infracost/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sysutils/infracost/Makefile b/sysutils/infracost/Makefile
index da158ffe52de..f1d7987d4179 100644
--- a/sysutils/infracost/Makefile
+++ b/sysutils/infracost/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	infracost
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.10.37
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	dutra@FreeBSD.org
@@ -11,6 +11,9 @@ WWW=		https://github.com/infracost/infracos
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 powerpc64le riscv64
+ONLY_FOR_ARCHS_REASON=	Requires 64-bit processor
+
 RUN_DEPENDS=	terraform:sysutils/terraform \
 		terragrunt:sysutils/terragrunt
 



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