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: Wed Sep 18 07:25:00 UTC 2019
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: buildlink with curl; fixes linking on Darwin
Rust needs cURL with HTTP2 option enabled; when not found, curl will be built
from internal sources.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 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.115 pkgsrc/lang/rust/Makefile:1.116
--- pkgsrc/lang/rust/Makefile:1.115 Tue Sep 17 08:03:27 2019
+++ pkgsrc/lang/rust/Makefile Wed Sep 18 07:25:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2019/09/17 08:03:27 he Exp $
+# $NetBSD: Makefile,v 1.116 2019/09/18 07:25:00 adam Exp $
DISTNAME= rustc-1.37.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -421,11 +421,11 @@ stage0-bootstrap: install
#
#.include "../../devel/libgit2/buildlink3.mk"
#.include "../../security/libssh2/buildlink3.mk"
-#.include "../../www/curl/buildlink3.mk"
#.include "../../www/http-parser/buildlink3.mk"
#.include "../../devel/jemalloc/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/tool.mk"
.include "../../security/openssl/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index