git: ba7195f368f8 - main - deskutils/pueue: Broken on 15/armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 12 Nov 2024 20:45:05 UTC
The branch main has been updated by yuri:

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

commit ba7195f368f8e7f3ecd3f1205cbb823c40cbe91a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-12 20:33:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-12 20:44:58 +0000

    deskutils/pueue: Broken on 15/armv7
    
    Reported by:    fallout
---
 deskutils/pueue/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deskutils/pueue/Makefile b/deskutils/pueue/Makefile
index 70fefe0cead8..d2964bad87de 100644
--- a/deskutils/pueue/Makefile
+++ b/deskutils/pueue/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/Nukesor/pueue
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15_armv7=	compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282712
+
 USES=		cargo
 
 USE_GITHUB=	yes