Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0d33a71bd3104215a75991f0514e185ea4f3da66)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0d33a71bd3104215a75991f0514e185ea4f3da66)
  • Date: Fri, 24 Sep 2021 16:11:43 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ftp/wget/DEPENDS | 78
+++++++++++++++++++++++++++++++++--------------------
ftp/wget/HISTORY | 3 ++
net/crda/HISTORY | 3 ++
net/crda/PRE_BUILD | 1
4 files changed, 56 insertions(+), 29 deletions(-)

New commits:
commit 0d33a71bd3104215a75991f0514e185ea4f3da66
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wget - update depends
beware that this version breaks sorcery's summon

commit e111e9673a61acc9ace9a3a3e12fcdea02e2c218
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

crda - fix build

diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index 297d610..926bdf9 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 6e6e1a6..002aab6 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2021-09-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: copy depends from wget2 spell, syntax modified
+
2021-09-18 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.0.0
* INSTALL: removed
diff --git a/net/crda/HISTORY b/net/crda/HISTORY
index cf533d3..0be4b47 100644
--- a/net/crda/HISTORY
+++ b/net/crda/HISTORY
@@ -1,3 +1,6 @@
+2021-09-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: fix for py3-3.9
+
2019-01-25 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: fix LICENSE[0]

diff --git a/net/crda/PRE_BUILD b/net/crda/PRE_BUILD
index 0ed306d..7f94c2e 100755
--- a/net/crda/PRE_BUILD
+++ b/net/crda/PRE_BUILD
@@ -3,6 +3,7 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
if is_depends_enabled "$SPELL" python3; then
patch -fp1 < "$SPELL_DIRECTORY/patches/$SPELL-3.18-python3.patch"
+ sed -i 's/ord(v)/v/' utils/key2pub.py
fi &&
patch -p1 < "${SPELL_DIRECTORY}"/patches/${SPELL}-3.18-no-ldconfig.patch &&
patch -p1 < "${SPELL_DIRECTORY}"/patches/${SPELL}-3.18-no-werror.patch &&



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0d33a71bd3104215a75991f0514e185ea4f3da66), Treeve Jelbert, 09/24/2021

Archive powered by MHonArc 2.6.24.

Top of Page