From owner-freebsd-questions Wed Jun 26 12:55:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 5129A37B749 for ; Wed, 26 Jun 2002 12:16:13 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g5QJEd729897; Wed, 26 Jun 2002 16:14:39 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 26 Jun 2002 16:14:39 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: David Kramer Cc: Subject: Re: FreeBSD, Linux or Solaris In-Reply-To: Message-ID: <20020626120715.E28226-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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