2020-12-27 03:34:54 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Revert last change and just depend on properly specified dependencies.
|
2020-12-27 03:33:27 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix librsvg dependency patterns.
For the rust case, drop the redundant ancient API version and always add
the default ABI version, even if a package already specified one.
For the C case, provide an upper limit for both the API and ABI version,
so that the merge logic handles the cases correctly. Most noticable,
don't provide separate upper and lower limits.
|
2020-12-27 00:39:30 by Nia Alarie | Files touched by this commit (2) |
Log message:
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 11:02:39 by Nia Alarie | Files touched by this commit (1) |
Log message:
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-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-06-17 12:13:25 by Nia Alarie | Files touched by this commit (1) |
Log message:
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-14 17:33:29 by Nia Alarie | Files touched by this commit (17) |
Log message:
Rename rust-bin's PKGNAME to rust-bin. Add rust.mk for rust packages.
This allows rust-bin and rust to coexist in bulk builds (for testing, etc),
but the packages still may not be installed at the same time.
rust.mk as a solution for picking the correct rust variant was suggested
by gdt@. It is intended to be included directly by packages that do not
use cargo.mk, and indirectly by packages that do use cargo.mk.
rust.mk provides one user-settable variable:
RUST_TYPE
as before, whether to bootstrap rust from source or use
official binaries. may be "src" or "bin"
And two package-settable variables:
RUST_REQ
the minimum version of Rust required by the package.
defaults to "1.20.0"
RUST_RUNTIME
whether Rust is a runtime dependency, may be "yes" or "no"
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-04-12 23:00:37 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
librsvg: update to 2.48.3.
Version 2.48.3
- Librsvg now requires glib 2.50.0 or later.
- rsvg-convert's --background-color option now accepts colors with
transparency like #rrggbbaa, rgba(...), hsla(...); the transparency
value was ignored before (Hao Guan).
- #584 - Fix arithmetic overflow when rendering to large GdkPixbufs.
- #582 - Make librsvg build with Rust 1.39 again.
- #581 - Don't require upcalls into C code for Debian powerpc.
|