Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Jul 2017 14:20:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210614] [NEW PORT]: devel/racer: Utility intended to provide Rust code completion for editors and IDEs
Message-ID:  <bug-210614-13-BqcYJNxxYi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210614-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210614-13@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=3D210614

Jan Beich <jbeich@FreeBSD.org> changed:

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

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

> RUN_DEPENDS=3D	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=3D	RUST_SRC_PATH=3D${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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210614-13-BqcYJNxxYi>