From owner-freebsd-ports@FreeBSD.ORG Sun May 1 12:49:59 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 52BF816A4CE for ; Sun, 1 May 2005 12:49:59 +0000 (GMT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF2D43D1D for ; Sun, 1 May 2005 12:49:51 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j41D1sjp069211; Sun, 1 May 2005 10:01:55 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id j41CnX6o061603; Sun, 1 May 2005 09:49:33 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id j41CnWa1061598; Sun, 1 May 2005 09:49:32 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Sun, 1 May 2005 09:49:32 -0300 From: Fernan Aguero To: Chuck Robey Message-ID: <20050501124932.GA51988@iib.unsam.edu.ar> Mail-Followup-To: Chuck Robey , ports@freebsd.org References: <42744CA1.4060500@chuckr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42744CA1.4060500@chuckr.org> User-Agent: Mutt/1.5.9i cc: ports@freebsd.org Subject: Re: problems with options 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: Sun, 01 May 2005 12:49:59 -0000 +----[ Chuck Robey (01.May.2005 00:31): | | I'm used, when doing compiles, to always follow the form: | | "make (target) |& tee listfile" FWIW, I run 'make/portupgrade/whatever' inside a script(1) or screen(1). | but with options in there, I am often (most often with cascading options | being set, in recursive builds) being set up so that I can't navigate | the options screeens. | | Any idea how I can arrange to capture a complete, recursive log file, | but not interfere with options? Using any of the mentioned methods would not prevent these dialogs from appear. When I want to prevent this, I just set BATCH before running make/portupgrade/whatever. i.e: setenv BATCH 1 make install or portupgrade -m BATCH=1 or yet make BATCH=1 you get the idea, Fernan | +----]