aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/estic/Makefile8
-rw-r--r--misc/menushki/Makefile8
-rw-r--r--misc/vbidecode/Makefile8
3 files changed, 21 insertions, 3 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile
index 2c783abce3a5..03f601d9d3d6 100644
--- a/misc/estic/Makefile
+++ b/misc/estic/Makefile
@@ -14,6 +14,12 @@ DISTNAME= estic-${PORTVERSION}-sources
MAINTAINER= jhs@FreeBSD.org
COMMENT= Controller for ISDN TK-Anlage (PBX) made by Istec
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_XLIB= yes
USE_ZIP= yes
NO_WRKSUBDIR= yes
@@ -80,4 +86,4 @@ demo:
# CDROMs, # (despite the original German phraseology) as I (<jhs@freebsd.org>)
# have obtained a waiver. See ${FILESDIR}/README for explanation.
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/misc/menushki/Makefile b/misc/menushki/Makefile
index c6c7b05ad301..d25138659393 100644
--- a/misc/menushki/Makefile
+++ b/misc/menushki/Makefile
@@ -14,6 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pat@FreeBSD.org
COMMENT= Menu converter between varieties of Window Managers
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -28,4 +34,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/misc/vbidecode/Makefile b/misc/vbidecode/Makefile
index 52083ecb6871..fc3b7411a94b 100644
--- a/misc/vbidecode/Makefile
+++ b/misc/vbidecode/Makefile
@@ -17,10 +17,16 @@ DISTNAME= bttv-0.6.4
MAINTAINER= roger@freebsd.org
COMMENT= Get Videotext/Teletext (.vtx) and other VBI data from TV channels
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
WRKSRC= ${WRKDIR}/bttv/apps/vbidecode
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vbidecode ${PREFIX}/bin
@strip ${PREFIX}/bin/vbidecode
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>