Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Sep 2006 13:22:52 -0500
From:      B Briggs <rcbdyndns@bellsouth.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: portmaster: make config-conditonal ?
Message-ID:  <44FC6EFC.2020208@bellsouth.net>
In-Reply-To: <edhpr3$10se$1@FreeBSD.csie.nctu.edu.tw>
References:  <edhpr3$10se$1@FreeBSD.csie.nctu.edu.tw>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44FC6EFC.2020208>