From owner-cvs-all@FreeBSD.ORG Wed Mar 18 18:34:14 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B1F5106567D; Wed, 18 Mar 2009 18:34:14 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 446E58FC2C; Wed, 18 Mar 2009 18:34:14 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 59F268C07E; Wed, 18 Mar 2009 13:15:54 -0500 (CDT) Date: Wed, 18 Mar 2009 13:15:54 -0500 From: Mark Linimon To: Dmitry Marakasov Message-ID: <20090318181554.GC19139@lonesome.com> References: <200903171509.n2HF9Pck052687@repoman.freebsd.org> <20090317170240.GB42165@hades.panopticon> <20090318014539.GC15128@svm.csie.ntu.edu.tw> <20090318022906.GN15919@hades.panopticon> <91518443@serv3.int.kfs.ru> <20090318144753.GA15988@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090318144753.GA15988@hades.panopticon> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Boris Samorodov , cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Rong-En Fan , ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/grass Makefile ports/graphics/gdal-grass Makefile ports/graphics/mapserver Makefile ports/graphics/osg Makefile ports/graphics/qgis Makefile ports/graphics/osg-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2009 18:34:15 -0000 On Wed, Mar 18, 2009 at 05:47:53PM +0300, Dmitry Marakasov wrote: > I thought it doesn't have anything to do with packages, as all > packages are rebuilt from scratch every time anyway, and cluster > doesn't care about versions at all. We only rebuild packages from scratch at release time; there is not nearly enough horsepower otherwise. We use changes to the metadata (version change, or change in dependency) to trigger rebuilds. Otherwise, preexisting packages are used as dependencies. mcl