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:   he
Date:           Sun Apr  4 13:30:16 UTC 2021

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
Undo previous, curl and openssl are already conditionally buildlinked
in options.mk, nia@ pointed out.


To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 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.225 pkgsrc/lang/rust/Makefile:1.226
--- pkgsrc/lang/rust/Makefile:1.225     Sun Apr  4 10:21:44 2021
+++ pkgsrc/lang/rust/Makefile   Sun Apr  4 13:30:16 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.225 2021/04/04 10:21:44 he Exp $
+# $NetBSD: Makefile,v 1.226 2021/04/04 13:30:16 he Exp $
 
 DISTNAME=      rustc-1.49.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -131,7 +131,7 @@ CONFIGURE_ARGS+=    --set llvm.targets="ARM
 # If we aren't on 9-current, and are on 8.x or 9.x, avoid parallel.
 # \todo Consider avoiding setting this on netbsd-9 past the fix.
 .  if ${MACHINE_PLATFORM:MNetBSD-[1-9].*} && !${MACHINE_PLATFORM:MNetBSD-9.99.*}
-MAKE_JOBS_SAFE=        no
+#MAKE_JOBS_SAFE=       no
 .  endif
 
 # Open PRs
@@ -540,14 +540,6 @@ 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"



Home | Main Index | Thread Index | Old Index