Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2025 08:22:04 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0e554d2c8ab7 - main - databases/timescaledb: Mark broken on i386 (__uint128_t)
Message-ID:  <202503300822.52U8M4Yf007402@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

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