From owner-freebsd-ports@FreeBSD.ORG Sun May 13 02:24:14 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 75E9A16A403 for ; Sun, 13 May 2007 02:24:14 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.freebsd.org (Postfix) with ESMTP id 3F65013C44C for ; Sun, 13 May 2007 02:24:14 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20070513022412m9100rple6e>; Sun, 13 May 2007 02:24:13 +0000 Message-ID: <464676CC.2000203@math.missouri.edu> Date: Sat, 12 May 2007 21:24:12 -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: "[LoN]Kamikaze" 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> In-Reply-To: <464665D5.1090509@math.missouri.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Sun, 13 May 2007 02:24:14 -0000 Stephen Montgomery-Smith wrote: > OK chaps, this is what I came up with. So for example, if I do "make > install" on /usr/ports/x11/xorg (having made all the dependencies), on > my computer it turns the pkg_create from taking about 4 minutes to the > blink of an eye. Now people need to figure out how to speed up the > "make package-depends" in bsd.ports.mk, but that is beyond my abilities. > > I really hope this works. The prospect of modifying a piece of code > that is used by practically the whole FreeBSD community kind of scares > me, so I would appreciate some good testing. > > Apply the patch http://www.math.missouri.edu/~stephen/deps/ddd to > /usr/src/usr.sbin/pkg_install/lib. I have also put the patch as an > attachment, but I don't know if the mail filters will take it out. > > Stephen I spoke too soon. It is kind of buggy. Sorry to have jumped the gun a bit.