[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (99c6d79aa5c354b33a4232a269f928bd5cdc91be)

Ladislav Hagara scm at sourcemage.org
Thu Sep 9 05:41:46 EDT 2010


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ftp/wget/BUILD     |    2 +-
 ftp/wget/CONFIGURE |    2 ++
 ftp/wget/HISTORY   |    3 +++
 3 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 99c6d79aa5c354b33a4232a269f928bd5cdc91be
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    wget: added option to disable IPv6 support
    
    I have had problem to download from pypi.python.org,
    wget without ipv6 support is ok.

diff --git a/ftp/wget/BUILD b/ftp/wget/BUILD
index 608e960..4d779db 100755
--- a/ftp/wget/BUILD
+++ b/ftp/wget/BUILD
@@ -1,4 +1,4 @@
-OPTS="$OPTS --build=${BUILD}"
+OPTS="$WGET_OPTS $OPTS --build=${BUILD}"
 [[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
 
 if use_gcc 4.0; then
diff --git a/ftp/wget/CONFIGURE b/ftp/wget/CONFIGURE
new file mode 100755
index 0000000..dfa83ef
--- /dev/null
+++ b/ftp/wget/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option WGET_OPTS "Enable IPv6 support?" y \
+                    "--enable-ipv6" "--disable-ipv6"
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index afa27e2..4212cec 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2010-09-09 Ladislav Hagara <hgr at vabo.cz>
+	* CONFIGURE, BUILD: added option to disable IPv6 support
+
 2009-09-22 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.12
 



More information about the SM-Commit mailing list