git: 0e554d2c8ab7 - main - databases/timescaledb: Mark broken on i386 (__uint128_t)

From: Kevin Bowling <kbowling_at_FreeBSD.org>
Date: Sun, 30 Mar 2025 08:22:04 UTC
The branch main has been updated by kbowling:

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

commit 0e554d2c8ab7b67761941e5e131a9516e916a6e6
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2025-03-30 08:21:39 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2025-03-30 08:21:39 +0000

    databases/timescaledb: Mark broken on i386 (__uint128_t)
---
 databases/timescaledb/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile
index bdb73adb63b8..7a2ae8debf78 100644
--- a/databases/timescaledb/Makefile
+++ b/databases/timescaledb/Makefile
@@ -13,6 +13,8 @@ LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_TSL=	${WRKSRC}/tsl/LICENSE-TIMESCALE
 LICENSE_PERMS_TSL=	dist-mirror pkg-mirror auto-accept
 
+BROKEN_i386=	compilation fails: undeclared type '__uint128_t'
+
 USES=		compiler:c11 cmake gettext-runtime cpe pgsql:14-17
 
 USE_GITHUB=	YES