Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 20:11:55 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 1b54b47a24d0 - 2022Q3 - audio/surge-synthesizer-xt-lv2: Not for riscv64
Message-ID:  <202207212011.26LKBtIH035126@gitrepo.freebsd.org>

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

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

commit 1b54b47a24d0b8aa221b69be387d9d18c38cf1b5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-15 05:55:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 20:11:48 +0000

    audio/surge-synthesizer-xt-lv2: Not for riscv64
    
    Reported by:    fallout
    
    (cherry picked from commit b0ab67157fc836d9daae4753cc2629f83a6438ac)
---
 audio/surge-synthesizer-xt-lv2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/surge-synthesizer-xt-lv2/Makefile b/audio/surge-synthesizer-xt-lv2/Makefile
index cbe2e152c3c1..bb7263e01567 100644
--- a/audio/surge-synthesizer-xt-lv2/Makefile
+++ b/audio/surge-synthesizer-xt-lv2/Makefile
@@ -10,6 +10,9 @@ COMMENT=	Surge Synthesizer (XT) LV2 and VST plug-in
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=	riscv64 # see https://github.com/surge-synthesizer/surge/issues/6363
+NOT_FOR_ARCHS_REASON=	simde doesn't support riscv64
+
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/nanosvg.h:graphics/nanosvg \
 		${LOCALBASE}/include/simde/simde-common.h:devel/simde \



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