From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 16:10:42 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF6E16CB8F; Wed, 7 Jun 2006 13:53:27 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-satin.atl.sa.earthlink.net (pop-satin.atl.sa.earthlink.net [207.69.195.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DCD43D48; Wed, 7 Jun 2006 13:53:26 +0000 (GMT) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.sprint-hsd.net ([71.54.28.212] helo=kt.weeeble.com) by pop-satin.atl.sa.earthlink.net with smtp (Exim 3.36 #10) id 1FnyTN-0006KG-00; Wed, 07 Jun 2006 09:53:26 -0400 Date: Wed, 7 Jun 2006 09:54:33 -0400 From: Randy Pratt To: Sergey Matveychuk Message-Id: <20060607095433.a3c76a68.bsd-unix@earthlink.net> In-Reply-To: <4485DBF5.3070705@FreeBSD.org> References: <4485DBF5.3070705@FreeBSD.org> X-Mailer: Sylpheed version 2.2.5 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page 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: Wed, 07 Jun 2006 16:10:43 -0000 On Tue, 06 Jun 2006 23:48:05 +0400 Sergey Matveychuk wrote: > Portupgrade ideas page was created on our wiki server: > http://wiki.freebsd.org/portupgrade > > I would like to hear your ideas, wishes and comments. The INDEX fetched by "make fetchindex" almost never exactly matches the ports tree that was cvsupped. Usually it works fine but I have seen on more than one occasion where portversion reports ports having a version higher than the one in the INDEX. Consequently, I went back to building my own INDEX locally. It would be nice if there were a way to synchronize your ports tree to the snapshot used to create the INDEX used by "make fetchindex". If I could figure out the date/time for that snapshot, then I could cvsup using a "default date=YYYY.MM.DD.HH.MM.SS" in my supfile. All things considered, I find the tools used to build ports work quite nicely. I've been updating ports several times a week for about 6 or 7 years now with very few problems related to the tools themselves. Thanks, Randy --