git: b705cbf30e84 - main - databases/pg_textsearch: Mark not for i386

Kevin Bowling <[email protected]> Tue, 04 Aug 2026 17:24:40 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by kbowling:

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

commit b705cbf30e84496c8178723af0f87580512efbf9
Author:     Kevin Bowling <[email protected]>
AuthorDate: 2026-08-04 17:24:28 +0000
Commit:     Kevin Bowling <[email protected]>
CommitDate: 2026-08-04 17:24:28 +0000

    databases/pg_textsearch: Mark not for i386
---
 databases/pg_textsearch/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/databases/pg_textsearch/Makefile b/databases/pg_textsearch/Makefile
index 579523fc8f33..11d68125bae5 100644
--- a/databases/pg_textsearch/Makefile
+++ b/databases/pg_textsearch/Makefile
@@ -9,6 +9,9 @@ WWW=		https://github.com/timescale/pg_textsearch
 
 LICENSE=	PostgreSQL
 
+NOT_FOR_ARCHS=		i386
+NOT_FOR_ARCHS_REASON=	metapage layout assumes 8-byte alignment of uint64 (offsetof asserts fail)
+
 USES=		gmake pgsql:17-18
 
 WANT_PGSQL=	server