summaryrefslogtreecommitdiff
path: root/graphics/librsvg2-rust/files/patch-meson_cargo__wrapper.py
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2025-03-31 21:54:57 +0200
committerDaniel Engberg <diizzy@FreeBSD.org>2025-03-31 22:07:52 +0200
commit77c505ee59c85f183d9db1d7cf293dfa0bfcd0e9 (patch)
tree3315ed5bd57c176795f89d77e1e382af6ec54b2c /graphics/librsvg2-rust/files/patch-meson_cargo__wrapper.py
parentall: expire more consumers of devel/py-pytest-runners on 2025-06-01 (diff)
graphics/librsvg2-rust: Update to 2.60.0
* Upstream switched to Meson Changelog: https://gitlab.gnome.org/GNOME/librsvg/-/releases/2.60.0 Thanks to mikael@ and fluffy@ for testing and suggesting fixes including for consumers PR: 284977 Tested by: fluffy Approved by: desktop (vishwin (previous version), fluffy)
Diffstat (limited to 'graphics/librsvg2-rust/files/patch-meson_cargo__wrapper.py')
-rw-r--r--graphics/librsvg2-rust/files/patch-meson_cargo__wrapper.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/librsvg2-rust/files/patch-meson_cargo__wrapper.py b/graphics/librsvg2-rust/files/patch-meson_cargo__wrapper.py
new file mode 100644
index 000000000000..5017f0585940
--- /dev/null
+++ b/graphics/librsvg2-rust/files/patch-meson_cargo__wrapper.py
@@ -0,0 +1,12 @@
+--- meson/cargo_wrapper.py.orig 2025-02-22 18:19:31 UTC
++++ meson/cargo_wrapper.py
+@@ -164,6 +164,9 @@ else:
+ else:
+ buildtype = 'debug'
+
++cargo_cmd.extend(['--verbose'])
++cargo_cmd.extend(['--verbose'])
++
+ if args.target:
+ cargo_cmd.extend(['--target', args.target])
+