mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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:
parent
61cc11f818
commit
9ef0ed5efa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202643
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user