From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 21:39:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AFB9106564A for ; Mon, 27 Jun 2011 21:39:58 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id BBB588FC14 for ; Mon, 27 Jun 2011 21:39:57 +0000 (UTC) Received: by wyg24 with SMTP id 24so2299450wyg.13 for ; Mon, 27 Jun 2011 14:39:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=A98lDekPkKl9v9+2544WWN6y5JuH7sNefgSp4TyGQHg=; b=kf3GUwFYHKAW1KyDJiU8IAdEoz10++EUAyXSXYOGwspSqpc/KuVwr25ogkp4l8z1Su 0MxAYpebwDwfzEhGdBjXJHtRuAqw8FTdI/i/3yFpLBk9JDBQQTr5+c6zBU1o4xOHgce4 aiOHvh7vsuzw32hRrrWd+lQMhVQvlJtPhgLNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=AkTnOIGi14iIS1nZih+MOOpU5PokexmAj7GjuczrkE6RoWr3V1YhoyTHF0nCDCtgkI 5jujFA8hh0InP4fiopAwtpRT+WkyhwFyJDpF30oRAIhl2cKKYxI4ERcCpdAlfnkofyBN Prxy9QFUfd9tYja0/TStyDZ3R2ttW1Tls4qiU= Received: by 10.216.68.2 with SMTP id k2mr2125175wed.0.1309210796379; Mon, 27 Jun 2011 14:39:56 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id z66sm2987877weq.24.2011.06.27.14.39.54 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 14:39:55 -0700 (PDT) Date: Mon, 27 Jun 2011 22:39:48 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110627223948.4f9ea7a3@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Using a "special" proxy for ports 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: Mon, 27 Jun 2011 21:39:58 -0000 On Sun, 26 Jun 2011 20:52:09 -0600 (MDT) Dennis Glatting wrote: I need is a method to embed into make.conf a proxy specification > for fetch. Setting the environment variable HTTP_PROXY from the login > shell /is not/ preferred because the account is used by different > administrators, I don't what the special proxy accidentally polluted > with non-port stuff, and it would only create confusion. > > Setting http_proxy in make.conf does not work. .netrc doesn't appear > to be a viable method (if it did, I could specify FETCH_ARGS in > make.conf). I think what you need is: FETCH_ENV= http_proxy= > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"