From owner-freebsd-questions Wed Mar 6 1:59: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id C214537B400 for ; Wed, 6 Mar 2002 01:58:58 -0800 (PST) Received: (qmail 70714 invoked by uid 100); 6 Mar 2002 09:58:51 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15493.59483.178191.630240@guru.mired.org> Date: Wed, 6 Mar 2002 03:58:51 -0600 To: Justin L Boss Cc: questions@freebsd.org Subject: Re: Port Colection In-Reply-To: <35560380@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.48 (Python 2.2 on freebsd4) 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 Justin L Boss types: > Why do most people use the port collection instead of the package > collection? I only use the PC if I cant find a pkg. The pkg takes > considerable less time and space, So why use the port unless you have to. Since nobody else mentioned it, I'm going to add one of mine. The others are part of it as well, but this one is the one that pushed me over the edge. As the sysadmin, /usr/local is *mine*. It's been that way since at least v6. The OS distribution has no business installing software packages there. So I set LOCALBASE to something else, and compile the port. And when they don't compile because of that, I - usually - fix them and send patches to the maintainer. By not mixing things that I can download from FreeBSD with things that I've written myself, or downloaded and installed other than as a port, I keep my file hierarchy cleaner. Since the ports mechanism is supposed to provide a way to do this, it's much easier to relocate ports than to relocate the place I put such locally maintained packages. I note that at least one of the other BSD's took that route, as well as the openpackage project. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message