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:   ryoon
Date:           Tue Nov 26 14:41:13 UTC 2019

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
cargo requires root CA certificates, bump PKGREVISON

* NetBSD base has no root CA certificate, depend on mozilla-rootcerts-openssl.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 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.131 pkgsrc/lang/rust/Makefile:1.132
--- pkgsrc/lang/rust/Makefile:1.131     Wed Nov 20 19:07:12 2019
+++ pkgsrc/lang/rust/Makefile   Tue Nov 26 14:41:13 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.131 2019/11/20 19:07:12 minskim Exp $
+# $NetBSD: Makefile,v 1.132 2019/11/26 14:41:13 ryoon Exp $
 
 DISTNAME=      rustc-1.39.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  http://static.rust-lang.org/dist/
 
@@ -285,6 +286,9 @@ TOOLS_CREATE+=              md5sum
 TOOLS_PATH.md5sum=     ${PREFIX}/bin/gmd5sum
 TOOLS_PLATFORM.gzcat=  ${PREFIX}/bin/gzip -cd
 .endif
+.if ${OPSYS} == "NetBSD"
+DEPENDS+=              mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl
+.endif
 
 SUBST_CLASSES+=                rpath
 SUBST_STAGE.rpath=     pre-configure



Home | Main Index | Thread Index | Old Index