pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rust Undo previous, curl and openssl are already ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20a128e98a0c
branches:  trunk
changeset: 449711:20a128e98a0c
user:      he <he%pkgsrc.org@localhost>
date:      Sun Apr 04 13:30:16 2021 +0000

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

diffstat:

 lang/rust/Makefile |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r 3f1d08d5e4e3 -r 20a128e98a0c lang/rust/Makefile
--- a/lang/rust/Makefile        Sun Apr 04 13:18:13 2021 +0000
+++ b/lang/rust/Makefile        Sun Apr 04 13:30:16 2021 +0000
@@ -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 @@
 # 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 @@
 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