From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 12:54:16 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 1781D16A41F for ; Mon, 3 Oct 2005 12:54:16 +0000 (GMT) (envelope-from kouye@wanadoo.fr) Received: from smtp4.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB09443D46 for ; Mon, 3 Oct 2005 12:54:14 +0000 (GMT) (envelope-from kouye@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0403.wanadoo.fr (SMTP Server) with ESMTP id 41CD91C00347 for ; Mon, 3 Oct 2005 14:54:13 +0200 (CEST) Received: from [192.168.1.3] (ASte-Genev-Bois-151-1-14-204.w82-121.abo.wanadoo.fr [82.121.140.204]) by mwinf0403.wanadoo.fr (SMTP Server) with ESMTP id 05AE51C00332 for ; Mon, 3 Oct 2005 14:54:12 +0200 (CEST) X-ME-UUID: 20051003125413236.05AE51C00332@mwinf0403.wanadoo.fr Message-ID: <43413730.2010106@wanadoo.fr> Date: Mon, 03 Oct 2005 15:50:40 +0200 From: edward User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050421) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to configure CVSup supfile for correct ports tree ? 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: Mon, 03 Oct 2005 12:54:16 -0000 Hi all, I just upgraded a 5.3-RELEASE system into 5.4-STABLE using CVSup and the usual building procedure. For this, I created a src-supfile containing : *default tag=RELENG_5 It all went fine and 5.4-STABLE is up and running. I also have a previously configured ports-supfile with : *default tag=. I undestand this points CVSup towards the FreeBSD-current ports collection. I am concerned about getting software that really matches the version of FreeBSD I am running. Is my ports-supfile OK, or should I change the tag line to : *default tag=RELENG_5 to be sure ports and OS are fully compatible ? Thanks for your insight on this. Edward