From 23e6c4fb94bc3eb08c1378ef00a32cf91feef35d Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 17 Apr 2019 07:33:34 +0000 Subject: Mk/Uses/cargo.mk: Push lib dependencies back down into ports Some crates are optional via Cargo features or are only used during tests, however the framework has no way to discriminate between test or run dependencies using just CARGO_CRATES leading to more run dependencies than necessary for some packages. With more ported Rust applications it's time to let individual ports make that decision now. The environmental setup to use dependencies from ports instead of bundled ones and implied build dependencies (cmake, gmake, pkgconf) are left in place for now. Assign cargo.mk to rust@ while here. --- databases/puppetdb-cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/puppetdb-cli') diff --git a/databases/puppetdb-cli/Makefile b/databases/puppetdb-cli/Makefile index 88dfc6ec0459..cda0a331626c 100644 --- a/databases/puppetdb-cli/Makefile +++ b/databases/puppetdb-cli/Makefile @@ -16,7 +16,7 @@ BROKEN_SSL_REASON_libressl= Needs an old version of OpenSSL (older than 1.1) BROKEN_SSL_REASON_libressl-devel= Needs an old version of OpenSSL (older than 1.1) BROKEN_SSL_REASON_openssl111= Needs an older version of OpenSSL (older than 1.1) -USES= cargo perl5 +USES= cargo perl5 ssl USE_GITHUB= yes USE_PERL5= build -- cgit v1.2.3