Date: Sat, 22 Jan 2005 13:45:08 -0700 From: Danny MacMillan <flowers@users.sourceforge.net> To: aklist_061666 <aklist_061666@enigmedia.com> Cc: freebsd-newbies@freebsd.org Subject: Re: keeping 5.1 install up to date? Message-ID: <20050122204508.GA1163@procyon.nekulturny.org> In-Reply-To: <026901c5009c$715f3410$0b01a8c0@enigmedia.net> References: <20050121131608.4a98e572@agnes.myhome.net> <026901c5009c$715f3410$0b01a8c0@enigmedia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 22, 2005 at 11:07:15AM -0500, aklist_061666 wrote: > > OK...trying not to be too newbie...but I proceed very slowly when it comes > to this stuff. Just to confirm I'm reading everything correctly... > > I'm running 5.1 and CVSup is NOT already installed, so I have to: > > A) download and install Modula-3 compiler > B) install zlib > C) install CVSup > > or is that information outdated? Also, in the CVSup sources directory, > there are several numbered sources...which one do i compile? Ordinarily, CVSUp is one of the few packaged binaries I install on my system, since there's a chicken and egg problem. I usually build from source after updating the source, but I don't start that way. Even if you were to build CVSUp from source, I wouldn't recommend the above procedure, unless you plan to use the ports/packages system but didn't mention that in your post. Assuming you have an internet connection, the simplest way to install CVSUp is (line 2 may wrap): 1. su 2. pkg_add ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-5.3-release/net/cvsup-without-gui-16.1h.tbz I know you say you're running 5.1. The 5.1 packages are no longer maintained, at least on the master site. The above works for me, though I'm using 5.2.1-RELEASE on this machine, and I think it will work for you, too. You don't need to install Modula-3 to install or run CVSUp, only to build it. If you have the ports tree installed and you want to build from source, you can alternatively do this, but it will take much longer: 1. su 2. cd /usr/ports/net/cvsup-without-gui 3. make install clean It will automatically build dependencies (ezm3 etc.) If you want to build from source but don't want to use the ports tree, you are not a newbie :) -- Danny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050122204508.GA1163>