Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2019 12:19:30 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492431 - head/Mk/Uses
Message-ID:  <201902081219.x18CJUf8052168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Feb  8 12:19:30 2019
New Revision: 492431
URL: https://svnweb.freebsd.org/changeset/ports/492431

Log:
  Mk/Uses/cargo.mk: Silence "you need USES=ssl" QA warning
  
  We already have it via CARGO_CRATES=openssl-sys-*.
  
  Differential Revision:	https://reviews.freebsd.org/D19044

Modified:
  head/Mk/Uses/cargo.mk

Modified: head/Mk/Uses/cargo.mk
==============================================================================
--- head/Mk/Uses/cargo.mk	Fri Feb  8 12:05:28 2019	(r492430)
+++ head/Mk/Uses/cargo.mk	Fri Feb  8 12:19:30 2019	(r492431)
@@ -184,6 +184,8 @@ DEV_WARNING+=	"CARGO_CRATES=openssl-0.10.3 or older do
 .include "${USESDIR}/ssl.mk"
 CARGO_ENV+=	OPENSSL_LIB_DIR=${OPENSSLLIB} \
 		OPENSSL_INCLUDE_DIR=${OPENSSLINC}
+# Silence bogus QA warning about needing USES=ssl
+QA_ENV+=	USESSSL=yes
 .endif
 
 .if ${CARGO_CRATES:Mpkg-config-[0-9]*}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902081219.x18CJUf8052168>