Changeset f38c418960343365c1b7c9da1f9e4af747e03044
- 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
| r7c79c55 |
rf38c418 |
|
| 271 | 271 | |
|---|
| 272 | 272 | if wget --version >/dev/null 2>&1; then |
|---|
| 273 | | echo "WGET = `which wget` -c" >> config.mak |
|---|
| | 273 | echo "WGET = `which wget` -c --passive" >> config.mak |
|---|
| 274 | 274 | elif which curl >/dev/null; then |
|---|
| 275 | 275 | echo "WGET = `which curl` -L -O" >> config.mak |
|---|
| rd9159b5 |
rf38c418 |
|
| 26 | 26 | |
|---|
| 27 | 27 | PENGUIN=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 |
|---|
| | 28 | GNU=ftp://ftp.esat.net/pub/gnu |
|---|
| | 29 | SF=http://switch.dl.sourceforge.net/sourceforge |
|---|
| 30 | 30 | VIDEOLAN=http://download.videolan.org/pub/videolan |
|---|
| 31 | 31 | PERL_VERSION=5.8.8 |
|---|
| … | … | |
| 186 | 186 | ZLIB_URL=$(SF)/libpng/zlib-$(ZLIB_VERSION).tar.gz |
|---|
| 187 | 187 | XML_VERSION=2.6.31 |
|---|
| 188 | | XML_URL=ftp://xmlsoft.org/libxml2/libxml2-$(XML_VERSION).tar.gz |
|---|
| | 188 | XML_URL=http://xmlsoft.org/sources/libxml2-$(XML_VERSION).tar.gz |
|---|
| 189 | 189 | DIRAC_VERSION=0.9.1 |
|---|
| 190 | 190 | DIRAC_URL=$(SF)/dirac/dirac-$(DIRAC_VERSION).tar.gz |
|---|