From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 18:27:57 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04DA716A4CE for ; Sat, 29 Jan 2005 18:27:57 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 877AB43D39 for ; Sat, 29 Jan 2005 18:27:56 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so625589rne for ; Sat, 29 Jan 2005 10:27:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=SbiVYvppo0yyaGRDy+/o+yihZbKmwZ+dh+fzu/Qww1+ylp4Ny8Vo1NUrptzZMAcLuj6pwFaG9+SDM0AihWRqq6xb9DAqOH76ORN9sNFapRPfMorIeklJYVmhaEmdQ4lxh/RrOp6hc26aLk5ypiHMK6Cztee7Zi86ukvo/yjUAIg= Received: by 10.38.165.18 with SMTP id n18mr112822rne; Sat, 29 Jan 2005 10:27:55 -0800 (PST) Received: by 10.38.74.6 with HTTP; Sat, 29 Jan 2005 10:27:55 -0800 (PST) Message-ID: Date: Sat, 29 Jan 2005 19:27:55 +0100 From: Gert Cuykens To: Phil Schulz , freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41FBCF95.3020706@gmx.de> Subject: Re: message for port developers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 18:27:57 -0000 On Sat, 29 Jan 2005 19:22:18 +0100, Gert Cuykens wrote: > On Sat, 29 Jan 2005 19:17:46 +0100, Gert Cuykens wrote: > > On Sat, 29 Jan 2005 19:01:57 +0100, Phil Schulz wrote: > > > I'm not a port developer but I think you are looking for either `make > > > configure` or the BATCH variable. > > > > > > If you know which ports you want to install on your system, you can do > > > a `make configure' for each port (where it is availeable) and then have > > > a skript fire up the `make install's. I'm not sure though if that works > > > recursively, i.e. you run `make configure' for e.g. the Gnome meta port > > > and you configure all the dependencies with that one command. Why don't > > > you try it? ;-) > > > If you think the default options are ok for you, you can add a line > > > like "BATCH=yes" in /etc/make.conf and the ports will be built w/o any > > > user interaction. Very useful for large builds. > > > > > > HTH, > > > > > > Phil. > > > > > > > BATCH=yes i can not do because some configuration leave some very nice toys out. > > > > Now lets see you can call all dependencies with this if your index is working :) > > > > make pretty-print-build-depends-list > > so with some grep magic you could tell to do make config in all does > > dependencies. Now the trickie part how do you find out the new > > dependencies after does configure screens ? > > > > a maybe updating the index and do the same thing all over again until > there are no new dependencies ? > can you update the index after a configure that adds a extra dependencie to the port ?