From owner-freebsd-questions@FreeBSD.ORG Wed Jun 7 20:16:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B3716F64E for ; Wed, 7 Jun 2006 18:33:21 +0000 (UTC) (envelope-from msherman77@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA3A843D6A for ; Wed, 7 Jun 2006 18:33:16 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so174912wxd for ; Wed, 07 Jun 2006 11:33:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dWbvFpa7J3XJlwyyIRF+CEOXdrl8rl/KrL5zCM2AFzvonLbin3teOinEuwN3mx6xAYi1W51TX6pxy4k0Ob359V1sgUp802Y5uvjt6MCYjVQaPlXlHSH4mb2CtC1y+vNrL5CSdeCeKDS1ReI5mFAtm38NLXZFG1keyqHKbH+4Rsc= Received: by 10.70.28.4 with SMTP id b4mr1003251wxb; Wed, 07 Jun 2006 11:33:08 -0700 (PDT) Received: by 10.70.108.14 with HTTP; Wed, 7 Jun 2006 11:33:08 -0700 (PDT) Message-ID: Date: Wed, 7 Jun 2006 14:33:08 -0400 From: "Michael S" To: "Andrey Slusar" In-Reply-To: <8664jc7rhh.fsf@santinel.home.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8664jc7rhh.fsf@santinel.home.ua> Cc: FreeBSD Mailing List Subject: Re: portupgrade question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 20:16:15 -0000 Thanks, I will definitely try it out. On 6/7/06, Andrey Slusar 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 $url > `---- > > -- > Regards, > Andrey. >