svn commit: r523913 - head/Mk/Uses

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 23 09:08:35 UTC 2020


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
 


More information about the svn-ports-all mailing list