recursive port configuration

Giorgos Keramidas keramida at ceid.upatras.gr
Mon Nov 14 03:41:34 GMT 2005


On 2005-11-14 02:07, Philip Lykke Carlsen <plcplc at gmail.com> wrote:
> Hi all..
>
> .. Is there any way to recursively configure the dependencies of a given port?

For those ports that support a 'make config' target, you can
always use 'config-recursive':

    # cd /usr/ports/category/foo
    # make config-recursive

There are some ports that don't support 'config' though, so you
may have to create a local customization set of options in the
`/usr/local/etc/pkgtools.conf' file.  Look for the comment that
describes the MAKE_ARGS hash of options.

- Giorgos



More information about the freebsd-questions mailing list