pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/gnurl
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 23 13:10:58 UTC 2020
Modified Files:
pkgsrc/www/gnurl: Makefile
Log Message:
www/gnurl: remove unknown configure options
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/gnurl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/gnurl/Makefile
diff -u pkgsrc/www/gnurl/Makefile:1.13 pkgsrc/www/gnurl/Makefile:1.14
--- pkgsrc/www/gnurl/Makefile:1.13 Fri May 22 10:55:52 2020
+++ pkgsrc/www/gnurl/Makefile Sat May 23 13:10:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/05/22 10:55:52 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/23 13:10:58 rillig Exp $
DISTNAME= gnurl-7.70.0
PKGREVISION= 1
@@ -31,8 +31,6 @@ CONFIGURE_ARGS+= --without-winidn
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
CONFIGURE_ARGS+= --without-darwinssl
@@ -53,8 +51,6 @@ CONFIGURE_ARGS+= --disable-smb
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
Home |
Main Index |
Thread Index |
Old Index