From owner-freebsd-stable@FreeBSD.ORG Fri Nov 23 19:50:51 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3712916A417; Fri, 23 Nov 2007 19:50:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 1203813C4F3; Fri, 23 Nov 2007 19:50:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from bighuge.lonesome.com (cpe-66-68-146-180.austin.res.rr.com [66.68.146.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 82F608C0C2; Fri, 23 Nov 2007 13:17:27 -0600 (CST) From: Mark Linimon Organization: FreeBSD.org To: freebsd-stable@freebsd.org Date: Fri, 23 Nov 2007 07:17:45 -0600 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711230717.46555.linimon@FreeBSD.org> Cc: stable@freebsd.org, Pete French Subject: Re: Is it O.K. to use the 7.0 ports tree on 6.3 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2007 19:50:51 -0000 On Friday 23 November 2007, Pete French wrote: > is it safe to simply untar the ports.tgz file from 7.0 on the 6.3 > machines, rename INDEX-7 to INDEX-6 and install away, or are there > more subtle differences to tran the unwary ? The dependencies can vary depending on OS release, so it's not guaranteed to work. Use 'make fetchindex' after you install to get the latest snapshot for 6-STABLE. mcl