From owner-freebsd-ports@FreeBSD.ORG Mon May 14 15:37:06 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AD4216A400; Mon, 14 May 2007 15:37:06 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (math.missouri.edu [128.206.184.200]) by mx1.freebsd.org (Postfix) with ESMTP id 0720A13C45B; Mon, 14 May 2007 15:37:05 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from [128.206.184.213] (cauchy.math.missouri.edu [128.206.184.213]) by math.missouri.edu (8.13.1/8.13.1) with ESMTP id l4EFb5Cw081220; Mon, 14 May 2007 10:37:05 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Message-ID: <46488221.1080904@math.missouri.edu> Date: Mon, 14 May 2007 10:37:05 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070505 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Alexander Leidinger References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> <4646193E.5040503@gmx.de> <464665D5.1090509@math.missouri.edu> <464676CC.2000203@math.missouri.edu> <46469BF5.9030603@math.missouri.edu> <1179058696.13237.3.camel@ikaros.oook.cz> <20070513101332.L82202@math.missouri.edu> <46479215.1080401@math.missouri.edu> <4647C4FB.9050607@math.missouri.edu> <4647F182.6000402@gmx.de> <46487491.6020806@math.missouri.edu> <20070514173410.7yj77531yc8o444w@webmail.leidinger.net> In-Reply-To: <20070514173410.7yj77531yc8o444w@webmail.leidinger.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88/3243/Mon May 14 05:49:49 2007 on math.missouri.edu X-Virus-Status: Clean Cc: "\[LoN\]Kamikaze" , Pav Lucistnik , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Time to abandon recursive pulling of dependencies? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2007 15:37:06 -0000 Alexander Leidinger wrote: > Quoting Stephen Montgomery-Smith (from > Mon, 14 May 2007 09:39:13 -0500): > >> Someone pointed out that what I was proposing in +DEPENDENCIES is > > Probably me... > Yes >> already to be found in +CONTENTS. So here is a proof of concept patch >> to /usr/ports/Mk/bsd.port.mk (proof of concept because no error >> checking, and things like that). > > As you want to use the origin (it seems), grep for DEPORIGIN instead > of pkgdep, should be even more fast than what you already have. > I don't know how to do this except by using perl, which is not part of the base system. This is because DEPORIGIN is on the next line. And I am not expert at any tools except C and perl. Also I doubt that it will speed things up very much - I think that grepping a bunch of files is quite fast (compared to say invoking make which is very slow).