Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 09:08: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: r523913 - head/Mk/Uses
Message-ID:  <202001230908.00N98YwT010656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Jan 23 09:08:34 2020
New Revision: 523913
URL: https://svnweb.freebsd.org/changeset/ports/523913

Log:
  Mk/Uses/cargo.mk: Unbreak install with rust-nightly
  
  Remove yet another install metadata file.  This should all be
  replaced with --no-track once it is part of lang/rust.
  
  https://github.com/rust-lang/cargo/pull/7560
  
  ===> Checking for items in STAGEDIR missing from pkg-plist
  Error: Orphaned: .crates2.json

Modified:
  head/Mk/Uses/cargo.mk

Modified: head/Mk/Uses/cargo.mk
==============================================================================
--- head/Mk/Uses/cargo.mk	Thu Jan 23 08:55:25 2020	(r523912)
+++ head/Mk/Uses/cargo.mk	Thu Jan 23 09:08:34 2020	(r523913)
@@ -283,7 +283,9 @@ do-install:
 		--root "${STAGEDIR}${PREFIX}" \
 		--verbose \
 		${CARGO_INSTALL_ARGS}
+# Replace with --no-track once it is part of lang/rust 
 	@${RM} -- "${STAGEDIR}${PREFIX}/.crates.toml"
+	@${RM} -- "${STAGEDIR}${PREFIX}/.crates2.json"
 .  endfor
 .endif
 



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