From owner-freebsd-questions@FreeBSD.ORG Mon Nov 14 08:47:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3AEEF16A41F for ; Mon, 14 Nov 2005 08:47:33 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA67643D8B for ; Mon, 14 Nov 2005 08:47:00 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: by xproxy.gmail.com with SMTP id t10so1592055wxc for ; Mon, 14 Nov 2005 00:47:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=ijolmrmpBnG9y1gHdaOD+yrZWiyxrIHemlOxZHdQLNz/qNvJ/AZB1rEbYoWlYmesAeeW2iQ7/50aork3Qk19tk0UbSOvoGIXZiveDWhLkG8mNEc0oCUDvYAvb9GDV1WI42rGFw78T3awfe9TOXss+M9swgcjmm4TqL1gNbOnJTM= Received: by 10.65.210.12 with SMTP id m12mr2488295qbq; Mon, 14 Nov 2005 00:46:59 -0800 (PST) Received: from ?10.0.1.254? ( [80.164.23.11]) by mx.gmail.com with ESMTP id e19sm2107822qba.2005.11.14.00.46.57; Mon, 14 Nov 2005 00:46:58 -0800 (PST) From: Philip Lykke Carlsen To: freebsd-questions@freebsd.org Date: Mon, 14 Nov 2005 09:46:50 +0100 User-Agent: KMail/1.8.2 References: <200511140207.49442.plcplc@gmail.com> <20051114034057.GA6650@flame.pc> In-Reply-To: <20051114034057.GA6650@flame.pc> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511140946.50847.plcplc@gmail.com> Subject: Re: recursive port configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: plcplc@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 08:47:33 -0000 Monday 14 November 2005 04:40 skrev Giorgos Keramidas: > On 2005-11-14 02:07, Philip Lykke Carlsen wrote: > > Hi all.. > > > > .. Is there any way to recursively configure the dependencies of a given > > port? > > For those ports that support a 'make config' target, you can > always use 'config-recursive': > > # cd /usr/ports/category/foo > # make config-recursive > > There are some ports that don't support 'config' though, so you > may have to create a local customization set of options in the > `/usr/local/etc/pkgtools.conf' file. Look for the comment that > describes the MAKE_ARGS hash of options. > > - Giorgos aah.. thanks :-) .. is there any way to get information on the make targets of the portssystem?.. I seem to find out only at random.. and I'm not all that good at reading make-files :-/