Date: Mon, 8 Aug 2022 22:17:10 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: d3ba86ff678b - main - audio/timbre-mill: Broken on aarch64 Message-ID: <202208082217.278MHAqH056011@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=d3ba86ff678bf774b20f439f61e27faa168cd475 commit d3ba86ff678bf774b20f439f61e27faa168cd475 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-08 21:13:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-08 22:17:01 +0000 audio/timbre-mill: Broken on aarch64 Reported by: fallout --- audio/timbre-mill/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/timbre-mill/Makefile b/audio/timbre-mill/Makefile index 45e8acbd3ba9..4860feb0add3 100644 --- a/audio/timbre-mill/Makefile +++ b/audio/timbre-mill/Makefile @@ -10,6 +10,7 @@ COMMENT= Timbre Mill tool for timbre correction LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= undefined symbol: lsp::aarch64::dsp_init(), see https://github.com/sadko4u/timbre-mill/issues/4 BROKEN_i386= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265680 LIB_DEPENDS= libiconv.so:converters/libiconv \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208082217.278MHAqH056011>