From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 05:53:14 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CFC5106566C for ; Mon, 18 Oct 2010 05:53:14 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id F004B8FC19 for ; Mon, 18 Oct 2010 05:53:13 +0000 (UTC) Received: by ewy21 with SMTP id 21so380471ewy.13 for ; Sun, 17 Oct 2010 22:53:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=26nH76JPJrWpQcd9X8FK228nAs1RHsojqrnFOPg0xgk=; b=GijExDSGgf5OZSUj7WTQyST/lsZyMhGVeYOcUYgNwclWEP19vNNxPt6HbM+fFBuiNB 3efX4Q8yOY9f9f9pENJ+WyNJVMDewWAbz5Iyz5fl3aeXK4RCJsELs/caK7aE/nNwOjCy HIUzFEffJh2pvXIMgRrbz60MA0ls+oreff2gY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=XI0sIzTWoof7ZApz4eBNSEwXGX9Di188DLCFBvKc7+UOedC6lgUE5huwvt0AMkIeQ4 j8McKkPNWDf8Zyv4AZHRNwnKcQWVUVjbfp+ltl8vBTzF3iyqfxrhl82YG3nByhyyMP92 bGsvjD9K4/4yORAevngb17/zt8skivtv0SBcI= MIME-Version: 1.0 Received: by 10.213.13.80 with SMTP id b16mr867483eba.89.1287381192824; Sun, 17 Oct 2010 22:53:12 -0700 (PDT) Received: by 10.14.53.70 with HTTP; Sun, 17 Oct 2010 22:53:12 -0700 (PDT) In-Reply-To: <20101017223443.F2036@sola.nimnet.asn.au> References: <20101014120034.B794D10656D8@hub.freebsd.org> <20101015012001.F2036@sola.nimnet.asn.au> <20101017223443.F2036@sola.nimnet.asn.au> Date: Mon, 18 Oct 2010 05:53:12 +0000 Message-ID: From: "b. f." To: Ian Smith Content-Type: text/plain; charset=ISO-8859-1 Cc: Yuri , freebsd-questions@freebsd.org Subject: Re: Too many binary packages are missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 05:53:14 -0000 On 10/17/10, Ian Smith wrote: > On Fri, 15 Oct 2010, b. f. wrote: > > On 10/15/10, Ian Smith wrote: ... > Just to check that I get it .. for packages-8-stable, an 8.0-RELEASE-p2 > kernel + world is used to _build_ these, is that right? Yes, on i386, although this will change as some stable branches reach their end-of-life. >So they should > then install fine on any later 8.x system too? Yes, most of the time, although there may be uncommon cases in which they will not work as expected. b.