svn commit: r462768 - head/lang/rust

Bryan Drewery bdrewery at FreeBSD.org
Sat Feb 24 05:57:53 UTC 2018


Author: bdrewery
Date: Sat Feb 24 05:57:52 2018
New Revision: 462768
URL: https://svnweb.freebsd.org/changeset/ports/462768

Log:
  No need to actually recompress rust-std, libarchive does the right thing

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Sat Feb 24 02:13:41 2018	(r462767)
+++ head/lang/rust/Makefile	Sat Feb 24 05:57:52 2018	(r462768)
@@ -150,7 +150,7 @@ post-extract:
 	 ${LD} -r -o std.xx.o "$$std_o" old_fstat.o; \
 	 ${MV} std.xx.o "$$std_o"; \
 	 ${AR} r "$$libstd" "$$std_o")
-	${TAR} -cz --format=ustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar.gz ${RUST_STD_DIR}
+	${TAR} -c --format=ustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar.gz ${RUST_STD_DIR}
 	${MV} ${WRKSRC}/rust-std.tar.gz ${WRKSRC}/build/cache/${RUST_STD_BOOTSTRAP}
 .endif
 


More information about the svn-ports-head mailing list