Date: Wed, 26 Jun 2002 16:14:39 -0300 (ART) From: Fernando Gleiser <fgleiser@cactus.fi.uba.ar> To: David Kramer <david@thekramers.net> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: FreeBSD, Linux or Solaris Message-ID: <20020626120715.E28226-100000@localhost> In-Reply-To: <Pine.LNX.4.44.0206261024370.4765-100000@kramer.thekramers.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 26 Jun 2002, David Kramer wrote: > > I thought ports and packages were two different things. But if packages > can me managed as explained above, and ports can be managed as explained > below, then my concerns are covered. Nope. A package is a pre-compiled port so you don't need to compile it in every machine you want install it. you compile it in one host, then 'make package' and you move the package to the other hosts and pkg_add it there. You can even install the app via ports and then pkg_delete it later, or pkg_add it and 'make deinstall' it. > > > delete an installed port by going to /usr/ports/*category*/*app*/, > > then make deinstall. > > THANK YOU!!!! This was another thread on the BLU mailing list recently. > I said that if Makefiles had a "make uninstall" to undo "make install", I > would be much more likely to use them than RPM's, as I am opposed to > management tools that track their information in databases that > require a special application to view and change, instead of text files, > which can be managed any way one wants. > > Do most ports have a "make deinstall" option? No. all of them have it =0). Take a look at /usr/ports/Mk/bsd.port.mk Fer > > ------------------------------------------------------------------- > DDDD David Kramer http://thekramers.net > DK KD > DKK D "No matter how much cats fight, > DK KD there always seem to be plenty of kittens." > DDDD - Abraham Lincoln (1809-1865) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020626120715.E28226-100000>