From owner-freebsd-questions@FreeBSD.ORG Mon Oct 8 00:01:41 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0648106564A for ; Mon, 8 Oct 2012 00:01:41 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 7DDE88FC08 for ; Mon, 8 Oct 2012 00:01:40 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id D88CC50840 for ; Sun, 7 Oct 2012 17:01:39 -0700 (PDT) To: freebsd-questions@freebsd.org In-Reply-To: <20121008012414.34fd6a65.freebsd@edvax.de> Date: Sun, 07 Oct 2012 17:01:39 -0700 Message-ID: <15743.1349654499@tristatelogic.com> From: "Ronald F. Guilmette" Subject: Re: Building Ports: Is there a "make" equivalent for --batch ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 00:01:41 -0000 In message <20121008012414.34fd6a65.freebsd@edvax.de>, Polytropon wrote: ... >> > # make config-recursive ... >This target (and several other useful ones) are listed >and explained in the manpage: "man 7 ports". :-) Hey! Thanks again. I didn't know about that man page either! P.S. I'm actually doing an upgrade on the OS today (on one of my machines) also. I find that I have to re-read all the instructions for doing that each time, because I do it so infrequently that I forget the steps. The good news is that in the FreeBSD OS upgrade instructions, I found this: ... Note that setting the BATCH environment variable to yes will answer yes to any prompts during this process, removing the need for manual intervention during the build process. (This was said with respect to upgrading ports via portupgrade.) So I guess that answers my original question!