git: 26637cc5a95a - main - audio/myxer: Fix build with rust 1.54.0

Mikael Urankar mikael at FreeBSD.org
Thu Aug 19 12:54:42 UTC 2021


The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26637cc5a95a83cc4db9d1fbbd3957633a6a1f79

commit 26637cc5a95a83cc4db9d1fbbd3957633a6a1f79
Author:     Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-08-19 12:52:09 +0000
Commit:     Mikael Urankar <mikael at 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" ]


More information about the dev-commits-ports-main mailing list