Re: Problem installing in FreeBSD 4.6 stable
Tod McQuillin <[email protected]> Wed, 4 Sep 2002 12:25:45 +0900 (JST)
| Newsgroups | gmane.network.wireless.bsd.airtools |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 3 Sep 2002, Moriarty wrote: > I have tried installing BAT from the ports collection, but i come up with > the following error. Any ideas on how i solve it? > > server# make install > ===> bsd-airtools-0.2 is forbidden: You need to upgrade. > server# Well, if you look at the Makefile in /usr/ports/net/bsd-airtools you can see exactly why this is happening: .if !exists(/usr/include/dev/wi/if_wavelan_ieee.h) FORBIDDEN=You need to upgrade .endif The /usr/include/dev/wi/if_wavelan_ieee.h file was first added to FreeBSD-stable on 2002/04/28, and more goodies were MFC'd on 2002/08/02. So you should upgrade to the latest 4-stable. cvsup your source and follow the instructions in /usr/src/UPDATING. -- Tod McQuillin