CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/07/10 01:56:08
Modified files:
devel/cbindgen : Makefile distinfo
devel/cbindgen/patches: patch-tests_tests_rs
Log message:
Update to cbindgen 0.9.0, required by gecko 69 since #1559814
for some reason tests are supposed to use CXX/CC from the env, but with
TEST_ENV = CC=${CC} CXX=${CXX} seems its not working, so adapt the patch
accordingly. same 4 tests still fail.
