Date: Sat, 23 Jul 2022 14:40:44 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: 9b3f829fefa6 - 2022Q3 - audio/lsp-plugins-lv2: Broken on armv7 Message-ID: <202207231440.26NEei65080645@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=9b3f829fefa6c3efa5ddd29220fadf79e73e9bb5 commit 9b3f829fefa6c3efa5ddd29220fadf79e73e9bb5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-23 14:38:50 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-23 14:40:41 +0000 audio/lsp-plugins-lv2: Broken on armv7 Reported by: fallout (cherry picked from commit e4628993da10a898cf4ec85afc308f15e4aace17) --- audio/lsp-plugins-lv2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/lsp-plugins-lv2/Makefile b/audio/lsp-plugins-lv2/Makefile index 9cc54955ee2c..613f718f2740 100644 --- a/audio/lsp-plugins-lv2/Makefile +++ b/audio/lsp-plugins-lv2/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= assembly only for these architectures -BROKEN_i386= error: inline assembly requires more registers than available +BROKEN_armv7= arch/arm/neon-d32/copy.h:371:17: error: operand must be an immediate in the range [0,15], see https://github.com/sadko4u/lsp-plugins/issues/266 +BROKEN_i386= error: inline assembly requires more registers than available, see https://github.com/sadko4u/lsp-plugins/issues/266 BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libfreetype.so:print/freetype2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207231440.26NEei65080645>