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:           Mon Dec  2 10:51:10 UTC 2019

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
Remove root CAs dependency. Bump PKGREVISION

See:
https://mail-index.netbsd.org/pkgsrc-changes/2019/12/02/msg201958.html


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 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.132 pkgsrc/lang/rust/Makefile:1.133
--- pkgsrc/lang/rust/Makefile:1.132     Tue Nov 26 14:41:13 2019
+++ pkgsrc/lang/rust/Makefile   Mon Dec  2 10:51:10 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.132 2019/11/26 14:41:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.133 2019/12/02 10:51:10 ryoon Exp $
 
 DISTNAME=      rustc-1.39.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  http://static.rust-lang.org/dist/
 
@@ -286,9 +286,6 @@ 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