pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: buildlink with curl; fixes linking on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c79af61feab3
branches:  trunk
changeset: 339871:c79af61feab3
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 18 07:25:00 2019 +0000

description:
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.

diffstat:

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

diffs (22 lines):

diff -r 26849a7d1293 -r c79af61feab3 lang/rust/Makefile
--- a/lang/rust/Makefile        Wed Sep 18 07:21:08 2019 +0000
+++ b/lang/rust/Makefile        Wed Sep 18 07:25:00 2019 +0000
@@ -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 @@
 #
 #.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