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:   adam
Date:           Sun Jun  2 08:43:05 UTC 2019

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: use external LLVM on Darwin; change libLLVM version for SunOS after llvm update to 8.0.0


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 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.101 pkgsrc/lang/rust/Makefile:1.102
--- pkgsrc/lang/rust/Makefile:1.101     Fri May 31 14:11:23 2019
+++ pkgsrc/lang/rust/Makefile   Sun Jun  2 08:43:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2019/05/31 14:11:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.102 2019/06/02 08:43:05 adam Exp $
 
 DISTNAME=      rustc-1.35.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -130,7 +130,7 @@ GCC_REQD+=  4.8
 .include "../../mk/bsd.prefs.mk"
 
 # The bundled LLVM current has issues building on SunOS.
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
 .include "../../lang/llvm/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-llvm-link-shared
 CONFIGURE_ARGS+=       --llvm-root=${BUILDLINK_PREFIX.llvm}
@@ -437,7 +437,7 @@ stage0-bootstrap: install
        done
        for lib in libcrypto.so.1.0.0 libcurl.so.4 libhttp_parser.so.2 \
                   libiconv.so.2 libidn2.so.0 libintl.so.8 liblber-2.4.so.2 \
-                  libldap-2.4.so.2 libnghttp2.so.14 libsasl2.so.3 libLLVM-7.so \
+                  libldap-2.4.so.2 libnghttp2.so.14 libsasl2.so.3 libLLVM-8.so \
                   libssh2.so.1 libssl.so.1.0.0 libunistring.so.2 libz.so.1; do \
                ${CP} ${PREFIX}/lib/$${lib} ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
        done



Home | Main Index | Thread Index | Old Index