aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/bsd-airtools
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-11-13 02:05:15 +0800
committerlinimon <linimon@FreeBSD.org>2007-11-13 02:05:15 +0800
commitaa332bc30e2c14bc08f176273f96201c30b49406 (patch)
tree4f78db61d0d67bbd491eabbb6847be434baf1913 /net-mgmt/bsd-airtools
parente2186c06f3d3c747117b6d586e951694d5cf9f30 (diff)
downloadfreebsd-ports-gnome-aa332bc30e2c14bc08f176273f96201c30b49406.tar.gz
freebsd-ports-gnome-aa332bc30e2c14bc08f176273f96201c30b49406.tar.zst
freebsd-ports-gnome-aa332bc30e2c14bc08f176273f96201c30b49406.zip
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 <dindin at dindin dot ru> Approved by: portmgr (self)
Diffstat (limited to 'net-mgmt/bsd-airtools')
-rw-r--r--net-mgmt/bsd-airtools/Makefile8
1 files changed, 2 insertions, 6 deletions
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 <bsd.port.pre.mk>
-.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 <bsd.port.post.mk>