From owner-freebsd-ports@FreeBSD.ORG Mon Sep 4 18:22:57 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 98C5A16A4DA for ; Mon, 4 Sep 2006 18:22:57 +0000 (UTC) (envelope-from rcbdyndns@bellsouth.net) Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D1B43D67 for ; Mon, 4 Sep 2006 18:22:56 +0000 (GMT) (envelope-from rcbdyndns@bellsouth.net) Received: from ibm60aec.bellsouth.net ([74.226.125.153]) by imf19aec.mail.bellsouth.net with ESMTP id <20060904182254.KZZH1826.imf19aec.mail.bellsouth.net@ibm60aec.bellsouth.net> for ; Mon, 4 Sep 2006 14:22:54 -0400 Received: from [192.168.0.102] (really [74.226.125.153]) by ibm60aec.bellsouth.net with ESMTP id <20060904182255.XYQV17223.ibm60aec.bellsouth.net@[192.168.0.102]> for ; Mon, 4 Sep 2006 14:22:55 -0400 Message-ID: <44FC6EFC.2020208@bellsouth.net> Date: Mon, 04 Sep 2006 13:22:52 -0500 From: B Briggs User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portmaster: make config-conditonal ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 18:22:57 -0000 Rene Ladan wrote: > Hi, > > what about the idea of using 'make config-conditional' instead of 'make > config' in portmaster to configure ports? This way > /var/db/ports/*/options is respected. > > The downside is that you have to run 'make rmconfig' in order to > reconfigure the port options. > > Regards, > Rene I second that emotion! or possibly use config-conditional in -u unattended mode, and config otherwise. Anyway, I'm going to mod my script right now and try it. test -z "$NO_RECURSIVE_CONFIG" && make $MAKE_ARGS config-conditional -- B Briggs