Using port system in network using proxy server

2004-09-22 Thread Mark Jayson Alvarez
Good day!

   Do you have any idea on how I can install through
freebsd port system when my internet connection is on
LAN and our LAN uses proxy server? I can set the proxy
details easily in my web browsers but I don't know how
to do it in making ports. Some sort of proxy
environment variable perhaps?

Thanks!

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Using port system in network using proxy server

2004-09-22 Thread Dick Davies
* Mark Jayson Alvarez [EMAIL PROTECTED] [0933 14:33]:
 Good day!
 
Do you have any idea on how I can install through
 freebsd port system when my internet connection is on
 LAN and our LAN uses proxy server? I can set the proxy
 details easily in my web browsers but I don't know how
 to do it in making ports. Some sort of proxy
 environment variable perhaps?

export http_proxy=http://your.proxy:3128

(don't forget the http:// prefix - I think there's a ftp_proxy too?)

-- 
A sine curve goes off to infinity or at least the end of the blackboard.
-- Prof. Steiner
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Using port system in network using proxy server

2004-09-22 Thread Ruslan N. Gogunsci
Hello freebsd-questions,

On Wed, 22 Sep 2004 15:44:17 +0100
Dick Davies [EMAIL PROTECTED] wrote:

 * Mark Jayson Alvarez [EMAIL PROTECTED] [0933 14:33]:
  Good day!
  
 Do you have any idea on how I can install through
  freebsd port system when my internet connection is on
  LAN and our LAN uses proxy server? I can set the proxy
  details easily in my web browsers but I don't know how
  to do it in making ports. Some sort of proxy
  environment variable perhaps?
 
 export http_proxy=http://your.proxy:3128
If you want cvsup ports tree and don't have socks proxy, try www.http-tunnel.com

 
 (don't forget the http:// prefix - I think there's a ftp_proxy too?)
 
 -- 
 A sine curve goes off to infinity or at least the end of the blackboard.
   -- Prof. Steiner
 Rasputin :: Jack of All Trades - Master of Nuns
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]