From 6d44538f7fd9157358ff5e02cc3485b6db59e451 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 25 May 2009 10:30:01 +0000 Subject: [PATCH] Mark BROKEN on 8.x: does not build. --- misc/ezload/Makefile | 8 +++++++- misc/ftdi-eeprom/Makefile | 8 +++++++- misc/usbrh/Makefile | 8 +++++++- net/py-pcap/Makefile | 8 +++++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile index 6cec60c05679..bcd2f8c401c2 100644 --- a/misc/ezload/Makefile +++ b/misc/ezload/Makefile @@ -19,4 +19,10 @@ MANCOMPRESSED= yes MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" FORCE="${FORCE}" -.include +.include + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile index 02eb5a746395..fd02996a7cf7 100644 --- a/misc/ftdi-eeprom/Makefile +++ b/misc/ftdi-eeprom/Makefile @@ -20,4 +20,10 @@ PLIST_FILES= sbin/ftdi-eeprom MAN8= ftdi-eeprom.8 MANCOMPRESSED= maybe -.include +.include + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include diff --git a/misc/usbrh/Makefile b/misc/usbrh/Makefile index 3e5fd1735c06..ab8ebf8dfea2 100644 --- a/misc/usbrh/Makefile +++ b/misc/usbrh/Makefile @@ -19,4 +19,10 @@ MAN1= usbrh.1 MANCOMPRESSED= yes PLIST_FILES= bin/usbrh -.include +.include + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index f5268e510247..de3976f01ef4 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -24,4 +24,10 @@ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes PYDISTUTILS_PKGNAME= pylibpcap -.include +.include + +.if ${OSVERSION} >= 800074 +BROKEN= does not build +.endif + +.include