[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:06:50 UTC 2019


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

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |maintainer-feedback+
           Keywords|                            |needs-patch
             Status|New                         |Open

--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
No, this is wrong.  If anything you need to add an entry for the
bindgen crate which is what onig_sys now uses and is what depends
on libclang.  And make it a BUILD_DEPENDS only.  It is not required
at runtime.  See textproc/sonic, editors/parinfer-rust for the
BUILD_DEPENDS line.  It would be good to remove it from them (and
probably others) too if this now lives in cargo.mk.

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


More information about the freebsd-ports-bugs mailing list