View Single Post
  #5   (View Single Post)  
Old 10th April 2009
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by AncientDragonfly View Post
This is where I think I screwed up! I entered make deinstall devel/linux-glib2 from /usr/ports/ thinking that since I was giving it the directory, that it would only deinstall linux-glib2. I think it actually deinstalled a whole bunch of stuff.
You probably ended up deinstalling most of your ports with that command. You can see which ports are still installed with the following command: $ pkg_info
It would help if you posted the output of that here.

For the future, if you want to deinstall a package, either use the pkg_delete command or change to the specific port directory and run make deinstall (e.g.: $ cd /usr/ports/devel/linux-glib2 && make deinstall).
Reply With Quote