summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/ddd/Makefile8
-rw-r--r--irc/ircatlite/Makefile8
-rw-r--r--net-im/xicq/Makefile8
-rw-r--r--net/xicq/Makefile8
-rw-r--r--textproc/nicetext/Makefile8
-rw-r--r--www/wsmake/Makefile8
-rw-r--r--x11-toolkits/qt145/Makefile4
-rw-r--r--x11-wm/xwmm/Makefile8
8 files changed, 53 insertions, 7 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile
index 8b73750049f3..505134b56825 100644
--- a/devel/ddd/Makefile
+++ b/devel/ddd/Makefile
@@ -15,6 +15,12 @@ MASTER_SITE_SUBDIR= ddd
MAINTAINER= lioux@FreeBSD.org
COMMENT= Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
GNU_CONFIGURE= yes
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}" \
@@ -66,4 +72,4 @@ post-install:
check:
(cd ${WRKSRC} ; ${GMAKE} check)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile
index 75ecdd1c2c92..5fd72980abad 100644
--- a/irc/ircatlite/Makefile
+++ b/irc/ircatlite/Makefile
@@ -14,6 +14,12 @@ DISTNAME= IRcatLite-r20000308
MAINTAINER= goto@snowy.to
COMMENT= A GTK based 'Internet Relay Chat' Client
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_GTK= yes
GNU_CONFIGURE= yes
@@ -32,4 +38,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile
index 520a5e479475..dbe8e7f38ffb 100644
--- a/net-im/xicq/Makefile
+++ b/net-im/xicq/Makefile
@@ -14,6 +14,12 @@ DISTNAME= xicq-071298-snapshot.src
MAINTAINER= scrappy@FreeBSD.org
COMMENT= Xtropy's ICQ Client
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
WRKSRC= ${WRKDIR}/xicq-071298
USE_GMAKE= yes
@@ -26,4 +32,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net/xicq/Makefile b/net/xicq/Makefile
index 520a5e479475..dbe8e7f38ffb 100644
--- a/net/xicq/Makefile
+++ b/net/xicq/Makefile
@@ -14,6 +14,12 @@ DISTNAME= xicq-071298-snapshot.src
MAINTAINER= scrappy@FreeBSD.org
COMMENT= Xtropy's ICQ Client
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
WRKSRC= ${WRKDIR}/xicq-071298
USE_GMAKE= yes
@@ -26,4 +32,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile
index 359261be43fb..5347a8295fba 100644
--- a/textproc/nicetext/Makefile
+++ b/textproc/nicetext/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES= ftp://ctgi.net/pub/ctgi/nicetext/src/ \
MAINTAINER= markc@ctgi.net
COMMENT= Convert files to pseudo-natural-language text and back again
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_GMAKE= YES
MAKE_FLAGS= CXXFLAGS="${CXXFLAGS} -pedantic" CFLAGS="${CFLAGS} -pedantic"
@@ -85,4 +91,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/words/twlist/numeric/* ${PREFIX}/share/examples/nicetext/words/twlist/numeric/
${MKDIR} ${PREFIX}/share/examples/nicetext/words/twlist/rhyme/
${INSTALL_DATA} ${WRKSRC}/examples/words/twlist/rhyme/* ${PREFIX}/share/examples/nicetext/words/twlist/rhyme/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/www/wsmake/Makefile b/www/wsmake/Makefile
index 4a5e31853ef0..9426d08d40a7 100644
--- a/www/wsmake/Makefile
+++ b/www/wsmake/Makefile
@@ -20,6 +20,12 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= jkoshy@freebsd.org
COMMENT= Software for production and maintenance of web sites
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_BZIP2= YES
GNU_CONFIGURE= YES
@@ -43,4 +49,4 @@ post-install:
${LN} ${WSMAKE_DOCDIR}/user-manual/book1.html ${WSMAKE_DOCDIR}/user-manual/index.html
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile
index a2c03b096c7a..2dc886276ed8 100644
--- a/x11-toolkits/qt145/Makefile
+++ b/x11-toolkits/qt145/Makefile
@@ -40,6 +40,10 @@ PLIST_SUB+= VERSION="${VER_MAJ}"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
MAN1= moc.1
.include "${FILESDIR}/man3"
diff --git a/x11-wm/xwmm/Makefile b/x11-wm/xwmm/Makefile
index 575564f01902..89ed06bdf524 100644
--- a/x11-wm/xwmm/Makefile
+++ b/x11-wm/xwmm/Makefile
@@ -14,6 +14,12 @@ MASTER_SITE_SUBDIR= asami
MAINTAINER= kde@freebsd.org
COMMENT= A simple utility managing multiple Window Managers with Qt
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_X_PREFIX= yes
USE_QT_VER= 2
USE_GMAKE= yes
@@ -26,4 +32,4 @@ do-install:
$(MKDIR) $(PREFIX)/lib/X11/xwmm
$(INSTALL_DATA) $(WRKSRC)/system.xwmmrc $(PREFIX)/lib/X11/xwmm
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>