From owner-freebsd-current@FreeBSD.ORG Sun Feb 24 20:51:25 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 114AC16A407; Sun, 24 Feb 2008 20:51:25 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id A1D5B13C478; Sun, 24 Feb 2008 20:51:24 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m1OKpL9F028087; Sun, 24 Feb 2008 12:51:21 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m1OKpLPF028086; Sun, 24 Feb 2008 12:51:21 -0800 (PST) (envelope-from obrien) Date: Sun, 24 Feb 2008 12:51:21 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20080224205121.GB27938@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Ruslan Ermilov , Dag-Erling Sm??rgrav , Kai Wang , Joseph Koshy , current@freebsd.org References: <864pc1s1wa.fsf@ds4.des.no> <20080222105239.GC94607@team.vega.ru> <86abltqjiz.fsf@ds4.des.no> <20080222124617.GA16580@team.vega.ru> <86wsoxp2ob.fsf@ds4.des.no> <20080223201808.GB65540@team.vega.ru> <20080224180433.GA21162@dragon.NUXI.org> <20080224190637.GB18096@team.vega.ru> <20080224193221.GA25526@dragon.NUXI.org> <20080224194358.GC18096@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080224194358.GC18096@team.vega.ru> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: current@freebsd.org, Dag-Erling Sm??rgrav , Kai Wang , Joseph Koshy Subject: Re: [HEADS UP] ar(1) front-end committed. (notes for cross compile) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 20:51:25 -0000 On Sun, Feb 24, 2008 at 10:43:58PM +0300, Ruslan Ermilov wrote: > On Sun, Feb 24, 2008 at 11:32:21AM -0800, David O'Brien wrote: > > On Sun, Feb 24, 2008 at 10:06:37PM +0300, Ruslan Ermilov wrote: > > > On Sun, Feb 24, 2008 at 10:04:33AM -0800, David O'Brien wrote: > > > > Its seems those that have expressed an opinion want to switch to the new > > > > 'ar' ASAP. So why not this patch? > > > > > > Because your patch won't allow to cross-build on > > > systems predating 700044. > > > > Why not? If ${BOOTSTRAPPING} >= 700044 we add usr.bin/ar to the list. > > > I said predating 700044. What is the thing you're checking the value 700044 for? http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/freebsd-versions.html 700044 7.0-CURRENT after changing the argument for vn_open()/VOP_OPEN() from filedescriptor index to the struct file *. 700045 7.0-CURRENT after changing pam_nologin(8) to provide an account management function instead of an authentication function to the PAM framework.