BROKEN on 5.1: bad C++

This commit is contained in:
Kris Kennaway 2003-05-18 12:25:40 +00:00
parent cf8f4bed6e
commit 192bd28d57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81235
8 changed files with 53 additions and 7 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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"

View file

@ -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>