pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/curl
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.
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
Home |
Main Index |
Thread Index |
Old Index