[Bug 238087] www/firefox: update to 68.0 (currently, Beta phase)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 25 14:38:34 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238087

--- Comment #2 from mikael.urankar at gmail.com ---
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.


More information about the freebsd-gecko mailing list