Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/curl curl: nghttpx is needed as test dependency fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36818c83245f
branches:  trunk
changeset: 437505:36818c83245f
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Aug 24 20:03:12 2020 +0000

description:
curl: nghttpx is needed as test dependency for HTTP/2 tests

diffstat:

 www/curl/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 370e17d536c1 -r 36818c83245f www/curl/options.mk
--- a/www/curl/options.mk       Mon Aug 24 18:53:33 2020 +0000
+++ b/www/curl/options.mk       Mon Aug 24 20:03:12 2020 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index