From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 14:23:20 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E67F3DF9 for ; Sun, 3 Feb 2013 14:23:20 +0000 (UTC) (envelope-from t.mueller1@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id B15BD987 for ; Sun, 3 Feb 2013 14:23:19 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=W5W6pGqk c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=DvSzqBOGy98A:10 a=pedpZTtsAAAA:8 a=XTEQzON8O_4A:10 a=gQ2wJAMMTgt0jkpbUXYA:9 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com header.from=mueller6724@bellsouth.net; sender-id=neutral Authentication-Results: smtp01.insight.synacor.com smtp.mail=t.mueller1@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:57744] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id C1/B9-08887-1D27E015; Sun, 03 Feb 2013 09:23:13 -0500 Date: Sun, 03 Feb 2013 09:23:13 -0500 Message-ID: From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: security/gnupg Cc: Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 14:23:21 -0000 > /etc/make.conf, use OPTIONS_SET=list of options. You can also use UNSET in > the same way for the converse. Setting BATCH=yes stops the dialogs > appearing. > Chris I want to know what ports have settable options, and might miss some. I guess I could make showconfig-recursive |& tee showconfig.log , NetBSD pkgsrc has something that serves the same function. It's also possible to set an options for one or more but not all ports. I suppose, in the case of portmaster, I could run the command without a log file, answer n when prompted whether to do the build, then immediately run the same portmaster command again, but this time with a log file. I wish dialog could run on a separate screen and/or without the color. With NetBSD pkgsrc, I don't feel at all deprived for not having the dialog. Tom