BROKEN on 6.x: Does not compile

This commit is contained in:
Kris Kennaway 2006-09-03 00:39:55 +00:00
parent 5b1eaf29ac
commit 5bdaa4cf76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171969
2 changed files with 10 additions and 0 deletions

View File

@ -30,4 +30,10 @@ NO_PACKAGE= Hostname is needed.
post-install:
@cd ${WRKSRC} && make root
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 601104
BROKEN= Does not compile on FreeBSD >= 6.x
.endif
.include <bsd.port.mk>

View File

@ -30,6 +30,10 @@ MAKE_ENV= OSTYPE=${OPSYS}
IGNORE= Systems prior to FreeBSD 4.9 & 5.1 are not supported
.endif
.if ${OSVERSION} >= 601104
BROKEN= Does not compile on FreeBSD >= 6.x
.endif
pre-fetch:
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= Kernel source files required