On Mon, Oct 17, 2005 at 09:15:56PM +0200, Jasper Lievisse Adriaanse wrote:
> On Mon, 17 Oct 2005 21:10:54 +0200
> Antoine Jacoutot <[EMAIL PROTECTED]> wrote:
>
> > Jasper Lievisse Adriaanse wrote:
> > > It works fine on i386. Also no_x11 works fine.
> > > Though MASTER_SITES isn't correct I think, shouldn't it be more like:
> >
> > Hum, why ? Isn't it how it should be set ?
> This is what Makefile.template says:
>
> # where the source files and patches can be fetched
> #
> MASTER_SITES= ???
> #MASTER_SITES= ${MASTER_SITE_foo:=subdir/}
> # if more master sites are needed...
> #MASTER_SITES0=
> # ...
>
> And the diff was my interpretation of this.
MASTER_SITES[0-9] is for files which are hosted at a separate location.
from audio/timidity:
DISTNAME= timidity-0.2i
MASTER_SITES= http://sca.uwaterloo.ca/www.cgs.fi/tt/timidity/
MASTER_SITES0= ftp://ftp.kiarchive.ru/pub/misc/hardware/soundcard/gus/
TIINS= goemon.tgz
DISTFILES= ${TIINS}:0 ${DISTNAME}.tar.gz
> >
> > Thanks for your feedback :)
> >
> > Regards,
> >
> > Antoine
> >
>
>
> --
> "Security is decided by quality" -- Theo de Raadt