From owner-freebsd-questions@FreeBSD.ORG Mon Nov 14 09:36:15 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 38B1516A41F for ; Mon, 14 Nov 2005 09:36:15 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id C55C843D46 for ; Mon, 14 Nov 2005 09:36:14 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 4377A15C00022E12 for freebsd-questions@freebsd.org; Mon, 14 Nov 2005 10:36:13 +0100 Received: (qmail 31574 invoked by uid 1001); 14 Nov 2005 10:36:12 +0100 Date: Mon, 14 Nov 2005 10:36:12 +0100 From: Erik Trulsson To: Philip Lykke Carlsen Message-ID: <20051114093611.GA31543@falcon.midgard.homeip.net> Mail-Followup-To: Philip Lykke Carlsen , freebsd-questions@freebsd.org References: <200511140207.49442.plcplc@gmail.com> <20051114034057.GA6650@flame.pc> <200511140946.50847.plcplc@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511140946.50847.plcplc@gmail.com> User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: recursive port configuration 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: Mon, 14 Nov 2005 09:36:15 -0000 On Mon, Nov 14, 2005 at 09:46:50AM +0100, Philip Lykke Carlsen wrote: > 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 :-/ The ports(7) manpage is a good place to start. -- Erik Trulsson ertr1013@student.uu.se