Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 11:44:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240725] Mk/Uses/cargo.mk: onig_sys missing libclang.so build dependency
Message-ID:  <bug-240725-7788-fuOmsHYU3X@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240725-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240725-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240725

--- Comment #2 from Tobias Kortkamp <tobik@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240725-7788-fuOmsHYU3X>