garnome r6374 - in trunk: . bootstrap/dlcompat bootstrap/docbook-xsl bootstrap/expat bootstrap/freetype bootstrap/libexif fifth-toe/conglomerate fifth-toe/firestarter fifth-toe/gtk-vnc fifth-toe/pidgin geektoys/gnomebaker geektoys/gtkpod geektoys/libgpod geektoys/liferea geektoys/tagtool hacker-tools/alleyoop office/glabels office/inkscape office/wv



Author: kbrae
Date: Tue Mar 11 23:15:31 2008
New Revision: 6374
URL: http://svn.gnome.org/viewvc/garnome?rev=6374&view=rev

Log:
Add variable to easily set the sf.net mirror of choice. The round-robin fails
too often.


Modified:
   trunk/ChangeLog
   trunk/bootstrap/dlcompat/Makefile
   trunk/bootstrap/docbook-xsl/Makefile
   trunk/bootstrap/expat/Makefile
   trunk/bootstrap/freetype/Makefile
   trunk/bootstrap/libexif/Makefile
   trunk/fifth-toe/conglomerate/Makefile
   trunk/fifth-toe/firestarter/Makefile
   trunk/fifth-toe/gtk-vnc/Makefile
   trunk/fifth-toe/pidgin/Makefile
   trunk/gar.gnome.mk.in
   trunk/geektoys/gnomebaker/Makefile
   trunk/geektoys/gtkpod/Makefile
   trunk/geektoys/libgpod/Makefile
   trunk/geektoys/liferea/Makefile
   trunk/geektoys/tagtool/Makefile
   trunk/hacker-tools/alleyoop/Makefile
   trunk/office/glabels/Makefile
   trunk/office/inkscape/Makefile
   trunk/office/wv/Makefile

Modified: trunk/bootstrap/dlcompat/Makefile
==============================================================================
--- trunk/bootstrap/dlcompat/Makefile	(original)
+++ trunk/bootstrap/dlcompat/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = bootstrap
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://dl.sourceforge.net/fink/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/fink/
 
 DESCRIPTION = dlcompat
 define BLURB

Modified: trunk/bootstrap/docbook-xsl/Makefile
==============================================================================
--- trunk/bootstrap/docbook-xsl/Makefile	(original)
+++ trunk/bootstrap/docbook-xsl/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = bootstrap
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
 
-MASTER_SITES = http://dl.sourceforge.net/docbook/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/docbook/
 
 DESCRIPTION = docbook-xsl
 define BLURB

Modified: trunk/bootstrap/expat/Makefile
==============================================================================
--- trunk/bootstrap/expat/Makefile	(original)
+++ trunk/bootstrap/expat/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = bootstrap
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://download.sourceforge.net/expat/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/expat/
 
 DESCRIPTION = bootstrap
 define BLURB

Modified: trunk/bootstrap/freetype/Makefile
==============================================================================
--- trunk/bootstrap/freetype/Makefile	(original)
+++ trunk/bootstrap/freetype/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,8 +3,8 @@
 CATEGORIES = bootstrap
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
 
-MASTER_SITES = http://download.savannah.gnu.org/releases/freetype/
-MASTER_SITES += http://dl.sourceforge.net/freetype/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/releases/freetype/
+MASTER_SITES += http://$(SOURCEFORGE_NET)/freetype/
 
 DESCRIPTION = freetype
 define BLURB

Modified: trunk/bootstrap/libexif/Makefile
==============================================================================
--- trunk/bootstrap/libexif/Makefile	(original)
+++ trunk/bootstrap/libexif/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = bootstrap
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
 
-MASTER_SITES =  http://dl.sourceforge.net/libexif/
+MASTER_SITES =  http://$(SOURCEFORGE_NET)/libexif/
 
 LIBDEPS =  bootstrap/gettext
 

Modified: trunk/fifth-toe/conglomerate/Makefile
==============================================================================
--- trunk/fifth-toe/conglomerate/Makefile	(original)
+++ trunk/fifth-toe/conglomerate/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = fifth-toe
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://dl.sourceforge.net/conglomerate/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/conglomerate/
 
 LIBDEPS = desktop/eel
 

Modified: trunk/fifth-toe/firestarter/Makefile
==============================================================================
--- trunk/fifth-toe/firestarter/Makefile	(original)
+++ trunk/fifth-toe/firestarter/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = fifth-toe
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://download.sourceforge.net/firestarter/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/firestarter/
 
 LIBDEPS = platform/libgnomeui
 

Modified: trunk/fifth-toe/gtk-vnc/Makefile
==============================================================================
--- trunk/fifth-toe/gtk-vnc/Makefile	(original)
+++ trunk/fifth-toe/gtk-vnc/Makefile	Tue Mar 11 23:15:31 2008
@@ -2,7 +2,7 @@
 GARVERSION = 0.3.3
 CATEGORIES = fifth-toe
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-MASTER_SITES = http://downloads.sourceforge.net/gtk-vnc/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/gtk-vnc/
 
 LIBDEPS = platform/gtk+ bindings/pygtk
 

Modified: trunk/fifth-toe/pidgin/Makefile
==============================================================================
--- trunk/fifth-toe/pidgin/Makefile	(original)
+++ trunk/fifth-toe/pidgin/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = fifth-toe
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
 
-MASTER_SITES = http://download.sourceforge.net/pidgin/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/pidgin/
 
 LIBDEPS = platform/gtk+ desktop/evolution-data-server
 

Modified: trunk/gar.gnome.mk.in
==============================================================================
--- trunk/gar.gnome.mk.in	(original)
+++ trunk/gar.gnome.mk.in	Tue Mar 11 23:15:31 2008
@@ -1,6 +1,9 @@
 # use Sweden for default mirror
 MASTER_SITES += http://ftp.gnome.org/pub/GNOME/sources/$(GARNAME)/$(shell echo $(GARVERSION) | $(SED) -e 's,-.*,,' | $(AWK) -F. '{ print $$1 "." $$2 }')/
 
+# sourceforge.net mirror, random by default
+SOURCEFORGE_NET = dl.sourceforge.net
+
 # No static libs or docs
 CONFIGURE_ARGS += --disable-static --disable-maintainer-mode --with-html-dir=$(sharedstatedir)/gtk-doc/html --disable-gtk-doc
 

Modified: trunk/geektoys/gnomebaker/Makefile
==============================================================================
--- trunk/geektoys/gnomebaker/Makefile	(original)
+++ trunk/geektoys/gnomebaker/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = geektoys
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://download.sourceforge.net/gnomebaker/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/gnomebaker/
 
 LIBDEPS = platform/gtk+ platform/libgnomeui desktop/gst-plugins-base desktop/libnotify
 

Modified: trunk/geektoys/gtkpod/Makefile
==============================================================================
--- trunk/geektoys/gtkpod/Makefile	(original)
+++ trunk/geektoys/gtkpod/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = geektoys
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://download.sourceforge.net/gtkpod/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/gtkpod/
 
 LIBDEPS = platform/libgnomeui geektoys/libgpod
 

Modified: trunk/geektoys/libgpod/Makefile
==============================================================================
--- trunk/geektoys/libgpod/Makefile	(original)
+++ trunk/geektoys/libgpod/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = geektoys
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://download.sourceforge.net/gtkpod/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/gtkpod/
 
 LIBDEPS = platform/gtk+ freedesktop/hal
 

Modified: trunk/geektoys/liferea/Makefile
==============================================================================
--- trunk/geektoys/liferea/Makefile	(original)
+++ trunk/geektoys/liferea/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = geektoys
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://download.sourceforge.net/liferea/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/liferea/
 
 LIBDEPS = platform/gtk+ platform/libgnomeui platform/GConf platform/libxml2 desktop/libgtkhtml bootstrap/firefox
 

Modified: trunk/geektoys/tagtool/Makefile
==============================================================================
--- trunk/geektoys/tagtool/Makefile	(original)
+++ trunk/geektoys/tagtool/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = geektoys
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
 
-MASTER_SITES = http://download.sourceforge.net/tagtool/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/tagtool/
 
 LIBDEPS = platform/gtk+ platform/libglade
 

Modified: trunk/hacker-tools/alleyoop/Makefile
==============================================================================
--- trunk/hacker-tools/alleyoop/Makefile	(original)
+++ trunk/hacker-tools/alleyoop/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = hacker-tools
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://download.sourceforge.net/alleyoop/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/alleyoop/
 
 LIBDEPS = platform/libgnomeui
 

Modified: trunk/office/glabels/Makefile
==============================================================================
--- trunk/office/glabels/Makefile	(original)
+++ trunk/office/glabels/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = office
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://download.sourceforge.net/glabels/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/glabels/
 
 LIBDEPS = platform/libgnomeui desktop/libgnomeprintui
 

Modified: trunk/office/inkscape/Makefile
==============================================================================
--- trunk/office/inkscape/Makefile	(original)
+++ trunk/office/inkscape/Makefile	Tue Mar 11 23:15:31 2008
@@ -5,7 +5,7 @@
 LIBDEPS = bindings/glibmm bindings/gtkmm bindings/libsigc++
 PATCHFILES = seltrans.h.patch
 
-MASTER_SITES = http://dl.sourceforge.net/inkscape/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/inkscape/
 
 DESCRIPTION = inkscape
 define BLURB

Modified: trunk/office/wv/Makefile
==============================================================================
--- trunk/office/wv/Makefile	(original)
+++ trunk/office/wv/Makefile	Tue Mar 11 23:15:31 2008
@@ -3,7 +3,7 @@
 CATEGORIES = office
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES = http://prdownloads.sourceforge.net/wvware/
+MASTER_SITES = http://$(SOURCEFORGE_NET)/wvware/
 
 LIBDEPS = platform/glib platform/libxml2 office/libgsf
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]