From owner-freebsd-questions@FreeBSD.ORG Fri Dec 30 17:04:22 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 5392A16A423 for ; Fri, 30 Dec 2005 17:04:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FEA843D49 for ; Fri, 30 Dec 2005 17:04:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 9471 invoked by uid 207); 30 Dec 2005 17:04:15 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.86):. Processed in 0.084298 secs); 30 Dec 2005 17:04:15 -0000 Received: from dialup86.ach.sch.gr (HELO flame.pc) ([81.186.70.86]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with SMTP for ; 30 Dec 2005 17:04:15 -0000 Received: by flame.pc (Postfix, from userid 1001) id 9A078114C0; Fri, 30 Dec 2005 19:02:56 +0200 (EET) Date: Fri, 30 Dec 2005 19:02:56 +0200 From: Giorgos Keramidas To: guru@Sisis.de Message-ID: <20051230170256.GA1195@flame.pc> References: <20051229141409.GA7881@rebelion.Sisis.de> <20051229145814.GA19261@flame.pc> <20051229150959.GA10620@rebelion.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051229150959.GA10620@rebelion.Sisis.de> 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: Fri, 30 Dec 2005 17:04:22 -0000 On 2005-12-29 16:10, guru@Sisis.de wrote: > El d?a Thursday, December 29, 2005 a las 04:58:14PM +0200, Giorgos Keramidas escribi?: > > 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: > > 5.4-REL: > > $ ls -lutr libtoo* > -rw-r--r-- 1 root wheel 2699923 29 dic 13:17 libtool-1.5.10.tar.gz > -rw-r--r-- 1 root wheel 538884 29 dic 13:18 libtool-1.3.5.tar.gz > $ cd KDE > $ ls -lutr kdeba* > -rw-r--r-- 1 root wheel 22670772 29 dic 13:18 kdebase-3.4.0.tar.bz2 > > 6.0-REL: > > $ ls -lutr libtoo* > -rw-r--r-- 1 root wheel 2699923 Dec 29 13:17 libtool-1.5.10.tar.gz > -rw-r--r-- 1 root wheel 2780846 Dec 29 13:28 libtool-1.5.18.tar.gz > ^^^^^^^^^^^^^^^^^^^^ > -rw-r--r-- 1 root wheel 538884 Dec 29 14:10 libtool-1.3.5.tar.gz This is because some of the ports have been updated since 5.4-RELEASE was cut. Ports are constantly updated and upgraded to newer, better versions of the packages. Using the same /usr/ports tree will always build the same packages from the same sources though. Sorry for not making this explicit in my original post.