bsdzone BSDZone - FreeBSD help, how-to guides, and articles.

  [ Home ]   [ Current News ]   [ Howto Archive ]   [ Books ]   [ Search ]   [ Links ]   [ Contact ]  [ About ]  


Portupgrade Problem
General Admin - 14 Mar 07

Portupgrade Problem

I noticed that after the portupgrade port was moved from sysutils/portupgrade to ports-mgmt/portupgrade that portupgrade complains with:

cd: can’t cd to /usr/ports/sysutils/portupgrade

I’m not sure if I fixed this the right way, but what I did was

# pkg_delete portupgrade-X.X.X_X
# cd /usr/ports/ports-mgmt/portupgrade
# make install clean
# portsdb -uU
# portversion -l “<”

Everything seemed to work after that.


Leave a Reply