Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2025 18:22:47 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef1a2c4586ba - main - audio/dexed: Broken on armv7
Message-ID:  <202501131822.50DIMlvr025890@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit ef1a2c4586ba7e0e52aff398e3e17d1e2382ceee
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-13 18:17:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-13 18:22:43 +0000

    audio/dexed: Broken on armv7
    
    Reported by:    fallout
---
 audio/dexed/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/dexed/Makefile b/audio/dexed/Makefile
index 5244a8114304..ea41f2c750d7 100644
--- a/audio/dexed/Makefile
+++ b/audio/dexed/Makefile
@@ -11,6 +11,8 @@ WWW=		https://asb2m10.github.io/dexed/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails due to the 'mb' variable conflict, pending https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283492
+
 BUILD_DEPENDS=	libX11>0:x11/libX11 \
 		libXcursor>0:x11/libXcursor \
 		libXinerama>0:x11/libXinerama \
@@ -25,7 +27,7 @@ USES=		cmake dos2unix localbase:ldflags pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	asb2m10
 
-GH_TUPLE= \
+GH_TUPLE=	\
 		steinbergmedia:vst3sdk:e9895dc9ef20bedd93a0fde5ad664bc8b56d4338:steinbergmedia_vst3sdk/libs/vst3sdk \
 		surge-synthesizer:tuning-library:601c0eabff31fff8a543b49d3e48073f338f413c:surge_synthesizer_tuning_library/libs/tuning-library \
 		surge-synthesizer:surgesynthteam_tuningui:54f9a74cd55cdb33fb4d32d706067626857cfc75:surge_synthesizer_surgesynthteam_tuningui/libs/surgesynthteam_tuningui \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501131822.50DIMlvr025890>