summaryrefslogtreecommitdiff
path: root/graphics/librsvg2-rust/files/patch-powerpc (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-27graphics/librsvg2-rust: update to 2.52.0Jan Beich1-62/+0
Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.0/NEWS PR: 258561 Exp-run by: antoine Approved by: tcberner
2021-06-28*/*: fix all ports using Rust on powerpc that fail due to libcPiotr Kubaj1-4/+4
This commit backports https://github.com/rust-lang/libc/commit/a66f7c1eb26ad890c8169d8395e3042bcf776f01 to various ports. It doesn't bring that backport to ports that fail to build anyway.
2021-06-28Mk/bsd.default-versions.mk: switch the default librsvg2 on powerpc to rustPiotr Kubaj1-4/+16
2021-05-11lang/rust: Update to 1.52.1Tobias Kortkamp1-0/+50
- Add 32-bit powerpc support from bdragon@ - Unbreak build with LibreSSL 3.3.x [1] - Add an update script Changes: https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html Changes: https://blog.rust-lang.org/2021/05/10/Rust-1.52.1.html PR: 255608, 255652 [1] Reviewed by: mikael, pkubaj Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D30099