git: 568fc0aa7961 - main - misc/bibletime: add NOT_FOR_ARCHS i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Mar 2026 22:54:59 UTC
The branch main has been updated by ericbsd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=568fc0aa79616d39a197210668ebb919702512e8
commit 568fc0aa79616d39a197210668ebb919702512e8
Author: Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-03-03 22:53:48 +0000
Commit: Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-03-03 22:54:58 +0000
misc/bibletime: add NOT_FOR_ARCHS i386
---
misc/bibletime/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile
index 69f6dc080302..5b030094ed2b 100644
--- a/misc/bibletime/Makefile
+++ b/misc/bibletime/Makefile
@@ -9,6 +9,9 @@ WWW= https://www.bibletime.info/
LICENSE= GPLv2
+NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS_REASON= requires 64-bit platform (sizeof(qsizetype) must be 8)
+
BUILD_DEPENDS= po4a:textproc/po4a \
fop:textproc/fop
LIB_DEPENDS= libclucene-core.so:textproc/clucene \