[Bug 240725] Mk/Uses/cargo.mk: onig_sys missing libclang.so build dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 21 11:44:01 UTC 2019


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

--- Comment #2 from Tobias Kortkamp <tobik at freebsd.org> ---
Actually looking deeper into it I am kind of hesitant on adding
this to cargo.mk.  The bindgen crate is often pulled in as a
dependency but not actually used (see games/genact, x11/alacritty)
during a normal build, so adding this will add a bunch of useless
dependencies to ports.  LLVM is kind of too large for this IMHO.
It might be better to leave it up to the individual ports to add
it when they actually need it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list