Date: Sun, 7 Aug 2022 00:12:54 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: 63456fdb7126 - main - audio/timbre-mill: Broken on i386 Message-ID: <202208070012.2770CsT8007832@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=63456fdb7126e246a3e7ba9f1d9e6e1da9bef047 commit 63456fdb7126e246a3e7ba9f1d9e6e1da9bef047 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-07 00:12:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-07 00:12:08 +0000 audio/timbre-mill: Broken on i386 Reported by: fallout --- audio/timbre-mill/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/timbre-mill/Makefile b/audio/timbre-mill/Makefile index efe0b5fe8fdc..45e8acbd3ba9 100644 --- a/audio/timbre-mill/Makefile +++ b/audio/timbre-mill/Makefile @@ -10,6 +10,8 @@ COMMENT= Timbre Mill tool for timbre correction LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_i386= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265680 + LIB_DEPENDS= libiconv.so:converters/libiconv \ libsndfile.so:audio/libsndfile # for some reason binaries aren't linked with shared libs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208070012.2770CsT8007832>