Commit graph

7 commits

Author SHA1 Message Date
he
3cd72ccb9c Remove the special-case disabling of earm and powerpc,
which references my own old post from mid-2020 at which time
I had problems building rust for earmv7hf "natively".
That problem has long since been resolved.  Not sure why
powerpc got the same treatment -- with this removed this package
builds fine with rust 1.56.0 on NetBSD/macppc 9.99.88.
2021-10-29 06:55:10 +00:00
gutteridge
5ddd1ebfea librsvg: fix grammar and style in several comments 2021-08-11 00:25:35 +00:00
nia
311b12bfca librsvg: use c version on powerpc for now, rust build is unreliable 2021-05-15 18:00:35 +00:00
nia
12c9d5493f librsvg: Restore default of librsvg-c on ARM
Avoid rust version in pbulk when C version is selected

Follows comments by gdt by email
2020-12-26 23:39:30 +00:00
nia
8e832295ae librsvg: Remove workaround for broken Rust on NetBSD/earmv7hf
Going by the following bulk build:
http://victory.netbsd.org/pkgsrc/packages/reports/HEAD/evbarm7-9.0/20201225.0632/meta/report.html

this may be actively harmful due to the number of packages failing in the
"depends" stage.
2020-12-26 10:02:39 +00:00
nia
132d0b6981 librsvg: Disable rust version on NetBSD/arm (32-bit)
It doesn't have the address space to build a rust compiler so this
is currently broken.
2020-06-17 10:13:25 +00:00
leot
284dcb54c5 librsvg: Add available.mk and tool.mk mk fragments
Rename LIBRSVG_USE_RUST to LIBRSVG_TYPE.

Isolate the LIBRSVG_TYPE logic in available.mk mk fragments in
order that can be used by other librsvg mk (e.g. tool.mk) or by
other package to check the preferred librsvg implementation to be
used. (e.g. devel/pango, fonts/harfbuzz and misc/libreoffice).

Add a tool.mk mk fragment in order to be able to specify librsvg
as a tool dependency honoring user's LIBRSVG_TYPE.
Thanks to <wiz> for suggesting that!

Discussed on tech-pkg@:

 <https://mail-index.NetBSD.org/tech-pkg/2019/06/05/msg021393.html>
2019-06-08 19:51:38 +00:00