aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-13 10:39:30 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-13 10:39:30 +0000
commitc11c8016101057c547fc21ec56998d2f21138d69 (patch)
tree4adda80dc1a60f364c024a79b36177f29c716c90
parent71d6cf085e8ce004d7b0662fccfcade67da2d484 (diff)
downloadports-c11c8016101057c547fc21ec56998d2f21138d69.tar.gz
ports-c11c8016101057c547fc21ec56998d2f21138d69.zip
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=235683
-rw-r--r--net/pload/Makefile8
-rw-r--r--net/pppload/Makefile8
-rw-r--r--net/tcpillust/Makefile8
-rw-r--r--russian/pscyr/Makefile8
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>