From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 15:54:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1698316A431 for ; Thu, 29 Dec 2005 15:54:50 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 5AC6243D58 for ; Thu, 29 Dec 2005 15:54:48 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 29 Dec 2005 15:54:47 -0000 Received: from pD952E61D.dip0.t-ipconnect.de (EHLO p4-3200) [217.82.230.29] by mail.gmx.net (mp020) with SMTP; 29 Dec 2005 16:54:47 +0100 X-Authenticated: #4870692 To: guru@sisis.de References: <20051229141409.GA7881@rebelion.Sisis.de> <20051229145814.GA19261@flame.pc> <20051229150959.GA10620@rebelion.Sisis.de> Message-ID: Date: Thu, 29 Dec 2005 16:54:42 +0100 From: "Andreas Rudisch" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <20051229150959.GA10620@rebelion.Sisis.de> User-Agent: Opera M2/8.51 (Win32, build 7712) X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: 6.0-REL && isos of distfiles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 15:54:50 -0000 On Thu, 29 Dec 2005 16:10:00 +0100, wrote: > El día Thursday, December 29, 2005 a las 04:58:14PM +0200, Giorgos > Keramidas escribió: > >> The distfiles are the sources of the ported programs. > > I know. > >> They are >> not specific to a single release. You can just copy over the >> distfiles from the older notebook and rebuild your ports. > > That's not true. I copied over the /usr/ports/distfiles from my > 5.4-REL to the 6.0-REL but the ports-collection which comes with > 6.0-REL will use other sources while doing 'make install' in > /usr/ports/x11/kde: Well, since 6.0 came out much after 5.4, it uses updated ports/ packages (new features, bugfixes), so the versions of some ports of 6.0 will be higher than of 5.4. What is the point in installing a new release of FreeBSD and using 'old' ports. Just install FreeBSD 6.0 and use the packages provided with the RELEASE, or cvsup your ports tree and do a fresh install of the ports you need. Andreas