From owner-freebsd-emulation@FreeBSD.ORG Wed Feb 16 17:49:28 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C576B16A4CE for ; Wed, 16 Feb 2005 17:49:28 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69AE343D31 for ; Wed, 16 Feb 2005 17:49:28 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j1GHnRjn083503; Wed, 16 Feb 2005 09:49:27 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1GHnRDs083502; Wed, 16 Feb 2005 09:49:27 -0800 (PST) (envelope-from obrien) Date: Wed, 16 Feb 2005 09:49:27 -0800 From: "David O'Brien" To: Alexander Leidinger Message-ID: <20050216174927.GE82895@dragon.nuxi.com> References: <20050216081236.GA34471@dragon.nuxi.com> <20050216083118.GA37339@dragon.nuxi.com> <20050216115352.iuw5qn60cowsokso@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050216115352.iuw5qn60cowsokso@netchild.homeip.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-emulation@freebsd.org Subject: Re: AMD64 patch for 'ports/x11-toolkits/linux-gtk' X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 17:49:28 -0000 On Wed, Feb 16, 2005 at 11:53:52AM +0100, Alexander Leidinger wrote: > David O'Brien wrote: > > >On Wed, Feb 16, 2005 at 12:12:36AM -0800, David O'Brien wrote: > >Any have a problem with this updated patch? > > > >1. uses "ARCH" instead of "MACHINE_ARCH" > > What's the content of those variables on pc98? Will this port still work on > those systems? from ports/Mk/bsd.port.mk: # ARCH - The architecture of the target machine, such as would be # returned by "uname -p". (Note: Ports should test against # ARCH, and not the host machine's architecture which is # MACHINE_ARCH, to enable ports to be cross-built.) Oh, sorry I missed some s/MACHINE_ARCH/ARCH/. For pc98 this will work. Ports don't make a distinction in the kernel architecture (the place you see the difference between i386 and pc98. -- -- David (obrien@FreeBSD.org)