git: 3c302ad48405 - main - devel/nextest: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 25 Mar 2026 23:56:01 UTC
The branch main has been updated by yuri:

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

commit 3c302ad48405f5e4203bf4eda037db24d2d4979d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-25 23:55:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-25 23:55:26 +0000

    devel/nextest: Broken on aarch64
    
    Reported by:    fallout
---
 devel/nextest/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/nextest/Makefile b/devel/nextest/Makefile
index 841fb9aa9203..8370fc212df9 100644
--- a/devel/nextest/Makefile
+++ b/devel/nextest/Makefile
@@ -14,6 +14,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_aarch64=compilation fails: error[E0308]: mismatched types, see https://github.com/oxidecomputer/usdt/issues/545
+
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 
 USES=		cargo