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)
This commit is contained in:
Mark Linimon 2007-11-12 18:05:15 +00:00
parent 61cc11f818
commit 9ef0ed5efa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202643

View File

@ -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>