修改/etc/make.conf

修改 /etc/make.conf 主要是讓我們在make file的時候server裡面沒有的檔案

直接從我們設定的ftp內抓取我們所需的檔案,因為預設的make.conf是從國外

下載檔案,這樣會讓我們下載速度慢很多,所以我們把它改成國內的server

加速我們下載並且設定cvsup的更新位置指向過內的server。

修改 /etc/make.conf 加入:

# for make install
MASTER_SITE_BACKUP?= \
ftp://ftp.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp2.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp3.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp4.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp5.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp7.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp8.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp9.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/

MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}
MASTER_SORT_REGEX= \.tw/ \.tw\. \.edu/ \.edu\.
FETCH_CMD=fetch -U -A -P



# for cvsup make update

SUP_UPDATE=yes
SUP= /usr/bin/csup
SUPFLAGS= -g -L 2
SUPHOST= cvsup2.tw.FreeBSD.org
SUPFILE= /usr/share/examples/cvsup/standard-supfile
PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile

WITHOUT_X11=yes
並讓cvsup的更新針對我自己的freebsd 的版本

/usr/share/examples/cvsup/standard-supfile 修改

*default release=cvs tag=RELENG_7_0

留言

  1. clover 你是學寫程式的阿!
    對於一些架設php網站上有問題可以問你嗎?

    回覆刪除
  2. 我不是很強喔! 我只是自己架個server玩玩而已
    不過主要是弄個ftp出來

    回覆刪除

張貼留言