From owner-cvs-all@FreeBSD.ORG Thu Jun 14 18:07:20 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 E133516A469; Thu, 14 Jun 2007 18:07:20 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id AD63213C480; Thu, 14 Jun 2007 18:07:20 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 29123E4A; Thu, 14 Jun 2007 13:07:20 -0500 (CDT) Date: Thu, 14 Jun 2007 13:07:20 -0500 To: Andrey Chernov , infofarmer@FreeBSD.org, cvs-all@FreeBSD.org, cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, Rong-En Fan Message-ID: <20070614180720.GB24010@soaustin.net> References: <200706141710.l5EHAWvp016198@repoman.freebsd.org> <20070614171039.247C616A4E5@hub.freebsd.org> <20070614172338.GA45880@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070614172338.GA45880@nagual.pp.ru> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Subject: Re: cvs commit: ports/news/tin Makefile 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: Thu, 14 Jun 2007 18:07:21 -0000 On Thu, Jun 14, 2007 at 09:23:38PM +0400, Andrey Chernov wrote: > I think OSVERSION check is used only for released or stable branches. > -current development people are supposed to bring their system to the > latest, isn't? Yes, but they can't always do so, for various reasons. For instance, I'm sure a number of developers have stayed with the version before the gcc4.2 import. However, supporting pre-release versions does fall under the "nice to have" rather than the "have to have" category AFAIAC. mcl