From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 15 17:33:04 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E56E16A408 for ; Thu, 15 Feb 2007 17:33:04 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 09BD713C494 for ; Thu, 15 Feb 2007 17:33:03 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so222479ugh for ; Thu, 15 Feb 2007 09:33:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XYdkyDWI1OqfTFk4GehnVNKzevjinzxowvdD9KfbUASY5h3UnM9VeUYSKt2iSA5G3XsNVs0PEZ3y5pD/uCTbTlMVqJRmWw+k0PRvjkGguX8tOavvI/zgiyeKqeEsxyFBdFTT9sdWsSZ4tB6F7iJf0lu9Rdxf7JUoomRtsfZZa9o= Received: by 10.78.192.20 with SMTP id p20mr456649huf.1171557239589; Thu, 15 Feb 2007 08:33:59 -0800 (PST) Received: by 10.78.29.12 with HTTP; Thu, 15 Feb 2007 08:33:59 -0800 (PST) Message-ID: Date: Thu, 15 Feb 2007 17:33:59 +0100 From: "Niclas Zeising" To: cokane@cokane.org In-Reply-To: <346a80220702150826k784f6538i8a76655c745b2b5a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <17875.18893.789217.224987@canoe.dclg.ca> <200702141255.53501.lists@jnielsen.net> <346a80220702141036j29485688gf052be8f4432eed5@mail.gmail.com> <33BBE265-A5B1-4F82-BF41-84825A7089FC@xview.net> <20070215091900.x3y2c655kwcog48k@webmail.leidinger.net> <346a80220702150826k784f6538i8a76655c745b2b5a@mail.gmail.com> Cc: Alexander Leidinger , David Gilbert , freebsd-hackers@freebsd.org, Olivier Warin Subject: Re: portupgrade O(n^m)? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 17:33:04 -0000 On 2/15/07, Coleman Kane wrote: > On 2/15/07, Alexander Leidinger wrote: > > > > Quoting Olivier Warin (from Wed, 14 Feb 2007 > > 19:54:09 +0100): > > > > > This issue is not only related to portupgrade, pkg_add a new port takes > > > far too long now... and make index each time I upgrade my ports is > > > awfull too. > > > > Regarding "make index": try "make fetchindex" right after the cvsup. > > IT may not be up to the point with the cvsupped stuff, but not far off. > > > > Bye, > > Alexander. > > > > I don't think we who use the modular X.org tree can do this since a number > of the ports won't be properly registered in the file (or am I off-base > here?). > -- > Coleman We who use the modular xorg tree cant do make fetchindex, we have to do make index... I've never had any problem with portupgrade taking forever to run if i've done a make index and a portsdb -u before running. But then again, I only have somewhere around 350 ports at the moment. //Niclas