From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 13:31:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFAAA16A4D0 for ; Wed, 7 Jul 2004 13:31:43 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC82943D5E for ; Wed, 7 Jul 2004 13:31:43 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id A29155C892; Wed, 7 Jul 2004 06:31:43 -0700 (PDT) Date: Wed, 7 Jul 2004 15:31:43 +0200 From: Maxime Henrion To: Kirk Strauser Message-ID: <20040707133143.GF82302@elvis.mu.org> References: <20040707070012.GC38356@dragon.nuxi.com> <200407070825.18046.kirk@strauser.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407070825.18046.kirk@strauser.com> User-Agent: Mutt/1.4.2.1i cc: current@freebsd.org Subject: Re: Rewrite cvsup & portupgrade in C X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 13:31:44 -0000 Kirk Strauser wrote: > On Wednesday 07 July 2004 03:23 am, Brad Knowles wrote: > > > I'm confused. Once these applications are in binary form, what > > difference does it make what language they were written in? > > You have to get it into binary first. EZM3 is not available on many > non-FreeBSD, non-Intel platforms. Although it's used *primarily* by the > FreeBSD project, it seems like there would be enough of a demand for such a > thing that other a portable version would be readily adopted by other > projects. > > I see that there is no cvsup binary package for ia64. Does M3 build on that > platform? Do you suppose that "csup" will when it's finished? It already does. Csup builds and runs fine on FreeBSD/i386, sparc64, amd64, ia64 and alpha. It works with both -STABLE and -CURRENT, and it also works with libc_r, libthr and libkse. Or at least, last time I checked :-). Cheers, Maxime