Date: Wed, 7 Jun 2006 14:33:08 -0400 From: "Michael S" <msherman77@gmail.com> To: "Andrey Slusar" <anrays@gmail.com> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: portupgrade question Message-ID: <d5f57b9c0606071133y5cd9b1bcv6b3a48a527477799@mail.gmail.com> In-Reply-To: <8664jc7rhh.fsf@santinel.home.ua> References: <d5f57b9c0606070638w73878bdfu8933ba1527bc915d@mail.gmail.com> <8664jc7rhh.fsf@santinel.home.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, I will definitely try it out.
On 6/7/06, Andrey Slusar <anrays@gmail.com> wrote:
> Wed, 7 Jun 2006 09:38:36 -0400, Michael S wrote:
>
> > I have a portupgrade related question. I am behind a proxy and fetch
> > doesn't appear to cope with it very well. I installed wget and it
> > works great. I updated the pkgtools.conf to reflect that, however
> > portupgrade insists on using fetch for some reason. At first I thought
> > that portupgrade ignored its configuration file, however once or twice
> > I misstyped something and it did catch it.
> > Any hints?
>
> echo 'FETCH_CMD=/etc/fetch_wget' >>/etc/make.conf
> ,----[ fetch_wget ]
> | #!/bin/sh
> | eval url=\${$#}
> | echo "invoked as fetch_cmd $*"
> | wget -c <some you proxy options> $url
> `----
>
> --
> Regards,
> Andrey.
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d5f57b9c0606071133y5cd9b1bcv6b3a48a527477799>
