From the changelog:
* Fix tests failing on PyPy 7.1.1
* Add more Latin letter variants in U+1F1xx page.
* Make it possible to use the Unidecode command-line utility via
"python -m unidecode" (thanks to Jon Dufresne)
* General clean up of code and documentation (thanks to Jon Dufresne)
Moved package to PERMIT_PACKAGE and removed now-extraneous setting of
LC_CTYPE (lang/python module does that now by default).
OK sthen@
Update py-freezegun to 0.3.12. This version fixes incompatibilities
with Python 3.7.x fixing tests for any python3 ports using it.
OK jung@ (maintainer) sthen@
It also drops libclazylib.so, but that one isn't used by the ports tree.
There is something fishy with libClazyPlugin.so (renamed from
libClangLazy.so) which is directly used as a shared lib by
bin/clazy-standalone.
ok rsadowski@ (maintainer)
Doesn't build with ports-gcc or ports-clang. devel/llvm isn't needed at
all. Explicitely use llvm-config from base.
While here do a bit of reordering and move to PERMIT_PACKAGE.
"sounds good to me" rpointel@ (maintainer)
Compared to our previous 20181218 firmware this updates
polaris12 (rx550, wx2100 etc) and adds picasso, raven2 and vega20.
Needed for a planned backport of picasso support.
I tried the latest 20190618 release on vega10 (Vega 56) but that
currently hangs on boot with our linux 4.19 based amdgpu:
amdgpu_device_resize_fb_bar: stub
amdgpu: [powerplay] Failed message: 0x4, input parameter: 0x10, error code: 0xffffffff
WARNING ring->wptr % 2 || count % 2 failed at /usr/src/sys/dev/pci/drm/amd/amdgpu/uvd_v7_0.c:1387
ok patrick@ sthen@
Slant is an open source, minimal remote system monitor. It models host
fitness via a set of numeric quantifiers, for instance, CPU usage quantified
as a percent average over all CPUs, memory usage over available memory,
number of processes over maximum configured, etc. For past behaviour, slant
maintains a set of time-interval-bound circular queues (hourly, daily, etc.)
with current data aggregated into each time series. An important design
decision of slant is that each monitoring host retains its own [bounded]
history.
From Kristaps Dzonsons.
ok jturner@