git: 84642f22b62e - main - net-p2p/datum_gateway: Mark BROKEN on i386

From: Xavier Beaudouin <kiwi_at_FreeBSD.org>
Date: Wed, 10 Dec 2025 08:58:52 UTC
The branch main has been updated by kiwi:

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

commit 84642f22b62edd40a15623ed310a80bde0a2ab73
Author:     Xavier Beaudouin <kiwi@FreeBSD.org>
AuthorDate: 2025-12-10 08:55:19 +0000
Commit:     Xavier Beaudouin <kiwi@FreeBSD.org>
CommitDate: 2025-12-10 08:58:24 +0000

    net-p2p/datum_gateway: Mark BROKEN on i386
    
    i386 doesn't seems to have __uint128_t, so mark it broken.
---
 net-p2p/datum_gateway/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-p2p/datum_gateway/Makefile b/net-p2p/datum_gateway/Makefile
index cdad3e8889a6..493cc0c385be 100644
--- a/net-p2p/datum_gateway/Makefile
+++ b/net-p2p/datum_gateway/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/OCEAN-xyz/datum_gateway
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 powerpc64le riscv64
+ONLY_FOR_ARCHS_REASON=	This port requires a 64-bit architecture.
+
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libjansson.so:devel/jansson \
 		libsodium.so:security/libsodium \