pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Oct 24 17:34:10 UTC 2019

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: Switch to using pkgsrc gzip for extraction on SunOS.

Something in the rust-1.38 tarball is tickling a bug in the version of
gzip shipped at least on SmartOS.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/lang/rust/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.117 pkgsrc/lang/rust/Makefile:1.118
--- pkgsrc/lang/rust/Makefile:1.117     Wed Oct  2 12:51:43 2019
+++ pkgsrc/lang/rust/Makefile   Thu Oct 24 17:34:10 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2019/10/02 12:51:43 he Exp $
+# $NetBSD: Makefile,v 1.118 2019/10/24 17:34:10 jperkin Exp $
 
 DISTNAME=      rustc-1.38.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -280,8 +280,10 @@ RUST_BOOTSTRAP_PATH?=      ${WRKDIR}/rust-boo
 
 .if ${OPSYS} == "SunOS"
 BUILD_DEPENDS+=                coreutils>=0:../../sysutils/coreutils
+BUILD_DEPENDS+=                gzip>=0:../../archivers/gzip
 TOOLS_CREATE+=         md5sum
 TOOLS_PATH.md5sum=     ${PREFIX}/bin/gmd5sum
+TOOLS_PLATFORM.gzcat=  ${PREFIX}/bin/gzip -cd
 .endif
 
 SUBST_CLASSES+=                rpath



Home | Main Index | Thread Index | Old Index