From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 08:57:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 172A51065670; Mon, 24 Oct 2011 08:57:26 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost03.isp.att.net (fmailhost03.isp.att.net [204.127.217.103]) by mx1.freebsd.org (Postfix) with ESMTP id 023848FC08; Mon, 24 Oct 2011 08:57:25 +0000 (UTC) Date: Mon, 24 Oct 2011 08:57:25 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-68-210-172-143.sdf.bellsouth.net[68.210.172.143]) by isp.att.net (frfwmhc03) with SMTP id <20111024085721H03002sfs3e>; Mon, 24 Oct 2011 08:57:25 +0000 X-Originating-IP: [68.210.172.143] From: "Thomas Mueller" To: freebsd-questions@FreeBSD.org References: <20111022080608.C0136106566B@hub.freebsd.org> <4EA3109A.4050402@FreeBSD.org> <20111023100740.CAA8D1065670@hub.freebsd.org> <4EA4B792.2000906@FreeBSD.org> Message-Id: <20111024085726.172A51065670@hub.freebsd.org> Cc: Doug Barton Subject: Re: which ports require dialog during update 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, 24 Oct 2011 08:57:26 -0000 from Doug Barton : > > I like to save a build log, would the config-recursive part be > > disrupted or disruptive? > I don't understand that question either. :) portmaster has an option to > log build/install, and it's completely separate from the process of > showing the user the config dialogs. The configuration option to save > those logs is in the portmaster man page. > > NetBSD pkgsrc, which has been ported to other mostly (quasi-)Unix > > OSes as well, has a better way: putting options in /etc/mk.conf : not > > to say NetBSD pkgsrc is better than FreeBSD ports system, just that > > they have a good idea in this aspect. > You might want to look at ports-mgmt/portconf. In many ways the OPTIONS > dialog is superior to having to write out options in config files. OTOH, > a needed improvement to it is that the defaults should take the settings > that are already in the environment into account. > Doug The disruptive part is in make package-recursive | & tee build.log or equally with 'make install clean' Then the config dialog messes up and is practically impossible to navigate. Only hope is to go to another virtual terminal and make config on the port that called up the config dialog. So would portmaster give me a similar log file without conio and stdio going to war with each other? Tom