Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2005 20:58:39 -0300
From:      Alejandro Pulver <alejandro@varnet.biz>
To:        Adam Weinberger <adamw@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: make install + OPTIONS + RUN_DEPENDS
Message-ID:  <20050428205839.3cb79e2b@ale.varnet.bsd>
In-Reply-To: <4271718C.4070302@FreeBSD.org>
References:  <20050428202154.7ba2429d@ale.varnet.bsd> <4271718C.4070302@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 28 Apr 2005 19:28:12 -0400
Adam Weinberger <adamw@FreeBSD.org> wrote:

> Alejandro Pulver wrote:
> > Hello,
> > 
> > I have a meta-port that depends on ports that have options.
> > 
> > If I do a "make", then the meta-port prompts me to choose the ports
> > I want to install. Then it does nothing (just touches the files in
> > "work/").
> > 
> > After that I type "make install" and it installs all the ports it
> > RUN_DEPENDS on (each of them prompts for their own options).
> > 
> > But if I do a "make install" the first time then the dependencies do
> > not prompt for options.
> > 
> > Is this supposed to work like this? How can I make dependencies
> > prompt for their options when the user types "make install" (without
> > a previous "make")?
> > 
> > Thanks and Best Regards,
> > Ale
> 
> It only prompts for configuration options the first time. You can see 
> this for yourself by first running "make rmconfig" for each of the 
> dependency ports.
> 
> # Adam
> 

Hello,

Thank you for your reply.

I tried that, but it did not worked.

Thanks and Best Regads,
Ale



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