ok jca@ for riscv64
ok maintainer Omar Polo who suggested also disabling mips64
Note there is a patch from Omar to disable embree that may solve this, but
remains to be tested. Then maybe BROKEN-*64 can be removed again.
Description:
A little fail-safe filesystem designed for microcontrollers.
This tool is specifically patched to work with Espressif ESP8266 line of
chips.
Power-loss resilience - littlefs is designed to handle random power
failures. All file operations have strong copy-on-write guarantees and
if power is lost the filesystem will fall back to the last known good
state.
Dynamic wear leveling - littlefs is designed with flash in mind, and
provides wear leveling over dynamic blocks. Additionally, littlefs can
detect bad blocks and work around them.
Bounded RAM/ROM - littlefs is designed to work with a small amount of
memory. RAM usage is strictly bounded, which means RAM consumption does
not change as the filesystem grows. The filesystem contains no unbounded
recursion and dynamic memory is limited to configurable buffers that can
be provided statically.
ok benoit@
Description:
isl is a library for manipulating sets and relations of integer points bounded
by linear constraints. Supported operations on sets include intersection, union,
set difference, emptiness check, convex hull, (integer) affine hull, integer
projection, computing the lexicographic minimum using parametric integer
programming, coalescing and parametric vertex enumeration. It also includes an
ILP solver based on generalized basis reduction, transitive closures on maps
(which may encode infinite graphs), dependence analysis and bounds on piecewise
step-polynomials.
Makefile tweaks and ok bcallah@
No idea why but @extra-add to create /var/varnish on installation does not
work; it's odd anyway, so use working @sample instead.
To have varnishreload(1) work out of the box, it must know where to find
varnishd(1), which however listens on a random management port unless
explicitly given.
With these two fixed, "pkg_add varnish && rcctl restart|reload varnishd"
work again without any changes in between.
ok gkoehler@
DMD is the reference compiler for the D programming language.
D is a general-purpose programming language with static typing,
systems-level access, and C-like syntax.
This package contains the following:
* dmd: the D compiler
* libphobos2.a: the D standard library (with headers)
this has a minor issue, https://github.com/saulpw/visidata/issues/1131 -
if ~/.visidata/plugins directory does not exist a warning is printed,
it should be ok to ignore or if it annoys you too much you can create
the directory for now.