From owner-freebsd-questions@FreeBSD.ORG Sat Feb 3 13:21:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78DCC16A485 for ; Sat, 3 Feb 2007 13:21:11 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 1601113C4B7 for ; Sat, 3 Feb 2007 13:21:10 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so942912uge for ; Sat, 03 Feb 2007 05:21:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uQui1bf+vwjJOs9WLTrWRIfVdYQBDMw/d5Y0bvUfK05wDjBm5zrjhQDdlaFX1LqZFbOgUqSLUbaPavSNRv9J0VMRAQm/WwK41yv9GOhr0sooNChXkUYd04zapzX+jQqpZpZOZSDfwwRUVkOOgQzXeKHgHL4NhT+v2Fmh+IG1tIg= Received: by 10.82.187.16 with SMTP id k16mr53763buf.1170508869412; Sat, 03 Feb 2007 05:21:09 -0800 (PST) Received: by 10.82.151.15 with HTTP; Sat, 3 Feb 2007 05:21:09 -0800 (PST) Message-ID: <80f4f2b20702030521y5705fc9ck435f58ad6d19381f@mail.gmail.com> Date: Sat, 3 Feb 2007 08:21:09 -0500 From: "Jim Stapleton" To: "Jonathan Horne" , freebsd-questions@freebsd.org In-Reply-To: <200702022202.46198.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20702021855g452c44f9vd1c3ba54a2acb809@mail.gmail.com> <200702022202.46198.freebsd@dfwlp.com> Cc: Subject: Re: configuring all dependancies before making in ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2007 13:21:11 -0000 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 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" >