git: 8e897ef0efb1 - main - x11/squeekboard: Fix build with rust 1.54.0
Mikael Urankar
mikael at FreeBSD.org
Thu Aug 19 13:11:01 UTC 2021
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8e897ef0efb1b62d9ad5a3b2a412f63944cf2b6c
commit 8e897ef0efb1b62d9ad5a3b2a412f63944cf2b6c
Author: Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-08-19 13:07:04 +0000
Commit: Mikael Urankar <mikael at FreeBSD.org>
CommitDate: 2021-08-19 13:07:04 +0000
x11/squeekboard: Fix build with rust 1.54.0
---
x11/squeekboard/files/patch-Cargo.toml.in | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/x11/squeekboard/files/patch-Cargo.toml.in b/x11/squeekboard/files/patch-Cargo.toml.in
new file mode 100644
index 000000000000..4aefef729412
--- /dev/null
+++ b/x11/squeekboard/files/patch-Cargo.toml.in
@@ -0,0 +1,20 @@
+--- Cargo.toml.in.orig 2021-08-19 15:04:18 UTC
++++ Cargo.toml.in
+@@ -23,14 +23,14 @@ rustc_less_1_36 = []
+
+ # Dependencies which don't change based on build flags
+ [dependencies.cairo-sys-rs]
+-version = ""
++version = "0.9.2"
+
+ [dependencies.glib-sys]
+-version = ""
++version = "0.9.1"
+ features = ["v2_44"]
+
+ [dependencies.gtk-sys]
+-version = ""
++version = "0.9.2"
+ features = ["v3_22"]
+
+ [dependencies]
More information about the dev-commits-ports-all
mailing list