Why This Infinite Loop??
Garrett Cooper
youshi10 at u.washington.edu
Mon Aug 21 17:27:26 UTC 2006
beno wrote:
> Garrett Cooper wrote:
>> cd /usr/ports/sysutils/portmanager && make deinstall && make install
> I'm afraid that just reinstalled 0.2.0_1
>> ... if you haven't cvsup'ed lately, I'd try to grab a snapshot of
>> ports first.
> How?
> TIA,
> beno
Run "rm -Rf on /usr/ports/" to remove your stale ports, then run...
fetch
ftp://ftp1.freebsd.org/pub/FreeBSD/ports/ports-current/ports.tar.gz -c
/root -f ports.tar.gz && tar -xvzpf /root/ports.tar.gz -C /usr/
Which basically takes a fresh copy of the ports available on the FreeBSD
FTP and puts it in place of your existing ports. Now you can update port
manager...
cd /usr/ports/sysutils/portmanager && make deinstall && make install
Please read
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html so
you can learn how to use CVSUP properly; it's an incredibly beneficial
tool for updating not only your ports, but your system itself.
-Garrett
More information about the freebsd-questions
mailing list