https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238087
--- Comment #2 from [email protected] --- One error in the configure phase (I don't upgrade my ports very often): ERROR: cbindgen version 0.8.3 is too old. At least version 0.8.7 is required I'm not familiar with gecko.mk, maybe this patch should do it: --- bsd.gecko.mk (revision 502573) +++ bsd.gecko.mk (working copy) @@ -111,7 +111,7 @@ .endif .if ${MOZILLA_VER:R:R} >= 63 -BUILD_DEPENDS+= rust-cbindgen>=0.6.8:devel/rust-cbindgen \ +BUILD_DEPENDS+= rust-cbindgen>=0.8.7:devel/rust-cbindgen \ node:www/node .endif -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
