cd /usr/port
make search name=cvsup
升级时查找cvsup的位置和信息。
cd /usr/ports.net/cvsup-without-gui
make install
安装完以后rehash一下。
过程中出现错误:cd .. && /bin/sh /usr/ports/converters/libiconv/work/libiconv-1.9.1/autoconf/missing --run automake-1.7 --gnits srclib/Makefile
automake-1.7: not found
WARNING: `automake-1.7' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README' file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `automake-1.7' program.
*** Error code 1
Stop in /usr/ports/converters/libiconv/work/libiconv-1.9.1/srclib.
*** Error code 1
cd /usr/port
make search name=cvsup
升级时查找cvsup的位置和信息。
cd /usr/ports/net/cvsup-without-gui
make install
安装完以后rehash一下。
过程中出现错误:cd .. && /bin/sh /usr/ports/converters/libiconv/work/libiconv-1.9.1/autoconf/missing --run automake-1.7 --gnits srclib/Makefile
automake-1.7: not found
WARNING: `automake-1.7' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README' file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `automake-1.7' program.
*** Error code 1
Stop in /usr/ports/converters/libiconv/work/libiconv-1.9.1/srclib.
*** Error code 1
。。。。。。。
改升级automake-1.7
make search name="automake-1.7"
make install
web# cd /usr/ports/
web# make search name="automake-1.7"
Port: automake-1.7.5_1
Path: /usr/ports/devel/automake17
Info: GNU automake generates input files for GNU autoconf
Maint: ade@FreeBSD.org
Index: devel
B-deps: autoconf-2.57 m4-1.4_1 perl-5.6.1_15
R-deps: autoconf-2.57 m4-1.4_1 perl-5.6.1_15
升级
web# cd devel/automake
web# make install
===> Extracting for automake-1.5,1
>> Checksum mismatch for automake-1.5.tar.gz.
===> Refetch for 1 more times files: automake-1.5.tar.gz
>> automake-1.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://www.gtlib.cc.gatech.edu/pub/gnu/automake/.
fetch: http://www.gtlib.cc.gatech.edu/pub/gnu/automake/automake-1.5.tar.gz: Not Found
发现版本比较底,并且无法安装(Check your system clock,时间错误),再找高版本,想用wget下载,发现无wget命令,安装wget,发现版本又比较低
准备升级内核。