summaryrefslogtreecommitdiff
path: root/graphics/librsvg2-rust/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/librsvg2-rust: Update to 2.60.0Daniel Engberg2025-03-312-0/+23
| | | | | | | | | | | | | * 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)
* graphics/librsvg2-rust: update to 2.54.1Tobias C. Berner2022-04-241-16/+0
| | | | | | | | * Fix oversight in the Minimum Supported Rust Version (MSRV) - this release requires Rust 1.56 or later. This has been true since librsvg 2.53.1, but it was not checked correctly. (Matt Turner) * #859 - Make rst2man and gi-docgen optional. (Kleis Auke Wolthuizen) * #856 - Fix documentation comments.
* graphics/librsvg2-rust: update to 2.54.0Jan Beich2022-03-241-0/+16
| | | | | | | | Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.54.0/NEWS PR: 262669 Reported by: Repology Exp-run by: antoine Approved by: tcberner
* graphics/librsvg2-rust: update to 2.52.6Jan Beich2022-02-194-96/+0
| | | | | Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.6/NEWS Reported by: Repology
* graphics/librsvg2-rust: fix build on powerpc64le and powerpcPiotr Kubaj2022-01-052-2/+40
| | | | | | 1. There are now two copies of cfg_expr used, both need to be patched. 2. For some reason, when powerpc64le block in cfg_expr 0.9 was lower than it is currently, the target failed to be identified as supported.
* graphics/librsvg2-rust: update to 2.52.5Jan Beich2021-12-311-7/+7
| | | | | Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.5/NEWS Reported by: Repology
* graphics/librsvg2-rust: fix build on big-endianPiotr Kubaj2021-10-013-7/+44
| | | | | | | | | | | | | | patch-vendor_crossbeam-* patches are necessary on powerpc. They may be removed after Rust 1.56.0 is released, upstream for crossbeam* crates regenerates no_atomic.rs and those changes flow into ports. Same for the patch for builtns.rs (except that it also affects powerpc64le which is already in the upstream cfg_expr crate, but powerpc has not yet landed there). To fix build generally on big-endian (so powerpc and powerpc64 at the moment), merging https://gitlab.gnome.org/GNOME/librsvg/-/commit/92df18a3faf80c1d6d35899d9a5d22c74adfb8f8 is also necessary.
* graphics/librsvg2-rust: document upstreaming for b421d406a3ecJan Beich2021-09-301-0/+2
|
* graphics/librsvg2-rust: fix build on powerpc64lePiotr Kubaj2021-09-301-0/+19
| | | | | | Add powerpc64le-unknown-freebsd target support to cfg_expr so that system-deps can build: thread 'main' panicked at 'Invalid TARGET: powerpc64le-unknown-freebsd', /wrkdirs/usr/ports/graphics/librsvg2-rust/work/librsvg-2.52.0/vendor/system-deps/src/lib.rs:735:32
* graphics/librsvg2-rust: update to 2.52.0Jan Beich2021-09-271-62/+0
| | | | | | | Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.0/NEWS PR: 258561 Exp-run by: antoine Approved by: tcberner
* */*: fix all ports using Rust on powerpc that fail due to libcPiotr Kubaj2021-06-281-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.
* Mk/bsd.default-versions.mk: switch the default librsvg2 on powerpc to rustPiotr Kubaj2021-06-281-0/+62
|
* graphics/librsvg2-rust: Update to 2.48.2Tobias Kortkamp2020-04-011-8/+0
| | | | | | | Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.2.news Notes: svn path=/head/; revision=530198
* graphics/librsvg2-rust: Update to 2.48.0Tobias Kortkamp2020-03-191-0/+8
| | | | | | | Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.0.news Notes: svn path=/head/; revision=528700
* graphics/librsvg2-rust: Update to 2.45.5Tobias Kortkamp2019-02-172-22/+0
| | | | | | | | | - Remove upstreamed patches Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.5.news Notes: svn path=/head/; revision=493166
* New port: graphics/librsvg2-rustTobias Kortkamp2019-01-162-0/+22
A newer version of graphics/librsvg2 that uses Rust. Notes: svn path=/head/; revision=490439