From 0d33a71bd3104215a75991f0514e185ea4f3da66 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Fri, 24 Sep 2021 18:10:12 +0200 Subject: wget - update depends beware that this version breaks sorcery's summon --- ftp/wget/DEPENDS | 78 +++++++++++++++++++++++++++++++++++--------------------- ftp/wget/HISTORY | 3 +++ 2 files changed, 52 insertions(+), 29 deletions(-) (limited to 'ftp') diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS index 297d610840..926bdf98d3 100755 --- a/ftp/wget/DEPENDS +++ b/ftp/wget/DEPENDS @@ -1,40 +1,30 @@ depends smgl-fhs && +optional_depends pcre2 \ + "--with-libpcre2" \ + "--without-libpcre2" \ + "for PCRE2 regular expressions" && + optional_depends pcre \ - "--enable-pcre" \ - "--disable-pcre" \ + "--with-libpcre" \ + "--without-libpcre" \ "for Perl-style regular expressions" && -optional_depends pcre2 \ - "--enable-pcre2" \ - "--disable-pcre2" \ - "for PCRE2 regular expressions" && +optional_depends libidn2 \ + "--with-libidn2" \ + "--without-libidn2" \ + "for IDN2 support" && optional_depends libidn \ - "--enable-iri" \ - "--disable-iri" \ - "for IDN/IRIs support" && - -optional_depends c-ares \ - "--with-cares" \ - "--without-cares" \ - "for C-Ares DNS lookup support" && + "--with-libidn" \ + "--without-libidn" \ + "for IDN support" && optional_depends "GETTEXT" \ "--enable-nls" \ "--disable-nls" \ "for i18n support" && -optional_depends "texinfo" \ - "" \ - "" \ - "to build info files" && - -optional_depends "nettle" \ - '--enable-ntlm' \ - '--disable-ntlm' \ - 'for NTLM authentication' && - optional_depends libpsl \ '--with-libpsl' \ '--without-libpsl' \ @@ -43,12 +33,42 @@ optional_depends libpsl \ optional_depends zlib \ '--with-zlib' \ '--without-zlib' \ - 'for HTTP compression support' && + 'gzip compression support' && + +optional_depends xz-utils \ + '--with-lzma' \ + '--without-lzma' \ + 'LZMA compression support' && + +optional_depends bzip2 \ + '--with-bzip2' \ + '--without-bzip2' \ + 'bzip2 compression support' && + +optional_depends brotli \ + '--with-brotlidec' \ + '--without-brotlidec' \ + 'Brotli compression support' && + +optional_depends zstd \ + '--with-zstd' \ + '--without-zstd' \ + 'Zstandard compression support' && + +optional_depends gpgme \ + '--with-gpgme' \ + '--without-gpgme' \ + 'GPGME support' && + +optional_depends nghttp2 \ + '--without-libnghttp2' \ + '--without-libnghttp2' \ + 'HTTP2 support' && -optional_depends util-linux \ - '--with-libuuid' \ - '--without-libuuid' \ - 'for UUID generation for WARC files' && +optional_depends doxygen \ + '--enable-doc' \ + '--disable-doc' \ + 'build docs' && case $WGET_SSL in none) diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY index 6e6e1a6235..002aab6e34 100644 --- a/ftp/wget/HISTORY +++ b/ftp/wget/HISTORY @@ -1,3 +1,6 @@ +2021-09-24 Treeve Jelbert + * DEPENDS: copy depends from wget2 spell, syntax modified + 2021-09-18 Florian Franzmann * DETAILS: version 2.0.0 * INSTALL: removed -- cgit v1.2.3