Changeset f38c418960343365c1b7c9da1f9e4af747e03044

Show
Ignore:
Timestamp:
21/03/08 17:39:12 (7 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1206117552 +0100
git-parent:

[266ca40a3fba7c884ab4da5686fda541c93a95cf]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1206117426 +0100
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/bootstrap

    r7c79c55 rf38c418  
    271271 
    272272if wget --version >/dev/null 2>&1; then 
    273     echo "WGET = `which wget` -c" >> config.mak 
     273    echo "WGET = `which wget` -c --passive" >> config.mak 
    274274elif which curl >/dev/null; then 
    275275    echo "WGET = `which curl` -L -O" >> config.mak 
  • extras/contrib/src/packages.mak

    rd9159b5 rf38c418  
    2626 
    2727PENGUIN=http://ftp.penguin.cz/pub/users/utx/amr 
    28 GNU=http://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu 
    29 SF=http://heanet.dl.sourceforge.net/sourceforge 
     28GNU=ftp://ftp.esat.net/pub/gnu 
     29SF=http://switch.dl.sourceforge.net/sourceforge 
    3030VIDEOLAN=http://download.videolan.org/pub/videolan 
    3131PERL_VERSION=5.8.8 
     
    186186ZLIB_URL=$(SF)/libpng/zlib-$(ZLIB_VERSION).tar.gz 
    187187XML_VERSION=2.6.31 
    188 XML_URL=ftp://xmlsoft.org/libxml2/libxml2-$(XML_VERSION).tar.gz 
     188XML_URL=http://xmlsoft.org/sources/libxml2-$(XML_VERSION).tar.gz 
    189189DIRAC_VERSION=0.9.1 
    190190DIRAC_URL=$(SF)/dirac/dirac-$(DIRAC_VERSION).tar.gz