Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2007 20:53:28 +1000
From:      "David N" <davidn04@gmail.com>
To:        "TooMany Secrets" <toomany@toomany.net>
Cc:        ports@freebsd.org
Subject:   Re: How to make a make install without questions?
Message-ID:  <4d7dd86f0706170353if9ddd5u5ee78793590dcbea@mail.gmail.com>
In-Reply-To: <e8b5dfd50706170310g5aea6004ja5984ed6533a9202@mail.gmail.com>
References:  <e8b5dfd50706170310g5aea6004ja5984ed6533a9202@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 17/06/07, TooMany Secrets <toomany@toomany.net> wrote:
> Hi!
>
> Excuse me if this is a estupid question, but in six years with
> FreeBSD, today I haven't still an answer to this:
> - If I make a "make install clean", in a port like "x11/kde3", are
> there any way to make the lack of questions? Or maybe better, are
> there any way to make anything like "make -y (or -Y for YES options)
> install clean"?
>
> The trouble is ports like KDE, with platform independency (more or
> less cpu power), take more time because you need to stay (more or
> less) in front of computer to choose and accept the port options.
> I understand that you don't need this with other ports (like apache,
> php, etc), for obvious reasons. But I think that with ports like
> gnome2 or kde3, maybe I believe that it would be a great saving of
> time.
>
> Sorry if the question is understandable for my bad english.
>
> --
> Have a nice day  ;-)
> TooManySecrets
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> Dijo Confucio:
> "Ex=EDgete mucho a ti mismo y espera poco de los dem=E1s. As=ED te ahorra=
r=E1s
> disgustos."
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
>
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>


Hi,

What i do is
make config-recursive
make install clean

The make config-recursive will go through all the depending ports and
set the options, this is the only time you set the options and when
you'll have to be at the keyboard. Then when you do a make install
clean, it wont ask for the options anymore since you've already set
them.

I hope it helps

Cheers
David N



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