From patchwork Sat Nov 3 16:38:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 196888 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 22BFB2C0089 for ; Sun, 4 Nov 2012 03:39:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0C590103B8E; Sat, 3 Nov 2012 16:39:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4RLrTXasSHjz; Sat, 3 Nov 2012 16:39:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id E21EF10291D; Sat, 3 Nov 2012 16:39:03 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A964D8F74A for ; Sat, 3 Nov 2012 16:39:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D75668CF84 for ; Sat, 3 Nov 2012 16:39:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MISGyNOi5jGQ for ; Sat, 3 Nov 2012 16:39:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by whitealder.osuosl.org (Postfix) with ESMTPS id C841A8CF78 for ; Sat, 3 Nov 2012 16:39:04 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from ) id 1TUgkK-0002eW-Vn; Sat, 03 Nov 2012 17:39:02 +0100 Received: from arnout by vandecaa-laptop with local (Exim 4.80) (envelope-from ) id 1TUgkJ-0008WP-7P; Sat, 03 Nov 2012 17:38:55 +0100 From: "Arnout Vandecappelle (Essensium/Mind)" To: buildroot@busybox.net Date: Sat, 3 Nov 2012 17:38:54 +0100 Message-Id: <1351960735-32716-1-git-send-email-arnout@mind.be> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] use avr32linux.org mirror X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The avr32linux.org mirror has vanished and is replaced by a spam site that returns HTML pages for whatever URL you request from it. So the download helper thinks that download has succeeded, while actually it failed. Fortunately, there is still a mirror of the site alive, so we can use that one. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/gadgetfs-test/gadgetfs-test.mk | 2 +- package/games/rubix/Config.in | 2 +- package/games/rubix/rubix.mk | 2 +- package/torsmo/Config.in | 2 +- package/torsmo/torsmo.mk | 2 +- package/xstroke/Config.in | 2 +- package/xstroke/xstroke.mk | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/gadgetfs-test/gadgetfs-test.mk b/package/gadgetfs-test/gadgetfs-test.mk index 808618b..0fc8221 100644 --- a/package/gadgetfs-test/gadgetfs-test.mk +++ b/package/gadgetfs-test/gadgetfs-test.mk @@ -4,7 +4,7 @@ # ############################################################# GADGETFS_TEST_SOURCE=gadgetfs-test.tar.bz2 -GADGETFS_TEST_SITE=http://avr32linux.org/twiki/pub/Main/GadgetFsTest/ +GADGETFS_TEST_SITE=http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/GadgetFsTest/ GADGETFS_TEST_MAKEOPTS = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" diff --git a/package/games/rubix/Config.in b/package/games/rubix/Config.in index 6da8c71..9cf5b46 100644 --- a/package/games/rubix/Config.in +++ b/package/games/rubix/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_RUBIX help A 3D rubiks cube game for X - http://avr32linux.org/twiki/pub/Main/Rubix + http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix diff --git a/package/games/rubix/rubix.mk b/package/games/rubix/rubix.mk index 2087b51..d39d353 100644 --- a/package/games/rubix/rubix.mk +++ b/package/games/rubix/rubix.mk @@ -5,7 +5,7 @@ ############################################################# RUBIX_VERSION = 1.0.5 RUBIX_SOURCE = rubix-$(RUBIX_VERSION).tar.bz2 -RUBIX_SITE = http://avr32linux.org/twiki/pub/Main/Rubix +RUBIX_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix RUBIX_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install RUBIX_MAKE_OPT = CC="$(TARGET_CC)" XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11" diff --git a/package/torsmo/Config.in b/package/torsmo/Config.in index ec9cb22..b3aba39 100644 --- a/package/torsmo/Config.in +++ b/package/torsmo/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_TORSMO help Torsmo is a system monitor that sits in the corner of your desktop. - http://avr32linux.org/twiki/pub/Main/Torsmo + http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Torsmo diff --git a/package/torsmo/torsmo.mk b/package/torsmo/torsmo.mk index 1e3bd28..c42ce11 100644 --- a/package/torsmo/torsmo.mk +++ b/package/torsmo/torsmo.mk @@ -5,7 +5,7 @@ ############################################################# TORSMO_VERSION = 0.18 TORSMO_SOURCE = torsmo-$(TORSMO_VERSION).tar.gz -TORSMO_SITE = http://avr32linux.org/twiki/pub/Main/Torsmo +TORSMO_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Torsmo # help2man doesn't work when cross compiling TORSMO_CONF_ENV = ac_cv_path_HELP2MAN='' diff --git a/package/xstroke/Config.in b/package/xstroke/Config.in index 5589fe6..54cb38e 100644 --- a/package/xstroke/Config.in +++ b/package/xstroke/Config.in @@ -7,4 +7,4 @@ config BR2_PACKAGE_XSTROKE help Handwriting recognition for X - http://avr32linux.org/twiki/pub/Main/XStroke + http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/XStroke diff --git a/package/xstroke/xstroke.mk b/package/xstroke/xstroke.mk index d7d18db..3459545 100644 --- a/package/xstroke/xstroke.mk +++ b/package/xstroke/xstroke.mk @@ -5,7 +5,7 @@ ############################################################# XSTROKE_VERSION = 0.6 XSTROKE_SOURCE = xstroke-$(XSTROKE_VERSION).tar.gz -XSTROKE_SITE = http://avr32linux.org/twiki/pub/Main/XStroke +XSTROKE_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/XStroke XSTROKE_DEPENDENCIES = xlib_libXft xlib_libXtst xlib_libXpm