Hacker News new | ask | show | jobs
by ori_b 1870 days ago
There's 600+ patches needed to build chrome on BSD, and upstream is constantly churning, which means they need maintenance.

Upstream refuses to import anything related to BSD support, so they need to be maintained out of tree.

And this is for a much more popular set of projects.

"Not an easy task" is a bit of an understatement.

2 comments

I've built Firefox on NetBSD. I wonder how many patches are required for it.

Presumably the use of rust is a dependency that needs fulfilled for building FF. Looks like there has been some work on getting rust to play with Haiku at both the Rust and Haiku ends:

https://docs.rs/haiku/0.2.0/haiku/

https://www.haiku-os.org/blog/nielx/2020-09-06_rust_on_haiku...

Some of those are for optional features like WebRTC, they are not all needed for a functional browser.
This thread is about fully featured browsers though. I think without WebRTC you can not call the browser fully featured.
Firefox 52 is the last version that can be built without Rust, it is kept in pkgsrc for that reason.