From aa332bc30e2c14bc08f176273f96201c30b49406 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 12 Nov 2007 18:05:15 +0000 Subject: Correct the BROKEN line; the commit to if_wavelan_ieee.h of 20070711 by thompsa removed some ioctls that this port depended on. Therefore, IGNORE is more appropriate. PR: ports/117890 Submitted by: Denis Barov Approved by: portmgr (self) --- net-mgmt/bsd-airtools/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'net-mgmt/bsd-airtools') diff --git a/net-mgmt/bsd-airtools/Makefile b/net-mgmt/bsd-airtools/Makefile index 93b24b883261..59c6570a496d 100644 --- a/net-mgmt/bsd-airtools/Makefile +++ b/net-mgmt/bsd-airtools/Makefile @@ -22,10 +22,6 @@ INST_AIRTOOLS= ${CONF_AIRTOOLS} ${MAKE_AIRTOOLS} WRKSRC= ${WRKDIR}/${PORTNAME} -.if !exists(/usr/include/dev/wi/if_wavelan_ieee.h) -BROKEN= You need to upgrade -.endif - do-build: .for TOOL in ${CONF_AIRTOOLS} @cd ${WRKSRC}/${TOOL}; ${SH} ${CONFIGURE_SCRIPT}; ${MAKE} @@ -44,8 +40,8 @@ do-install: .include -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 +.if ${OSVERSION} >= 700052 +IGNORE= broken by removal of wicontrol ioctls from if_wavelan_ieee.h .endif .include -- cgit