Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 08:46:34 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525795 - head/devel/racerd
Message-ID:  <202002110846.01B8kYaY022631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002110846.01B8kYaY022631>