git: 12f678dd19e0 - main - finance/homebox: Mark BROKEN on i386

From: Jesús Daniel Colmenares Oviedo <dtxdf_at_FreeBSD.org>
Date: Sun, 06 Jul 2025 06:10:18 UTC
The branch main has been updated by dtxdf:

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

commit 12f678dd19e09754cf3d9e418b81996d65208cde
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2025-07-06 06:06:42 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2025-07-06 06:09:53 +0000

    finance/homebox: Mark BROKEN on i386
    
    Cannot use int64(off) (value of type int64) as int32 value in
    assignment.
    
    Reported by:    pkg-fallout
    Approved by:    acm (mentor)
---
 finance/homebox/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/finance/homebox/Makefile b/finance/homebox/Makefile
index 82e6f3bea236..8fe6e10fca30 100644
--- a/finance/homebox/Makefile
+++ b/finance/homebox/Makefile
@@ -11,6 +11,8 @@ WWW=		https://homebox.software
 
 LICENSE=	AGPLv3
 
+BROKEN_i386=	cannot use int64(off) (value of type int64) as int32 value in assignment
+
 USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	sysadminsmedia