From owner-freebsd-ports@FreeBSD.ORG Mon Jan 31 23:11:28 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8675216A4CE for ; Mon, 31 Jan 2005 23:11:28 +0000 (GMT) Received: from barton.dreadbsd.org (massena-4-82-67-196-50.fbx.proxad.net [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA8B43D31 for ; Mon, 31 Jan 2005 23:11:27 +0000 (GMT) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.1/8.13.1) with ESMTP id j0VNBQ6k052407; Tue, 1 Feb 2005 00:11:26 +0100 (CET) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.1/8.13.1/Submit) id j0VNBQsC052406; Tue, 1 Feb 2005 00:11:26 +0100 (CET) (envelope-from antoine) Date: Tue, 1 Feb 2005 00:11:26 +0100 From: Antoine Brodin To: Tillman Hodgson Message-Id: <20050201001126.65d19594.antoine.brodin@laposte.net> In-Reply-To: <20050131221846.GY9276@seekingfire.com> References: <20050131150624.GO9276@seekingfire.com> <20050131134716.D1062@ync.qbhto.arg> <20050131221846.GY9276@seekingfire.com> X-Mailer: Sylpheed version 1.0.0rc (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: Ports foot-shooting revealed! (learning the hard way ...) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 23:11:28 -0000 On Mon, 31 Jan 2005 16:18:46 -0600 Tillman Hodgson wrote: > On Mon, Jan 31, 2005 at 01:48:11PM -0800, Doug Barton wrote: > > On Mon, 31 Jan 2005, Tillman Hodgson wrote: > > > > ># cd /usr/pots/security/tor > > >bash: cd: usr/pots/security/tor: No such file or directory > > > > echo 'shopt -s cdspell' >> ~/.bashrc > > Already in my ~/.bashrc for my user, but not for root[1]. Along with > bash-completion, portinstall, and a bunch of other things that I've > been emailed about off-list. I'm fairly familiar with my tools of > choice ;-) > > The problem isn't my less-than-glorious typing abilities[2], it's that > running `make install` from /usr/ports does something unexpected and > annoying. Note that I'm not asking for it to be "fixed" because I'm > not convinced that it's broken. It makes sense in hindsight, so > there's an argument that it's the correct thing to do. But it's > unexpected and potentially service interrupting (disks get full, etc). > > So at the risk of turning this into a "learn how to type, you idiot" > discussion I wanted to get something into the archives so that other > folks would have awareness of it and perhaps consider workarounds like > `cd foo/bar && make install`, portinstall, cdspell, or whatever else > works for them. This is not a bug, there's this advice in the freebsd handbook shipped with freebsd 4.8: I really do not want to spend all day staring at the monitor. Any better ideas? OK, do this before you go to bed/work/the local park: # cd /usr/ports # make -DBATCH install This will install every port that does not require user input. Cheers, Antoine