Received: by mail.netbsd.org (Postfix, from userid 605) id 0B6A284D9B; Mon, 24 Aug 2020 20:03:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8800084D31 for ; Mon, 24 Aug 2020 20:03:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vVgDxyrICZGG for ; Mon, 24 Aug 2020 20:03:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DF32484D04 for ; Mon, 24 Aug 2020 20:03:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3019FB28; Mon, 24 Aug 2020 20:03:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598299392168460" MIME-Version: 1.0 Date: Mon, 24 Aug 2020 20:03:12 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/curl To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200824200312.D3019FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1598299392168460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Aug 24 20:03:12 UTC 2020 Modified Files: pkgsrc/www/curl: options.mk Log Message: curl: nghttpx is needed as test dependency for HTTP/2 tests To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/curl/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1598299392168460 Content-Disposition: inline Content-Length: 803 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/curl/options.mk diff -u pkgsrc/www/curl/options.mk:1.18 pkgsrc/www/curl/options.mk:1.19 --- pkgsrc/www/curl/options.mk:1.18 Wed Sep 18 07:21:08 2019 +++ pkgsrc/www/curl/options.mk Mon Aug 24 20:03:12 2020 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.18 2019/09/18 07:21:08 adam Exp $ +# $NetBSD: options.mk,v 1.19 2020/08/24 20:03:12 leot Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.curl PKG_SUPPORTED_OPTIONS= inet6 libssh2 gssapi ldap rtmp idn http2 @@ -56,6 +56,7 @@ CONFIGURE_ARGS+= --without-libidn2 .if !empty(PKG_OPTIONS:Mhttp2) USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --with-nghttp2=${BUILDLINK_PREFIX.nghttp2} +TEST_DEPENDS+= nghttp2-tools-[0-9]*:../../www/nghttp2-tools .include "../../www/nghttp2/buildlink3.mk" .else CONFIGURE_ARGS+= --without-nghttp2 --_----------=_1598299392168460--