Giving #Iridium browser another try. lang/rust doesn't currently compile with #LibreSSL 2.7.2, so #Firefox doesn't build.
@lattera Assuming the problem is with openssl-sys crate, usually a small patch is enough: https://github.com/openbsd/ports/blob/master/lang/rust/patches/patch-src_vendor_openssl-sys_build_rs
and with some black magy to convince cargo that "really nothing have changed, just build please" : https://github.com/openbsd/ports/blob/master/lang/rust/Makefile#L105
@lattera Assuming the problem is with openssl-sys crate, usually a small patch is enough: https://github.com/openbsd/ports/blob/master/lang/rust/patches/patch-src_vendor_openssl-sys_build_rs
and with some black magy to convince cargo that "really nothing have changed, just build please" : https://github.com/openbsd/ports/blob/master/lang/rust/Makefile#L105