From owner-freebsd-questions@FreeBSD.ORG Fri Apr 15 12:30:53 2005 Return-Path: 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 88B3116A4CE for ; Fri, 15 Apr 2005 12:30:53 +0000 (GMT) Received: from aixa.rot-1.de (aixa.rot-1.de [213.146.120.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E18443D46 for ; Fri, 15 Apr 2005 12:30:52 +0000 (GMT) (envelope-from stevan@aixa.rot-1.de) Received: from aixa.rot-1.de (localhost.rot-1.de [127.0.0.1]) by aixa.rot-1.de (8.12.10/8.12.10) with ESMTP id j3FCVAMt015175 for ; Fri, 15 Apr 2005 14:31:11 +0200 (CEST) (envelope-from stevan@aixa.rot-1.de) Received: from localhost (localhost [[UNIX: localhost]]) by aixa.rot-1.de (8.12.10/8.12.10/Submit) id j3FCV8h4015174 for freebsd-questions@freebsd.org; Fri, 15 Apr 2005 14:31:09 +0200 (CEST) (envelope-from stevan) From: Stevan Tiefert To: freebsd-questions@freebsd.org Date: Fri, 15 Apr 2005 14:30:57 +0200 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504151431.06287.stevan@aixa.rot-1.de> Subject: Understanding differences between releases and ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 12:30:53 -0000 Hello list, I have problems understanding a base concept :-( Is that right, when I install 5.2.1-RELEASE and I install the ports-distribution with cvsup and keep them up to date, that the ports I build afterwards with "make install" are newer than the release-precompiled-packages distributed with 5.2.1-RELEASE? Is that right that this procedure (with cvsup) is NOT ONLY correcting paths for the distfiles of ports in the ports-tree, then also replaces old versions of ports by newer ones? If so, does it mean that I could use 5.2.1-RELEASE and an updated portstree resulting in getting in example gnome 2.8 and kde 3.4 and so on? Have I to see the RELEASE-version abstracted separated from the portstree? And how is compatibility granted between different RELEASE-versions and the up-to-date-ports-tree? With regards Stevan Tiefert