Date: Thu, 19 Aug 2021 12:54:42 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 26637cc5a95a - main - audio/myxer: Fix build with rust 1.54.0 Message-ID: <202108191254.17JCsgPW056211@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=26637cc5a95a83cc4db9d1fbbd3957633a6a1f79 commit 26637cc5a95a83cc4db9d1fbbd3957633a6a1f79 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-08-19 12:52:09 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-08-19 12:54:38 +0000 audio/myxer: Fix build with rust 1.54.0 Upstream PR: https://github.com/VixenUtils/Myxer/issues/18 --- audio/myxer/files/patch-Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audio/myxer/files/patch-Cargo.toml b/audio/myxer/files/patch-Cargo.toml new file mode 100644 index 000000000000..42fd858ccc8f --- /dev/null +++ b/audio/myxer/files/patch-Cargo.toml @@ -0,0 +1,9 @@ +--- Cargo.toml.orig 2021-08-19 14:48:10 UTC ++++ Cargo.toml +@@ -36,5 +36,5 @@ version = "0.9.0" + features = [ "v3_22" ] + + [dependencies.gio] +-version = "" ++version = "0.9.1" + features = [ "v2_44" ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108191254.17JCsgPW056211>