From owner-freebsd-ppc@FreeBSD.ORG Sat Aug 27 00:03:17 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5BD016A41F for ; Sat, 27 Aug 2005 00:03:17 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F57743D48 for ; Sat, 27 Aug 2005 00:03:16 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.2.167] (CPE-2-167.dsl.OntheNet.net [203.144.2.167]) by liberty.onthenet.com.au (8.12.9 - 20030918/8.12.9) with ESMTP id j7R03BKO046157; Sat, 27 Aug 2005 10:03:12 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <430FADCB.1040902@freebsd.org> Date: Sat, 27 Aug 2005 10:03:23 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Torfinn Ingolfsen References: <42CEF70A.2060605@freebsd.org> <20050709000616.22155977.torfinn.ingolfsen@broadpark.no> <42CEFC85.2030507@ptree32.com.au> <20050827005526.1cffb83a.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20050827005526.1cffb83a.torfinn.ingolfsen@broadpark.no> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Compiler patches no longer required in -CURRENT X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 00:03:18 -0000 >> You can try csup, which has been reported to run on fbsd/ppc: >> >> http://mu.org/~mux/csup.html > > > csup works (big grin). > I guess that RELENG_6 is the only tag that I can use? Not sure about csup, but with CVSup I don't have a tag field in the supfile so that pulls down the entire repo. You can then check out head, or supply the tag to get RELENG_6. later, Peter.