Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2007 08:21:09 -0500
From:      "Jim Stapleton" <stapleton.41@gmail.com>
To:        "Jonathan Horne" <freebsd@dfwlp.com>, freebsd-questions@freebsd.org
Subject:   Re: configuring all dependancies before making in ports
Message-ID:  <80f4f2b20702030521y5705fc9ck435f58ad6d19381f@mail.gmail.com>
In-Reply-To: <200702022202.46198.freebsd@dfwlp.com>
References:  <80f4f2b20702021855g452c44f9vd1c3ba54a2acb809@mail.gmail.com> <200702022202.46198.freebsd@dfwlp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, that's a big help... Especially since I might have to rebuild
my new system again soon, due to the lack of 64 bit support for my
video card (PCIeGeForce 7300 - the X drivers can't seem to find the
video device)

On 2/2/07, Jonathan Horne <freebsd@dfwlp.com> wrote:
> try:
>
> make config-recursive
>
> or, if i want to just take all the default options (like, for kde which is a
> ridiculously long build):
>
> make BATCH=yes install clean
>
> cheers,
> jonathan
>
> On Friday 02 February 2007 20:55, you wrote:
> > Quick question, I'm trying to build a couple of packages that take a
> > long time to build, even longer because they just stop when it's time
> > to configure something. That's a problem if it's configure time, say
> > when I need to sleep, or am at work.
> >
> > Is there a way to have the make run through all the dependancies that
> > need build, running their configuration menus /before/ doing any of
> > the builds?
> >
> > i.e.
> > $ cd /usr/ports/x11/kde3
> > $ make -dependancies=configure install clean
> >
> >
> > Thanks,
> > -Jim Stapleton
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "freebsd-questions-unsubscribe@freebsd.org"
>



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