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:           Mon Mar  2 21:21:10 UTC 2020

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: Bump SmartOS bootstrap library requirements.


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 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.145 pkgsrc/lang/rust/Makefile:1.146
--- pkgsrc/lang/rust/Makefile:1.145     Fri Feb 28 11:10:36 2020
+++ pkgsrc/lang/rust/Makefile   Mon Mar  2 21:21:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2020/02/28 11:10:36 adam Exp $
+# $NetBSD: Makefile,v 1.146 2020/03/02 21:21:10 jperkin Exp $
 
 DISTNAME=      rustc-1.41.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -424,8 +424,8 @@ stage0-bootstrap: install
                    ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
        done
        # direct dependencies
-       for lib in libLLVM-9.so libcrypto.so.1.0.0 libcurl.so.4 \
-                  libssl.so.1.0.0 libz.so.1; do \
+       for lib in libLLVM-9.so libcrypto.so.1.1 libcurl.so.4 \
+                  libssl.so.1.1 libz.so.1; do \
                ${CP} ${PREFIX}/lib/$${lib} ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
        done
        # libcurl dependencies



Home | Main Index | Thread Index | Old Index