Hello,
I'm trying to update ports for installing databes mysql41.
I tried with anonymouse cvs but even ater fix CVSROOT variable as follow:
setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs
It refuse to login in after I had tape cvs login and given anoncvs as password.and it give me this issue:
cvs [login aborted]: connect to anoncvs.FreeBSD.org(128.46.156.46):2401 failed: Connection refused
So I tried with cvsup.
This is my ports-supfile content:
*default host=cvsup16.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
but when I launch cvsup with thoose kind of command line:
cvsup -g -L 2 ports-supfile
or
cvsup -g -L 2 -h cvsup14.FreeBSD.org ports-supfile
then it give me this kind of response
Cannot connect to cvsup14.FreeBSD.org: Connection refused
Will retry at 16:19:40
Well I'm sure that I miss something when I configure cvs or cvsup but I can't see what it is at now.
thank you in advance