pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/gnurl www/gnurl: perl is only required for tests.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/680ad418c39b
branches:  trunk
changeset: 419194:680ad418c39b
user:      ng0 <ng0%pkgsrc.org@localhost>
date:      Sat Dec 14 12:35:20 2019 +0000

description:
www/gnurl: perl is only required for tests.

--without-gssapi seems to be no longer required, gss isn't picked up
for base or pkgsrc.

diffstat:

 www/gnurl/Makefile   |  10 ++++++----
 www/gnurl/options.mk |   8 ++++++--
 2 files changed, 12 insertions(+), 6 deletions(-)

diffs (65 lines):

diff -r eca1ff5ff373 -r 680ad418c39b www/gnurl/Makefile
--- a/www/gnurl/Makefile        Sat Dec 14 11:20:41 2019 +0000
+++ b/www/gnurl/Makefile        Sat Dec 14 12:35:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/11/18 18:34:10 ng0 Exp $
+# $NetBSD: Makefile,v 1.8 2019/12/14 12:35:20 ng0 Exp $
 
 DISTNAME=      gnurl-7.67.0
 CATEGORIES=    www
@@ -13,7 +13,7 @@
 
 BUILD_DEFS+=   IPV6_READY
 
-USE_TOOLS+=            perl pkg-config
+USE_TOOLS+=            pkg-config
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes # make install depends on it
 PKGCONFIG_OVERRIDE=    libgnurl.pc.in
@@ -30,6 +30,7 @@
 CONFIGURE_ARGS+=       --without-librtmp
 CONFIGURE_ARGS+=       --without-nghttp2
 CONFIGURE_ARGS+=       --without-nss
+# \todo: is cyassl deprecated?
 CONFIGURE_ARGS+=       --without-cyassl
 CONFIGURE_ARGS+=       --without-ssl
 CONFIGURE_ARGS+=       --without-winssl
@@ -51,14 +52,15 @@
 CONFIGURE_ARGS+=       --disable-ntlm-wb
 CONFIGURE_ARGS+=       --with-gnutls
 CONFIGURE_ARGS+=       --with-libidn2
+# \todo: is with libz deprecated?
 CONFIGURE_ARGS+=       --with-libz=${BUILDLINK_PREFIX.zlib}
 # Fallback to gnutls preferred CA certificates
 CONFIGURE_ARGS+=       --without-ca-bundle
 CONFIGURE_ARGS+=       --without-ca-path
 CONFIGURE_ARGS+=       --with-ca-fallback
-# Do not pick up GSS, should be fixed in upstream.
+# Do not pick up GSS.
 # https://bugs.gnunet.org/view.php?id=5610
-CONFIGURE_ARGS+=       --without-gssapi
+# CONFIGURE_ARGS+=     --without-gssapi
 CONFIGURE_ARGS+=       --disable-valgrind
 # We do not want HTTP3 support yet, see release announcement
 CONFIGURE_ARGS+=       --without-ngtcp2
diff -r eca1ff5ff373 -r 680ad418c39b www/gnurl/options.mk
--- a/www/gnurl/options.mk      Sat Dec 14 11:20:41 2019 +0000
+++ b/www/gnurl/options.mk      Sat Dec 14 12:35:20 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2019/02/01 15:21:29 gdt Exp $
+# $NetBSD: options.mk,v 1.2 2019/12/14 12:35:20 ng0 Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnurl
-PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUPPORTED_OPTIONS= inet6 tests
 PKG_SUGGESTED_OPTIONS= inet6
 
 .include "../../mk/bsd.options.mk"
@@ -11,3 +11,7 @@
 .else
 CONFIGURE_ARGS+=       --disable-ipv6
 .endif
+
+.if !empty(PKG_OPTIONS:Mtests)
+USE_TOOLS+=    perl
+.endif



Home | Main Index | Thread Index | Old Index