BROKEN on 5.1: bad C++
This commit is contained in:
parent
9c288e873f
commit
23e6a2b3da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81208
31 changed files with 193 additions and 23 deletions
|
@ -22,6 +22,10 @@ USE_X_PREFIX= yes
|
|||
MAKE_ENV+= HAVE_G2C=yes
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
DIST_SUBDIR= kaskade
|
||||
WRKSRC= ${WRKDIR}/3.1
|
||||
MAKEFILE= makefile
|
||||
|
|
|
@ -17,8 +17,14 @@ COMMENT= Trash from OffiX
|
|||
|
||||
LIB_DEPENDS= Dnd++.1:${PORTSDIR}/x11/libdnd
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
USE_X_PREFIX= YES
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -30,6 +30,10 @@ MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKSRC} && aclocal14)
|
||||
|
||||
|
|
|
@ -41,6 +41,10 @@ pre-fetch:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500041
|
||||
EXTRA_PATCHES= ${FILESDIR}/extra-glibc-getopt.h
|
||||
.endif
|
||||
|
|
|
@ -13,7 +13,13 @@ MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/
|
|||
MAINTAINER= ijliao@FreeBSD.org
|
||||
COMMENT= Go-moku game which learns playing the game from studying its opponent
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_GCC= 2.95
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -14,9 +14,15 @@ MASTER_SITES= http://www.lysator.liu.se/realtimebattle/Download/
|
|||
MAINTAINER= draj@oceanfree.net
|
||||
COMMENT= Robot programming game for UNIX
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --enable-debug
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -19,6 +19,12 @@ USE_ZIP= yes
|
|||
USE_XPM= yes
|
||||
ALL_TARGET= freebsd
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
# I'm not sure if this should be here
|
||||
.if (${MACHINE} == "alpha")
|
||||
CFLAGS+="-DXEVIL_KEYSET=UIalpha"
|
||||
|
@ -42,4 +48,4 @@ do-install:
|
|||
${PREFIX}/share/doc/xevil/instructions
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -16,6 +16,12 @@ DISTNAME= gSculpt-${PORTVERSION}-src
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An Opensource 3D modelling application
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION}
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gtk12
|
||||
|
@ -31,4 +37,4 @@ post-patch:
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/gsculpt ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -15,6 +15,12 @@ COMMENT= An irc client for the X Window System that uses TCL/TK
|
|||
|
||||
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -pedantic"
|
||||
|
@ -39,4 +45,4 @@ post-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -15,6 +15,12 @@ DISTNAME= XJTEXT-${PORTVERSION}
|
|||
MAINTAINER= sada@FreeBSD.org
|
||||
COMMENT= A text viewer for Japanese virtical writings
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_BISON= yes
|
||||
USE_GNOME= imlib
|
||||
EXAMPLEDIR= ${PREFIX}/share/examples/xjtext
|
||||
|
@ -35,4 +41,4 @@ post-install:
|
|||
${INSTALL_MAN} ${WRKSRC}/README.txt ${DOCDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -25,6 +25,10 @@ NO_CDROM= 'old version, not worth the cost in real estate'
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
CC= gcc28
|
||||
CXX= g++28
|
||||
.if ${PORTOBJFORMAT} == "elf"
|
||||
|
|
|
@ -17,6 +17,12 @@ COMMENT= Mailsync is a way of keeping a collection of mailboxes synchronized
|
|||
|
||||
LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
@ -42,4 +48,4 @@ do-install:
|
|||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/mailsync ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -14,6 +14,12 @@ MASTER_SITE_SUBDIR= kfem
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A language for the Finite Element Method
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -38,4 +44,4 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/examples/*.pde ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -22,6 +22,10 @@ USE_X_PREFIX= yes
|
|||
MAKE_ENV+= HAVE_G2C=yes
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
DIST_SUBDIR= kaskade
|
||||
WRKSRC= ${WRKDIR}/3.1
|
||||
MAKEFILE= makefile
|
||||
|
|
|
@ -16,6 +16,12 @@ COMMENT= A program to edit encoded mpeg streams
|
|||
|
||||
LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
post-extract:
|
||||
|
@ -29,4 +35,4 @@ do-install:
|
|||
@${INSTALL_DATA} ${WRKSRC}/manual.ps ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -22,6 +22,12 @@ COMMENT= Flow analysis tool used for analyzing Cisco's NetFlow switching
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_BISON= yes
|
||||
|
@ -41,4 +47,4 @@ post-install:
|
|||
${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \
|
||||
${PREFIX}/etc/rc.d/cflowd-base.sh.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -16,6 +16,12 @@ COMMENT= A suite of routing policy tools to interact with the IRR
|
|||
|
||||
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 2.95
|
||||
|
@ -36,4 +42,4 @@ post-patch:
|
|||
|
||||
aLL_TARGET= depend all
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -41,6 +41,10 @@ pre-fetch:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500041
|
||||
EXTRA_PATCHES= ${FILESDIR}/extra-glibc-getopt.h
|
||||
.endif
|
||||
|
|
|
@ -22,6 +22,12 @@ COMMENT= Flow analysis tool used for analyzing Cisco's NetFlow switching
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_BISON= yes
|
||||
|
@ -41,4 +47,4 @@ post-install:
|
|||
${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \
|
||||
${PREFIX}/etc/rc.d/cflowd-base.sh.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -16,6 +16,12 @@ COMMENT= A suite of routing policy tools to interact with the IRR
|
|||
|
||||
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 2.95
|
||||
|
@ -36,4 +42,4 @@ post-patch:
|
|||
|
||||
aLL_TARGET= depend all
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -21,6 +21,10 @@ WANT_GNOME= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
||||
USE_GNOME+= gnomeprefix gnomehack gnomelibs
|
||||
.else
|
||||
|
|
|
@ -17,10 +17,16 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|||
xslt.1:${PORTSDIR}/textproc/libxslt \
|
||||
sigc.1:${PORTSDIR}/devel/libsigc++
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GNOME= gtk12
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -17,10 +17,16 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|||
xslt.1:${PORTSDIR}/textproc/libxslt \
|
||||
sigc.1:${PORTSDIR}/devel/libsigc++
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GNOME= gtk12
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -17,10 +17,16 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|||
xslt.1:${PORTSDIR}/textproc/libxslt \
|
||||
sigc.1:${PORTSDIR}/devel/libsigc++
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GNOME= gtk12
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -17,6 +17,12 @@ PATCH_DIST_STRIP= -p1
|
|||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= APM monitor for the Blackbox slit
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -29,4 +35,4 @@ do-install:
|
|||
@${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -30,6 +30,10 @@ MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKSRC} && aclocal14)
|
||||
|
||||
|
|
|
@ -14,6 +14,12 @@ MASTER_SITE_SUBDIR= xlogmaster
|
|||
MAINTAINER= aw1@stade.co.uk
|
||||
COMMENT= Quick & easy monitoring of logfiles and devices
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk12
|
||||
|
@ -25,4 +31,4 @@ post-install:
|
|||
@install-info ${PREFIX}/info/xlogmaster.info ${PREFIX}/info/dir
|
||||
${INSTALL_DATA} ${FILESDIR}/xlogmasterrc ${PREFIX}/etc/xlogmaster
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -15,8 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A graphical performance meter
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= xosview.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -18,6 +18,12 @@ COMMENT= C++ Framework for Motif
|
|||
|
||||
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_MOTIF= yes
|
||||
USE_REINPLACE= yes
|
||||
|
@ -28,4 +34,4 @@ post-patch:
|
|||
s/^CXXFLAGS=/CXXFLAGS+=/g ; \
|
||||
s/-g -Wall//g' ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -17,6 +17,12 @@ PATCH_DIST_STRIP= -p1
|
|||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= APM monitor for the Blackbox slit
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -29,4 +35,4 @@ do-install:
|
|||
@${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -16,6 +16,12 @@ COMMENT= X11 window manager selector
|
|||
|
||||
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -35,4 +41,4 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/.xinitrc ${EXAMPLESDIR}/xinitrc_sample
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue