FreeBSD-Ports-use other tools to download src

2009-05-13 04:12:12来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


                [1]wget
(a)Wget. Download its src from http://ftp.gnu.org/pub/gnu/wget/ and install it.
(b)edit make.conf. Sample:
FETCH_CMD=wget -c -t 1
DISABLE_SIZE=yes
(c)If need proxy.
edit ~/.wgetrc like below:
http_proxy=proxy:ports
ftp_proxy=proxy:ports
OR,(did not test) add belows to make.conf
FETCH_ENV=http_proxy=http://proxy:ports
FETCH_ENV=ftp_proxy=http://proxy:ports
[2]Prozilla
(a)Install it
(b)Edit make.conf:
FETCH_CMD=proz -s -k 6
DISABLE_SIZE=yes
FETCH_ENV=http_proxy=http://proxy:ports
FETCH_ENV=ftp_proxy=http://proxy:ports
From:
http://www.freebsdchina.org/forum/viewtopic.php?t=25246
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/3253/showart_151576.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:FreeBSD-带宽占用-查看

下一篇:FreeBSD-代理-Proxychains for ports, prozilla, etc