博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

Outcrop's Blog

Just something for interests...
  outcrop.cublog.cn

关于作者
姓名:LiuYang
职业:Postraduate Student
年龄:27
位置:GZ
个性介绍::-)
|| << >> ||
我的分类


FreeBSD-Ports-use other tools to download src
[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

 原文地址 http://www.freebsdchina.org/forum/viewtopic.php?t=25246
发表于: 2006-08-06,修改于: 2006-12-12 15:26,已浏览598次,有评论0条 推荐 投诉


网友评论
 发表评论