使用CVSup手册:
http://cnsnap.cn.freebsd.org/doc/zh_CN.GB2312/books/handbook/cvsup.html#HANDBOOK-MIRRORS-CHAPTER-SGML-MIRRORS-CN-CVSUP
CVSup站点:
中央服务器
[text]
cvsup.FreeBSD.org
[/text]
中国大陆
[text]
cvsup.cn.FreeBSD.org
cvsup2.cn.FreeBSD.org
cvsup3.cn.FreeBSD.org
cvsup4.cn.FreeBSD.org
cvsup5.cn.FreeBSD.org
[/text]
use csvsup update ports
回复删除[bash]
cp /usr/share/examples/cvsup/ports-supfile ~/ports-supfile
[/bash]
open ~/ports-supfile
change "CHANGE_THIS.FreeBSD.org" to provided hostname
save it
[bash]
csup -g -L 2 ports-supfile
[/bash]
other method to update ports :
回复删除[bash]
portsnap fetch
portsnap extract
portsnap fetch update
[/bash]