- use PERMIT_PACKAGE, maintain the information about patents in a
comment but we don't care about PERMIT_*_CDROM any more. additionally
opencv2 is not a multipackages port so -docs doesn't make sense anyway.
- remove base-gcc from COMPILER, base-gcc won't be used on a port
with ONLY_FOR_ARCHS set to ${GCC4_ARCHS} ${CLANG_ARCHS}
- remove ONLY_FOR_ARCHS, it's unnecessary now that base-gcc is
removed from COMPILER :)
- sync WANTLIB, bump REVISION
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@