svn commit: r525795 - head/devel/racerd
Tobias Kortkamp
tobik at FreeBSD.org
Tue Feb 11 08:46:34 UTC 2020
Author: tobik
Date: Tue Feb 11 08:46:34 2020
New Revision: 525795
URL: https://svnweb.freebsd.org/changeset/ports/525795
Log:
Deprecate devel/racerd
racerd has not been updated for more than 2 years and is causing
extra work during lang/rust updates. Let it expire in 2 weeks.
lang/rust comes with its own language server, RLS, that can be used
instead.
PR: 243542
Approved by: ultima (maintainer timeout, 18 days)
Modified:
head/devel/racerd/Makefile
Modified: head/devel/racerd/Makefile
==============================================================================
--- head/devel/racerd/Makefile Tue Feb 11 08:36:22 2020 (r525794)
+++ head/devel/racerd/Makefile Tue Feb 11 08:46:34 2020 (r525795)
@@ -14,6 +14,8 @@ COMMENT= Rust semantic analysis server powered by Race
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Old, unmaintained, and fails to build with Rust 1.41.0 or newer; use rls from lang/rust instead
+EXPIRATION_DATE= 2020-02-25
BROKEN= fails to build with Rust 1.41.0
USES= cargo
More information about the svn-ports-head
mailing list