From owner-freebsd-hackers Mon Sep 8 10:24:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA13656 for hackers-outgoing; Mon, 8 Sep 1997 10:24:59 -0700 (PDT) Received: from roguetrader.com (brandon@cold.org [206.81.134.103]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA13649 for ; Mon, 8 Sep 1997 10:24:54 -0700 (PDT) Received: from localhost (brandon@localhost) by roguetrader.com (8.8.5/8.8.5) with SMTP id LAA19895; Mon, 8 Sep 1997 11:25:34 -0600 (MDT) Date: Mon, 8 Sep 1997 11:25:33 -0600 (MDT) From: Brandon Gillespie To: "S. Sigala" cc: freebsd-hackers@FreeBSD.ORG Subject: Re: My FreeBSD Wish List... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * Move the ports packages prefix directory from /usr/local > to /usr/opt or something like. /usr/local should be reserved for > user compiled packages, and should be created empty by default, as other > operating systems already do. /usr/opt is not a likely 'good' candidate.. I dont see a problem with /usr/local, as for what it ''should'' be--that is likely a personal point of preference, but I look at /usr/local/ as anything _local_ to the system, outside of the standard OS install, thus packages/ports going there is perfectly viable.. > The X11 ports should not be installed in /usr/X11R6 but in the > ports directory /usr/opt, the X Window directories tree should be > never touched by the ports, i.e. should be like /usr/bin or /usr/lib ... I agree that X11 ports should not go into /usr/X11R6.. > * Replace the current package format with the RedHat RPM one, while Your arguments sound ok, but you need to give more details as to the problems and how RPM handles them better, I think you would be more likely to find improvements to the existing pkg system over simply jumping to another system entirely. I do have one direct question, what does RPM do if it doesn't tarball packages? -Brandon