From owner-cvs-all@FreeBSD.ORG Wed Jun 6 21:41:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF9B616A46C; Wed, 6 Jun 2007 21:41:18 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id AA87013C46E; Wed, 6 Jun 2007 21:41:13 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id B2C1F1A3C19; Wed, 6 Jun 2007 14:42:32 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id ED228511D0; Wed, 6 Jun 2007 17:41:12 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id DACB9C207; Wed, 6 Jun 2007 17:41:12 -0400 (EDT) Date: Wed, 6 Jun 2007 17:41:12 -0400 From: Kris Kennaway To: Pav Lucistnik Message-ID: <20070606214112.GB6716@rot13.obsecurity.org> References: <200706061625.l56GP3lo043614@repoman.freebsd.org> <20070606200421.GA5453@rot13.obsecurity.org> <1181165084.76200.1.camel@ikaros.oook.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1181165084.76200.1.camel@ikaros.oook.cz> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/x11/libX11 Makefile distinfo manpages pkg-plist ports/x11/libX11/files patch-src_ImUtil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 21:41:18 -0000 On Wed, Jun 06, 2007 at 11:24:44PM +0200, Pav Lucistnik wrote: > Kris Kennaway p??e v st 06. 06. 2007 v 16:04 -0400: > > On Wed, Jun 06, 2007 at 04:25:03PM +0000, Pav Lucistnik wrote: > > > pav 2007-06-06 16:25:03 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > x11/libX11 Makefile distinfo manpages pkg-plist > > > Removed files: > > > x11/libX11/files patch-src_ImUtil.c > > > Log: > > > - Update to 1.1.2 > > > - Don't remove lib/X11, it's in mtree > > > > BTW, we had decided not to do minor updates to the X.org ports without > > a good reason. The disruption caused by frequent tiny updates is > > tremendous. > > Why not? There are no consequences in updating to dot-dot releases here. > I was told by flz and anholt that I'm free to help out keeping X ports > up to date. The main consequences are: * Forcing the package clusters to frequently rebuild all of X, slowing down all package builds and the rate at which we can do other testing on pointyhat. * The inevitable problems with commits to "deep" ports like this one which will take out most of the ports tree when they fail to build, leading to yet more delays in publication of usable package sets. What was decided was to only update in batches when x.org makes a new "kamikaze" release (or whatever they are calling it ;), unless there is a really good reason to update a port otherwise. Kris