Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 22:21:31 -0800
From:      "Crist J. Clark" <cjc@FreeBSD.ORG>
To:        Cliff Sarginson <csfbsd@raggedclown.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make.conf, proxy and ports
Message-ID:  <20020217222131.T48401@blossom.cjclark.org>
In-Reply-To: <20020218054918.GA3731@raggedclown.net>; from csfbsd@raggedclown.net on Mon, Feb 18, 2002 at 06:49:18AM %2B0100
References:  <7c.23136e42.29a159bc@aol.com> <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de> <20020217121822.R48401@blossom.cjclark.org> <20020218054918.GA3731@raggedclown.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 18, 2002 at 06:49:18AM +0100, Cliff Sarginson wrote:
> On Sun, Feb 17, 2002 at 12:18:22PM -0800, Crist J. Clark wrote:
> > On Sun, Feb 17, 2002 at 08:40:30PM +0100, Thomas Schuerger wrote:
> > > [Charset ISO-8859-1 unsupported, filtering to ASCII...]
> > > > hi,
> > > > 
> > > > I just set up a new system with FBSD 4.5 behind a proxy server/firewall and I'm having a real pain getting ports installed.
> > > > 
> > > > I followed logic and created /etc/make.conf with the following lines:
> > > > 
> > > > $ cat /etc/make.conf | grep _PROXY
> > > > FTP_PROXY=      10.100.10.100:1080
> > > > HTTP_PROXY=     10.100.10.100:3128
> > > 
> > > Try using
> > > 
> > >   FTP_PROXY=	http://10.100.10.100:1080   (http is correct here)
> > >   HTTP_PROXY=	http://10.100.10.100:3128
> > > 
> > > instead.
> > 
> > Actually, try using,
> > 
> >   FETCH_ENV=	FTP_PROXY=ftp://10.100.10.100:1080 HTTP_PROXY=http://10.100.10.100:3128
> > 
> > If you actually want it to work.
> > 
> > I guess no one else is going to fix etc/defaults/make.conf now that it
> > is depricated. Just have to do it myself.
> 
> Is it deprecated ? I must have missed that. 
> Where was that announced (not in stable UPDATING), what are the
> implications ?

There are no implications. If you look, everything in
/etc/defaults/make.conf is commented out. It's purely a set of
examples.

But sorry, "depricated" isn't really the right term. Maybe
"orphaned." It moved. It lives in /usr/share/examples/etc in
-CURRENT. And all of the stuff related to ports was gutted from that
version.
-- 
Crist J. Clark                     |     cjclark@alum.mit.edu
                                   |     cjclark@jhu.edu
http://people.freebsd.org/~cjc/    |     cjc@freebsd.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020217222131.T48401>