[vlc-devel] commit: fixed a couple of download sites ( mostly related to the heanet failure) and fixed the wget usage in some firewalled setups) ( Felix Paul Kühne )

git version control git at videolan.org
Fri Mar 21 17:38:50 CET 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Mar 21 17:37:06 2008 +0100| [f38c418960343365c1b7c9da1f9e4af747e03044]

fixed a couple of download sites (mostly related to the heanet failure) and fixed the wget usage in some firewalled setups)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f38c418960343365c1b7c9da1f9e4af747e03044
---

 extras/contrib/bootstrap        |    2 +-
 extras/contrib/src/packages.mak |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 70169a5..6ee517e 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -270,7 +270,7 @@ echo "EXTRA_LDFLAGS = ${EXTRA_LDFLAGS}" >> config.mak
 echo "EXTRA_PATH = ${EXTRA_PATH}" >> config.mak
 
 if wget --version >/dev/null 2>&1; then
-    echo "WGET = `which wget` -c" >> config.mak
+    echo "WGET = `which wget` -c --passive" >> config.mak
 elif which curl >/dev/null; then
     echo "WGET = `which curl` -L -O" >> config.mak
 else
diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak
index 510812c..06a7946 100644
--- a/extras/contrib/src/packages.mak
+++ b/extras/contrib/src/packages.mak
@@ -25,8 +25,8 @@
 # ***************************************************************************
 
 PENGUIN=http://ftp.penguin.cz/pub/users/utx/amr
-GNU=http://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu
-SF=http://heanet.dl.sourceforge.net/sourceforge
+GNU=ftp://ftp.esat.net/pub/gnu
+SF=http://switch.dl.sourceforge.net/sourceforge
 VIDEOLAN=http://download.videolan.org/pub/videolan
 PERL_VERSION=5.8.8
 PERL_URL=http://ftp.funet.fi/pub/CPAN/src/perl-$(PERL_VERSION).tar.gz
@@ -185,7 +185,7 @@ QT4T_URL=ftp://ftp.trolltech.com/pub/qt/source/qt-win-opensource-$(QT4T_VERSION)
 ZLIB_VERSION=1.2.3
 ZLIB_URL=$(SF)/libpng/zlib-$(ZLIB_VERSION).tar.gz
 XML_VERSION=2.6.31
-XML_URL=ftp://xmlsoft.org/libxml2/libxml2-$(XML_VERSION).tar.gz
+XML_URL=http://xmlsoft.org/sources/libxml2-$(XML_VERSION).tar.gz
 DIRAC_VERSION=0.9.1
 DIRAC_URL=$(SF)/dirac/dirac-$(DIRAC_VERSION).tar.gz
 DX_HEADERS_URL=$(VIDEOLAN)/testing/contrib/win32-dx7headers.tgz




More information about the vlc-devel mailing list