On Thu, 2005-06-30 at 12:11 -0400, Joseph E. Sacco, PhD wrote: > True... > > Here is what I have been using recently. It contains more things than > are necessary to build the garball. > > > -Joseph > > ================================================================= > > > # For mono, attempt to use the latest beta revision first (libraries, > runtimes) > # then stable, then 1.0 as a sensible fallback solution for everything > else > # -- pd. > MASTER_SITES += http://www.go-mono.com/sources/mono-1.1/
Forbidden You don't have permission to access /sources/mono-1.1/ on this server. Yeah, right. Same for any dir I checked so far. Some f.g.o admins should LART those mono guys. Accessing the download dirs and structure would be helpful actually... :-/ > MASTER_SITES += http://www.go-mono.com/sources/libgdiplus-1.1/ > MASTER_SITES += http://www.go-mono.com/sources/gtk-sharp/ > MASTER_SITES += http://www.go-mono.com/sources/gtk-sharp-2.0/ > MASTER_SITES += http://www.go-mono.com/sources/monodoc/ > MASTER_SITES += http://www.go-mono.com/sources/mono-tools/ > MASTER_SITES += http://www.go-mono.com/sources/boo/ > MASTER_SITES += http://www.go-mono.com/sources/ikvm/ > MASTER_SITES += http://www.go-mono.com/sources/xsp/ MASTER_SITES += http://www.go-mono.com/sources/$(GARNAME)/ will render 6 lines of the above obsolete (those ones without version numbers) and will prevent GAR from trying a bunch of dirs which definitely will fail. If there are properly versioned dirs, some sed magic like in gar.gnome.mk MASTER_SITES maybe can get rid of another bunch. I can't check this though, cause some stupid admin decided download dir contents are a top secret... > MASTER_SITES += http://www.go-mono.com/archive/1.1.4/ > MASTER_SITES += http://www.go-mono.com/archive/1.0.6/ > MASTER_SITES += http://www.go-mono.com/archive/1.0.5/ > MASTER_SITES += http://www.go-mono.com/archive/1.0/ > MASTER_SITES += http://www.go-mono.com/packagers/$(GARNAME)/ > > include ../../gar.gnome.mk > include ../../gar.mk > > On Thu, 2005-06-30 at 08:57 -0700, Robert Ford wrote: > > The mono guys have changed the directory structure so > > it can causes a problem downloading monodoc and > > monodevelop. > > Guenther said adding "MASTER_SITES += > > http://www.go-mono.com/sources/$(GARNAME)/" to the > > catagory.mk file in the garnome/mono folder would fix > > that error. Yup, definitely does for those 2. :) Well, ATM at least, until someone changes it again... ...guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
