From owner-freebsd-mobile@FreeBSD.ORG Tue Mar 11 19:18:57 2008 Return-Path: Delivered-To: freebsd-mobile@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5729A1065670 for ; Tue, 11 Mar 2008 19:18:57 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 0359F8FC2A for ; Tue, 11 Mar 2008 19:18:56 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (localhost [127.0.0.1]) by heff.fud.org.nz (Postfix) with ESMTP id 5B9EB80DE for ; Wed, 12 Mar 2008 08:05:00 +1300 (NZDT) Received: (from thompsa@localhost) by heff.fud.org.nz (8.14.2/8.14.2/Submit) id m2BJ50V8095482 for freebsd-mobile@freebsd.org; Wed, 12 Mar 2008 08:05:00 +1300 (NZDT) (envelope-from thompsa@FreeBSD.org) X-Authentication-Warning: heff.fud.org.nz: thompsa set sender to thompsa@FreeBSD.org using -f Date: Wed, 12 Mar 2008 08:05:00 +1300 From: Andrew Thompson To: freebsd-mobile@FreeBSD.org Message-ID: <20080311190459.GA86612@heff.fud.org.nz> References: <20080311143548.GA62021@dell1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080311143548.GA62021@dell1> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: Re: problem building net-mgmt/bsd-airtools on 7.0-STABLE X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 19:18:57 -0000 On Tue, Mar 11, 2008 at 10:35:48AM -0400, William Bulley wrote: > I can't build net-mgmt/bsd-airtools on 7.0-STABLE since > the Makefile is marked broken for this version: > > .if ${OSVERSION} >= 700052 > IGNORE= broken by removal of wicontrol ioctls from if_wavelan_ieee.h > .endif > > and this is what I am running today: > > freebsd# sysctl kern.osreldate > kern.osreldate: 700101 > freebsd# uname -a > FreeBSD freebsd 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Mar 8 11:52:57 > EST 2008 root@freebsd:/usr/obj/usr/src/sys/FREEBSD i386 > > What is the ETA for this problem to be resolved? Its on my TODO. Andrew