changeset 6341:b49f865441a4

Fix some URLs
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 07 Feb 2015 18:22:20 +0900
parents 75ec1d90de17
children 56b99283872a
files gub/specs/darwin/darwin-sdk.py gub/specs/darwin/odcctools.py gub/specs/expat.py gub/specs/flex.py gub/specs/freebsd-runtime.py gub/specs/freetype.py gub/specs/ghostscript.py gub/specs/glibc-core.py gub/specs/glibc.py gub/specs/hello.py gub/specs/libjpeg.py gub/specs/libpng.py gub/specs/nsis.py gub/specs/patch.py gub/specs/regex.py gub/specs/urw-fonts.py gub/specs/zlib.py
diffstat 17 files changed, 19 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/darwin/darwin-sdk.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/darwin/darwin-sdk.py	Sat Feb 07 18:22:20 2015 +0900
@@ -1,7 +1,7 @@
 from gub import build
 
 class Darwin_sdk (build.SdkBuild):
-    source = 'http://lilypond.org/download/gub-sources/darwin8-sdk-0.4.tar.gz'
+    source = 'http://lilypond.org/download/gub-sources/darwin8-sdk/darwin8-sdk-0.4.tar.gz'
     def patch (self):
         self.system ('''
 rm %(srcdir)s/usr/lib/libgcc*
--- a/gub/specs/darwin/odcctools.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/darwin/odcctools.py	Sat Feb 07 18:22:20 2015 +0900
@@ -9,7 +9,7 @@
               '&branch=odcctools'
               '&revision=278')
     # let's use cached tarball
-    source = 'http://lilypond.org/download/gub-sources/odcctools-iphone-dev-278.tar.gz'
+    source = 'http://lilypond.org/gub/download/odcctools-iphone-dev/odcctools-iphone-dev-278.tar.gz'
     patches = ['odcctools-r211-word.patch',
                'odcctools-config-Wno-long-double.patch']
     dependencies = ['darwin-sdk', 'tools::flex', 'tools::automake']
--- a/gub/specs/expat.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/expat.py	Sat Feb 07 18:22:20 2015 +0900
@@ -4,7 +4,7 @@
 from gub import tools
 
 class Expat (target.AutoBuild):
-    source = 'http://surfnet.dl.sourceforge.net/sourceforge/expat/expat-2.0.1.tar.gz'
+    source = 'http://sourceforge.net/projects/expat/files/expat/2.0.1/expat-2.0.1.tar.gz'
     patches = ['expat-2.0.1-mingw.patch']
     dependencies = ['libtool', 'tools::expat']
     make_flags = misc.join_lines ('''
@@ -27,7 +27,7 @@
 
 class Expat__linux__arm__vfp (Expat):
     patches = []
-    source = 'http://surfnet.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz'
+    source = 'http://sourceforge.net/projects/expat/files/expat/2.0.0/expat-2.0.0.tar.gz'
     def patch (self):
         self.system ('touch %(srcdir)s/tests/xmltest.sh.in')
         target.AutoBuild.patch (self)
--- a/gub/specs/flex.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/flex.py	Sat Feb 07 18:22:20 2015 +0900
@@ -4,7 +4,7 @@
 from gub import tools
 
 class Flex (target.AutoBuild):
-    source = 'http://surfnet.dl.sourceforge.net/sourceforge/flex/flex-2.5.35.tar.gz'
+    source = 'http://sourceforge.net/projects/flex/files/flex/flex-2.5.35/flex-2.5.35.tar.gz'
 #    if 'stat' in misc.librestrict (): # too broken to fix
 #        # configure [gettext, flex] blindly look for /USR/include/libi*
 #        configure_variables = (target.configure_variables
--- a/gub/specs/freebsd-runtime.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/freebsd-runtime.py	Sat Feb 07 18:22:20 2015 +0900
@@ -1,7 +1,7 @@
 from gub import build
 
 class Freebsd_runtime (build.BinaryBuild, build.SdkBuild):
-    source = 'http://lilypond.org/download/gub-sources/freebsd-runtime-6.2-1.%(package_arch)s.tar.gz&strip=0'
+    source = 'http://lilypond.org/download/gub-sources/freebsd-runtime/freebsd-runtime-6.2-1.%(package_arch)s.tar.gz&strip=0'
     def untar (self):
         build.BinaryBuild.untar (self)
         self.system ('''
@@ -12,4 +12,4 @@
 ''')
 
 class Freebsd_runtime__freebsd__64 (Freebsd_runtime):
-    source = 'http://lilypond.org/download/gub-sources/freebsd-runtime-6.2-2.%(package_arch)s.tar.gz&strip=0'
+    source = 'http://lilypond.org/download/gub-sources/freebsd-runtime/freebsd-runtime-6.2-2.%(package_arch)s.tar.gz&strip=0'
--- a/gub/specs/freetype.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/freetype.py	Sat Feb 07 18:22:20 2015 +0900
@@ -11,7 +11,7 @@
 libraries, display servers, font conversion tools, text image generation
 tools, and many other products as well.'''
 
-    source = 'http://download.savannah.nongnu.org/releases/freetype/freetype-2.3.11.tar.gz&name=freetype'
+    source = 'http://download.savannah.nongnu.org/releases/freetype/freetype-old/freetype-2.3.11.tar.gz&name=freetype'
     def __init__ (self, settings, source):
         target.AutoBuild.__init__ (self, settings, source)
         # Freetype stats /sbin, /usr/sbin and /hurd to determine if
--- a/gub/specs/ghostscript.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/ghostscript.py	Sat Feb 07 18:22:20 2015 +0900
@@ -22,7 +22,7 @@
     exe = ''
     revision = 'b35333cf3579e85725bd7d8d39eacc9640515eb8'
     #source = 'git://git.infradead.org/ghostscript.git?branch=refs/remotes/git-svn&revision=' + revision
-    source = 'http://mirror2.cs.wisc.edu/pub/mirrors/ghost/GPL/gs870/ghostscript-8.70.tar.gz'
+    source = 'http://sourceforge.net/projects/ghostscript/files/GPL%20Ghostscript/8.70/ghostscript-8.70.tar.gz'
     patches = [
         'ghostscript-8.70-make.patch',
         ]
--- a/gub/specs/glibc-core.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/glibc-core.py	Sat Feb 07 18:22:20 2015 +0900
@@ -5,7 +5,7 @@
 # Hmm? TARGET_CFLAGS=-O --> target.py
 
 class Glibc_core (glibc.Glibc):
-    source = 'http://lilypond.org/download/gub-sources/glibc-2.3-20070416.tar.bz2'
+    source = 'http://lilypond.org/download/gub-sources/glibc/glibc-2.3-20070416.tar.bz2'
     patches = glibc.Glibc.patches + [
         'glibc-2.3-core-install.patch',
         'glibc-2.3-core-libgcc.patch',
--- a/gub/specs/glibc.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/glibc.py	Sat Feb 07 18:22:20 2015 +0900
@@ -40,7 +40,7 @@
 # automagically depend on it, which is nice.
 # See cross.py:set_cross_dependencies ()
 class Glibc (target.AutoBuild, cross.AutoBuild):
-    source = 'http://lilypond.org/download/gub-sources/glibc-2.3-20070416.tar.bz2'
+    source = 'http://lilypond.org/download/gub-sources/glibc/glibc-2.3-20070416.tar.bz2'
     patches = [
         'glibc-2.3-powerpc-initfini.patch',
         'glibc-2.3-powerpc-socket-weakalias.patch',
--- a/gub/specs/hello.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/hello.py	Sat Feb 07 18:22:20 2015 +0900
@@ -1,4 +1,4 @@
 from gub import target
 
 class Hello (target.AutoBuild):
-    source = 'http://lilypond.org/download/gub-sources/hello-1.0.tar.gz'
+    source = 'http://lilypond.org/download/gub-sources/hello/hello-1.0.tar.gz'
--- a/gub/specs/libjpeg.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/libjpeg.py	Sat Feb 07 18:22:20 2015 +0900
@@ -7,7 +7,7 @@
 from gub import tools
 
 class Libjpeg (target.AutoBuild):
-    source = 'ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz'
+    source = 'http://www.ijg.org/files/jpegsrc.v6b.tar.gz'
     config_cache_flag_broken = True
     def __init__ (self, settings, source):
         target.AutoBuild.__init__ (self, settings, source)
--- a/gub/specs/libpng.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/libpng.py	Sat Feb 07 18:22:20 2015 +0900
@@ -2,7 +2,7 @@
 from gub import tools 
 
 class Libpng (target.AutoBuild):
-    source = 'http://surfnet.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.8-config.tar.gz'
+    source = 'http://sourceforge.net/projects/libpng/files/libpng12/older-releases/1.2.8/libpng-1.2.8-config.tar.gz'
     patches = ['libpng-pngconf.h-setjmp.patch']
     dependencies = ['zlib-devel', 'tools::autoconf', 'tools::automake', 'tools::libtool']
     def name (self):
--- a/gub/specs/nsis.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/nsis.py	Sat Feb 07 18:22:20 2015 +0900
@@ -5,7 +5,7 @@
 from gub import tools
 
 class Nsis (tools.SConsBuild):
-    source = 'http://surfnet.dl.sourceforge.net/sourceforge/nsis/nsis-2.46-src.tar.bz2'
+    source = 'http://sourceforge.net/projects/nsis/files/NSIS%202/2.46/nsis-2.46-src.tar.bz2'
     #source = ':pserver:anonymous@nsis.cvs.sourceforge.net:/cvsroot/nsis&module=NSIS&tag=HEAD'
     dependencies = ['mingw::cross/gcc']
     patches = [
--- a/gub/specs/patch.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/patch.py	Sat Feb 07 18:22:20 2015 +0900
@@ -6,7 +6,7 @@
 # ugh, openoffice the ooo-build flavour needs the latest patch with
 # additional [SUSE] patches to not barf on all CRLF problems.
 # Taken from the Ibex: apt-get --download source patch
-    source = 'http://lilypond.org/download/gub-sources/patch-2.5.9-5.tar.gz'
+    source = 'http://lilypond.org/download/gub-sources/patch/patch-2.5.9-5.tar.gz'
     configure_variables = ''
     destdir_install_broken = True
     def configure (self):
--- a/gub/specs/regex.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/regex.py	Sat Feb 07 18:22:20 2015 +0900
@@ -1,5 +1,5 @@
 from gub import target
 
 class Regex (target.AutoBuild):
-    source = 'http://lilypond.org/download/gub-sources/regex-2.3.90-1.tar.bz2'
+    source = 'http://lilypond.org/download/gub-sources/regex/regex-2.3.90-1.tar.bz2'
     dependencies = ['tools::libtool']
--- a/gub/specs/urw-fonts.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/urw-fonts.py	Sat Feb 07 18:22:20 2015 +0900
@@ -1,7 +1,7 @@
 from gub import build
 
 class Urw_fonts (build.BinaryBuild):
-    source = 'ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7pre41.tar.bz2&strip=0'
+    source = 'http://lilypond.org/gub/download/urw-fonts/urw-fonts-1.0.7pre41.tar.bz2&strip=0'
     def compile (self):
         self.system ('cd %(srcdir)s && rm README* COPYING ChangeLog TODO')
     def install (self):
--- a/gub/specs/zlib.py	Sat Feb 07 14:47:41 2015 +0900
+++ b/gub/specs/zlib.py	Sat Feb 07 18:22:20 2015 +0900
@@ -5,7 +5,7 @@
 from gub import tools
 
 class Zlib (target.AutoBuild):
-    source = 'http://surfnet.dl.sourceforge.net/sourceforge/libpng/zlib-1.2.3.tar.gz'
+    source = 'http://sourceforge.net/projects/libpng/files/zlib/1.2.3/zlib-1.2.3.tar.gz'
     patches = ['zlib-1.2.3.patch']
     srcdir_build_broken = True
     dependencies = ['tools::autoconf']