From owner-freebsd-ports@FreeBSD.ORG Wed Aug 13 02:14:38 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 115D837B401 for ; Wed, 13 Aug 2003 02:14:38 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A238443F75 for ; Wed, 13 Aug 2003 02:14:36 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h7D9EX5w048148; Wed, 13 Aug 2003 11:14:34 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by nbs.imp.ch (8.12.8/8.12.3) with ESMTP id h7D9EXlH9171872; Wed, 13 Aug 2003 11:14:33 +0200 (MES) Date: Wed, 13 Aug 2003 11:14:33 +0200 (CEST) From: Martin Blapp To: Andrew Thompson In-Reply-To: <1060765805.24203.6.camel@localhost> Message-ID: <20030813111413.B2686@cvs.imp.ch> References: <03Aug12.110200nzst.119044@homer.fire.org.nz> <03Aug12.111336nzst.119047@homer.fire.org.nz> <1060765805.24203.6.camel@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org Subject: Re: cirtix_ica X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 09:14:38 -0000 Hi, > It seems that uname -m in linux compat returns i686 while the setupwfc > script is greping for i386 > > [thompsa@holly]$uname -m > i386 > [thompsa@holly]$/compat/linux/bin/sh > [thompsa@holly]$uname -m > i686 Ok, I'll add a fix then. Thank you for reporting this ! Martin