Works quite well for me on i386 and arm (zaurus).
On Sat, Jul 10, 2010 at 09:55:32PM +0200, Jiri B. wrote:
> On Sat, 10 Jul 2010 20:28:40 +0200
> "Jiri B." <[email protected]> wrote:
>
> > On Thu, 8 Jul 2010 17:43:47 +0900
> > Ryan McBride <[email protected]> wrote:
>
> > > ===> Checking files for password-gorilla-1.5.3
> > > >> Fetch
> > > >> http://download.github.com/zdia-gorilla-v1.5.3-0-g1996106.tar.gz
> > > ftp: Error retrieving file: 404 Not Found
> > > >> Fetch
> > > >> http://ftp.openbsd.org/pub/OpenBSD/distfiles//zdia-gorilla-v1.5.3-0-g1996106.tar.gz
> > > ftp: Error retrieving file: 404 Not Found
> > > >> Fetch
> > > >> ftp://ftp.usa.openbsd.org/pub/OpenBSD/distfiles//zdia-gorilla-v1.5.3-0-g1996106.tar.gz
>
>
> OK,
>
> here is what i changed, not it works OK :)
>
> $ egrep "MASTER_SITES|FETCH_CMD" password-gorilla/Makefile
> MASTER_SITES = http://github.com/zdia/gorilla/tarball/v1.5.3/
> FETCH_CMD = ftp -o ${DISTNAME}.tar.gz
>
> Updated tarball in attachment, please test.
>
> I haven't read all stuff about REVISION etc changes yet, so maybe it
> needs some tunning.
>
> jirib