Mark BROKEN on 8.x: does not build.

This commit is contained in:
Erwin Lansing 2009-05-25 10:30:01 +00:00
parent 768c19ee1e
commit 6d44538f7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234527
4 changed files with 28 additions and 4 deletions

View file

@ -19,4 +19,10 @@ MANCOMPRESSED= yes
MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" FORCE="${FORCE}"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800064
BROKEN= does not build
.endif
.include <bsd.port.post.mk>

View file

@ -20,4 +20,10 @@ PLIST_FILES= sbin/ftdi-eeprom
MAN8= ftdi-eeprom.8
MANCOMPRESSED= maybe
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800064
BROKEN= does not build
.endif
.include <bsd.port.post.mk>

View file

@ -19,4 +19,10 @@ MAN1= usbrh.1
MANCOMPRESSED= yes
PLIST_FILES= bin/usbrh
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800064
BROKEN= does not build
.endif
.include <bsd.port.post.mk>

View file

@ -24,4 +24,10 @@ USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
PYDISTUTILS_PKGNAME= pylibpcap
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800074
BROKEN= does not build
.endif
.include <bsd.port.post.mk>