git: c5ae3fec89af - 2025Q4 - databases/pgagroal: Mark BROKEN on i386

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 07 Dec 2025 10:22:47 UTC
The branch 2025Q4 has been updated by bofh:

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

commit c5ae3fec89afe23387afaebf0ee59a409db87311
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-12-06 11:26:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-12-07 10:22:36 +0000

    databases/pgagroal: Mark BROKEN on i386
    
    Fails to build with:
    error: format specifies type 'unsigned long' but the argument has type
    'unsigned int' [-Werror,-Wformat]
    
    (cherry picked from commit 8a648e3368f2c927ba1acd3bea56d00870a38cd3)
---
 databases/pgagroal/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile
index 254c98b969c2..cee37e863bbb 100644
--- a/databases/pgagroal/Makefile
+++ b/databases/pgagroal/Makefile
@@ -10,6 +10,7 @@ WWW=		https://agroal.github.io/pgagroal/
 LICENSE=	BSD3CLAUSE
 
 BROKEN_armv7=	wants long to be a 64 bit type
+BROKEN_i386=	wants long to be a 64 bit type
 
 BUILD_DEPENDS=	rst2man:textproc/py-docutils
 LIB_DEPENDS=	libcjson.so:devel/libcjson \