git: 29229ac0c732 - main - audio/drumgizmo: Mark BROKEN instead on aarch64 for < FreeBSD 16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Sep 2026 11:27:06 UTC
The branch main has been updated by nxjoseph:
URL: https://cgit.FreeBSD.org/ports/commit/?id=29229ac0c732a47c5962c84a6c6465de59af333f
commit 29229ac0c732a47c5962c84a6c6465de59af333f
Author: Yusuf Yaman <nxjoseph@FreeBSD.org>
AuthorDate: 2026-09-08 11:24:03 +0000
Commit: Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-09-08 11:24:39 +0000
audio/drumgizmo: Mark BROKEN instead on aarch64 for < FreeBSD 16
PR: 297353
Reported by: fuz
Fixes: 0d645caea55b ("Disable ARM build ...")
Approved by: osa, vvd (Mentors, implicit)
---
audio/drumgizmo/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/audio/drumgizmo/Makefile b/audio/drumgizmo/Makefile
index 736ea181540c..e40ee04714e2 100644
--- a/audio/drumgizmo/Makefile
+++ b/audio/drumgizmo/Makefile
@@ -11,7 +11,9 @@ WWW= https://www.drumgizmo.org/
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
-ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
+# Seems to build on 16 on FreshPorts.org
+BROKEN_FreeBSD_14_aarch64= segmentation fault
+BROKEN_FreeBSD_15_aarch64= segmentation fault
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
LIB_DEPENDS= libexpat.so:textproc/expat2 \