From c11c8016101057c547fc21ec56998d2f21138d69 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 13 Jun 2009 10:39:30 +0000 Subject: [PATCH] Mark BROKEN on 8.x: does not build. --- net/pload/Makefile | 8 +++++++- net/pppload/Makefile | 8 +++++++- net/tcpillust/Makefile | 8 +++++++- russian/pscyr/Makefile | 8 +++++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/net/pload/Makefile b/net/pload/Makefile index 2f5dd514a202..47b41008de0a 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -24,4 +24,10 @@ MAN1= pload.1 MANCOMPRESSED= yes PLIST_FILES= bin/pload -.include +.include + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include diff --git a/net/pppload/Makefile b/net/pppload/Makefile index bd8d9d14fb5a..ddd274c9cc64 100644 --- a/net/pppload/Makefile +++ b/net/pppload/Makefile @@ -26,4 +26,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pppload ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pppload.1 ${MAN1PREFIX}/man/man1 -.include +.include + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index 0cc98ecc0102..125e92e5bb67 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -50,4 +50,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/sample/* ${DOCSDIR} .endif -.include +.include + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include diff --git a/russian/pscyr/Makefile b/russian/pscyr/Makefile index a454fdd9e2be..5ecd54ed8821 100644 --- a/russian/pscyr/Makefile +++ b/russian/pscyr/Makefile @@ -38,4 +38,10 @@ post-install: ${UPDMAP_SYS} --quiet --nomkmap --enable Map=pscyr.map ${UPDMAP_SYS} --quiet --enable Map=pscyr2.map -.include +.include + +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + +.include