Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/lang/rust/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/lang/rust/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.224 retrieving revision 1.225 diff -u -p -r1.224 -r1.225 --- pkgsrc/lang/rust/Makefile 2021/04/04 09:23:37 1.224 +++ pkgsrc/lang/rust/Makefile 2021/04/04 10:21:44 1.225 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2021/04/04 09:23:37 nia Exp $ +# $NetBSD: Makefile,v 1.225 2021/04/04 10:21:44 he Exp $ DISTNAME= rustc-1.49.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -540,6 +540,14 @@ stage0-bootstrap: install DEPENDS+= libatomic-links>=0:../../devel/libatomic-links .endif +.if ${BUILD_TARGET} == "build" +# This is without rust-cargo-static option, so need these available. +BUILDLINK_API_DEPENDS.nghttp2+= nghttp2>=1.41.0 +BUILDLINK_API_DEPENDS.curl+= curl>=7.67.0 +. include "../../www/curl/buildlink3.mk" +. include "../../security/openssl/buildlink3.mk" +.endif + .include "../../devel/zlib/buildlink3.mk" .include "../../lang/python/tool.mk" .include "../../mk/bsd.pkg.mk"