Re: Deinstalling KDE.

2007-10-31 Thread Doug Barton
TooMany Secrets wrote:
 Hi!
 
 First, excuse me if thi isn't the right place to make this question.
 
 I need to deinstall all kde, but without touch k3b and QT. I'm
 thinking to use pkd_delete -f, but all libraries will remain in
 system. If I use a pkg_delete -rf, QT library could be deleted.
 
 Any idea to make this?

portmaster has an expunge option to handle this. You can use the
following procedure to eliminate all the leaf ports for kde, and all
of their dependencies (that you don't want to keep) in an orderly fashion:

cd /usr/ports/ports-mgmt/portmaster

make clean ; make install clean

portmaster -l
Now take a look at all of the ports in the last category (leaves) and
pick one to deinstall. Then do:

portmaster -e name of port
If you're sure that you want to eliminate all the distfiles for the
ports you're deleting, add the -d option. If you're sure you don't
want to delete them, use the -D option, and if you want to do it on a
case by case basis, don't use either. :)

After the first leaf port is deleted portmaster will recurse looking
for its dependencies that are no longer required. When that cycle
ends, do 'portmaster -l' again and pick the next leaf port that you
want to delete. Keep going till you've deleted everything you wanted
to get rid of.

hope this helps,

Doug

-- 

This .signature sanitized for your protection
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Deinstalling KDE.

2007-10-31 Thread TooMany Secrets
2007/10/31, Doug Barton [EMAIL PROTECTED]:
  Any idea to make this?

 portmaster has an expunge option to handle this. You can use the
 following procedure to eliminate all the leaf ports for kde, and all
 of their dependencies (that you don't want to keep) in an orderly fashion:

 cd /usr/ports/ports-mgmt/portmaster

 make clean ; make install clean

Lowell, Doug and RW... Thank you very much for your great help. Muchas gracias.
I know a bit portmaster, but I don't remember the name of the port
pkg_cutleaves, that is something like the orphaned apt.

Muchas gracias de nuevo (thank you very much again).

-- 
Have a nice day  ;-)
TooManySecrets


Dijo Confucio:
Exígete mucho a ti mismo y espera poco de los demás. Así te ahorrarás
disgustos.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Deinstalling KDE.

2007-10-30 Thread TooMany Secrets
Hi!

First, excuse me if thi isn't the right place to make this question.

I need to deinstall all kde, but without touch k3b and QT. I'm
thinking to use pkd_delete -f, but all libraries will remain in
system. If I use a pkg_delete -rf, QT library could be deleted.

Any idea to make this?

Thank you very much.

-- 
Have a nice day  ;-)
TooManySecrets


Dijo Confucio:
Exígete mucho a ti mismo y espera poco de los demás. Así te ahorrarás
disgustos.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Deinstalling KDE.

2007-10-30 Thread Lowell Gilbert
TooMany Secrets [EMAIL PROTECTED] writes:

 First, excuse me if thi isn't the right place to make this question.

 I need to deinstall all kde, but without touch k3b and QT. I'm
 thinking to use pkd_delete -f, but all libraries will remain in
 system. If I use a pkg_delete -rf, QT library could be deleted.

 Any idea to make this?

The pkg_cutleaves port will help with this.  

I think the portmanager port also has some capabilities in this area.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Deinstalling KDE.

2007-10-30 Thread RW
On Tue, 30 Oct 2007 09:22:13 +0100
TooMany Secrets [EMAIL PROTECTED] wrote:

 Hi!
 
 First, excuse me if thi isn't the right place to make this question.
 
 I need to deinstall all kde, but without touch k3b and QT. I'm
 thinking to use pkd_delete -f, but all libraries will remain in
 system. If I use a pkg_delete -rf, QT library could be deleted.


ports-mgmt/pkg_cutleaves
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]