From owner-freebsd-current@FreeBSD.ORG Fri Feb 22 04:34:14 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 661E316A401 for ; Fri, 22 Feb 2008 04:34:14 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id EB0AC13C4F7 for ; Fri, 22 Feb 2008 04:34:13 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so225060fgg.35 for ; Thu, 21 Feb 2008 20:34:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tjnBItgfRpWGDrI+ZOtA+TzJmY2Ji1HtM8B8AaiaJqc=; b=MIPriOQ6CvxogfsaD+i8HfhRXYIvFiCmisihTnLf/1c7bf0O2i22moGt40bsZXHKoGJb6PyHWKL9bFDJ1jI0ojK6YqOo2ki3M0d9DUMxlxUKHYodLHZ+4Zg62UUxZY4BjtRBQH6Awyol5CKHK42bKQ3N4Ejx2uvcAGkrYyTXA8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ow3W+RC24sSNCIEpxVaxewusSx06qA4q89YlMZlBqyjntvnfpubzJvgV9eT+oHPAX0vbiFCDioCOE46lPro0sKBZpO+M7PDbep6+VzOkC4tUX7GkrybPqOqJdEozpdqVhR+hswc47apHgK/zgk9VzrhkLunHsZbtuYSrD0GqXHQ= Received: by 10.86.62.3 with SMTP id k3mr10309233fga.24.1203653148753; Thu, 21 Feb 2008 20:05:48 -0800 (PST) Received: by 10.86.90.11 with HTTP; Thu, 21 Feb 2008 20:05:48 -0800 (PST) Message-ID: <84dead720802212005u126dc5d0h6654a64fa1fcb581@mail.gmail.com> Date: Fri, 22 Feb 2008 09:35:48 +0530 From: "Joseph Koshy" To: "Ruslan Ermilov" In-Reply-To: <20080221151627.GA21518@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080221131209.GA2022@plan0.kaiwan.csbnet.se> <20080221140247.GC2022@plan0.kaiwan.csbnet.se> <20080221151627.GA21518@team.vega.ru> Cc: freebsd-current@freebsd.org 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 04:34:14 -0000 > With this change, we also bump the minimum requirement for source > upgrades from 6.0-RELEASE to "7.0-CURRENT at some point" because > new ar(1) requires libelf which is not available in previous > releases of FreeBSD. libelf should work fine on RELENG_6; we can merge it if needed. Regards, Koshy