[Bug 210614] [NEW PORT]: devel/racer: Utility intended to provide Rust code completion for editors and IDEs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 6 14:20:41 UTC 2017


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

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-ports-bugs at FreeBSD. |jbeich at FreeBSD.org
                   |org                         |
         Resolution|---                         |FIXED
             Status|New                         |Closed

--- Comment #3 from Jan Beich <jbeich at FreeBSD.org> ---
Thanks. Landed after converting to USES=cargo. Tested via emacs-racer on
12.0-CURRENT (post-ino64, so no luck with rustup).

> RUN_DEPENDS=	rustdoc:lang/rust

Dropped. I didn't find in the code references to "rustdoc" binary, and Racer
seems to work fine without "rustc".

> MAKE_ENV=	RUST_SRC_PATH=${PREFIX}/share/rust/src

Dropped. Looking at the code if RUST_SRC_PATH wasn't set by user then Racer
falls back to `rustc --print sysroot` + lib/rustlib/src/rust/src or a list of
embedded paths.

> lib/rustlib/x86_64-unknown-freebsd/libaho_corasick-32050201217e44e8.rlib

Dropped. These are already linked into racer binary.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list