diff options
67 files changed, 454 insertions, 62 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 3f83633ae706..fa02090777c6 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -19,6 +19,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + GNU_CONFIGURE= yes PLIST= ${WRKDIR}/pkg-plist USE_GMAKE= yes @@ -98,4 +104,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/textures/medres/*.??? \ ${DATADIR}/textures/medres/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/audio/fcplay/Makefile b/audio/fcplay/Makefile index ceb2d8ce8213..92f89b43dbce 100644 --- a/audio/fcplay/Makefile +++ b/audio/fcplay/Makefile @@ -18,6 +18,12 @@ COMMENT= Future Composer Reference Player BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes @@ -32,4 +38,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/POINTER ${PREFIX}/share/doc/fcplay .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/audio/opmixer/Makefile b/audio/opmixer/Makefile index 910709f6d1f4..c261b62a4af6 100644 --- a/audio/opmixer/Makefile +++ b/audio/opmixer/Makefile @@ -18,6 +18,12 @@ COMMENT= Adjusts a mixer LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \ intl.4:${PORTSDIR}/devel/gettext +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + DOCDIR= share/doc/${PORTNAME} USE_BZIP2= yes USE_X_PREFIX= yes @@ -41,4 +47,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/${DOCDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/audio/rebler/Makefile b/audio/rebler/Makefile index 83c19610b6f4..f8fb6cd2541c 100644 --- a/audio/rebler/Makefile +++ b/audio/rebler/Makefile @@ -19,6 +19,12 @@ LIB_DEPENDS= mpeg2:${PORTSDIR}/multimedia/libmpeg2 \ aviplay.0:${PORTSDIR}/multimedia/avifile \ popt:${PORTSDIR}/devel/popt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_BZIP2= yes AVIFILE_CONFIG?= ${LOCALBASE}/bin/avifile-config CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ @@ -33,4 +39,4 @@ do-build: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/rebler ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index b854fc918ccf..4281e4f02af5 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -16,6 +16,12 @@ COMMENT= Loop-based sampler LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + DOCDIR= share/doc/${PORTNAME} DOC_FILES= CHANGES COPYING README GNU_CONFIGURE= yes @@ -50,4 +56,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 9c808e3420b8..3a14db670757 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -16,6 +16,12 @@ COMMENT= MIDI-capable synthesizer for X LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + GNU_CONFIGURE= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" @@ -69,4 +75,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/biology/avida/Makefile b/biology/avida/Makefile index a4576c8c5991..00228e6d8d4e 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -13,6 +13,12 @@ MASTER_SITES= http://dllab.caltech.edu/avida/versions/ MAINTAINER= karlj000@unbc.ca COMMENT= Avida is an auto-adaptive genetic system designed for ALife research +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.[[:alnum:]]+$//} USE_GMAKE= yes GNU_CONFIGURE= yes @@ -37,4 +43,4 @@ post-patch: | ${SED} -e 's#%%PORTNAME%%#${PORTNAME}#g' \ > ${WRKSRC}/source/support/genesis.heads -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile index 95d363f0dcea..7068b639492e 100644 --- a/biology/treeviewx/Makefile +++ b/biology/treeviewx/Makefile @@ -14,9 +14,15 @@ DISTNAME= tv-${PORTVERSION} MAINTAINER= tonym@biolateral.com.au COMMENT= A phylogenetic tree viewer +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel USE_GMAKE= yes GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/comms/plp/Makefile b/comms/plp/Makefile index fe1804a65eb3..50d73bae12a3 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -16,6 +16,12 @@ DISTNAME= ${PORTNAME}_1_8 MAINTAINER= maurice@serc.rmit.edu.au COMMENT= Transfer data between a Psion Series 5(mx) and Unix +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes USE_REINPLACE= yes @@ -28,4 +34,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ncp ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/rfsv ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/deskutils/krss/Makefile b/deskutils/krss/Makefile index d3281b13fa79..e1c966fb642c 100644 --- a/deskutils/krss/Makefile +++ b/deskutils/krss/Makefile @@ -22,6 +22,12 @@ BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_KDEBASE_VER=3 GNU_CONFIGURE= yes QTCFGLIBS+= -pthread @@ -40,4 +46,4 @@ pre-configure: cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.dist -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/adacurses/Makefile b/devel/adacurses/Makefile index f1ad8c284b18..e95875ff544b 100644 --- a/devel/adacurses/Makefile +++ b/devel/adacurses/Makefile @@ -19,6 +19,10 @@ BUILD_DEPENDS= gnat:${PORTSDIR}/lang/gnat .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ diff --git a/devel/amulet/Makefile b/devel/amulet/Makefile index 7d9751dcd6d4..b1ae53fa4061 100644 --- a/devel/amulet/Makefile +++ b/devel/amulet/Makefile @@ -22,6 +22,10 @@ MAKE_ENV= AMULET_DIR=$(WRKSRC) AMULET_VARS_FILE=Makefile.vars.gcc.FreeBSD .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + .if $(PORTOBJFORMAT) == "elf" SO_VERSION= 3 .else diff --git a/devel/clint/Makefile b/devel/clint/Makefile index 10138f654afc..a7306ff0e1a7 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -16,6 +16,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A static source code checker for C++ +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_PYTHON= yes USE_LIBTOOL= yes USE_REINPLACE= yes @@ -28,4 +34,4 @@ post-patch: post-install: @install-info ${PREFIX}/info/clint.info ${PREFIX}/info/dir -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 478994e79b20..8d1dc53dac55 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -18,6 +18,12 @@ RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ gs:${PORTSDIR}/print/ghostscript-gnu \ anytopnm:${PORTSDIR}/graphics/netpbm +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + GNU_CONFIGURE= yes USE_GMAKE= yes @@ -63,4 +69,4 @@ post-install: done .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/freescope/Makefile b/devel/freescope/Makefile index dd9c37fadd1a..633c86a271a7 100644 --- a/devel/freescope/Makefile +++ b/devel/freescope/Makefile @@ -16,6 +16,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.src MAINTAINER= ports@FreeBSD.org COMMENT= Source code browsing on UNIX-like operating systems +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_REINPLACE= yes @@ -28,4 +34,4 @@ pre-patch: s|CXXFLAGS=.*$$|CXXFLAGS="\$$CXXFLAGS"|g ; \ s|bindir="/usr/local/bin"||g' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/ixlib/Makefile b/devel/ixlib/Makefile index c4a7f70e9e53..0eca1515f596 100644 --- a/devel/ixlib/Makefile +++ b/devel/ixlib/Makefile @@ -18,10 +18,16 @@ COMMENT= A small C++ tools library based on STL LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/mico/Makefile b/devel/mico/Makefile index e4e857779222..98325b09208e 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -13,6 +13,12 @@ MASTER_SITES= http://www.mico.org/ MAINTAINER= ports@FreeBSD.org COMMENT= A CORBA 2.0 implementation which goal is freely available +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/mico INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -61,4 +67,4 @@ post-install: @${STRIP_CMD} ${PREFIX}/bin/traderd @${STRIP_CMD} ${PREFIX}/bin/traversald -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/titano/Makefile b/devel/titano/Makefile index b025f79fd0e2..cc722e18569e 100644 --- a/devel/titano/Makefile +++ b/devel/titano/Makefile @@ -17,6 +17,12 @@ COMMENT= An IDE for GNOME desktop LIB_DEPENDS= gtkeditor.0:${PORTSDIR}/x11-toolkits/libgtkeditor +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/${DISTNAME:S/b//} USE_REINPLACE= yes @@ -36,4 +42,4 @@ post-install: ${MKDIR} ${PREFIX}/share/gnome/pixmaps/titano ${INSTALL_DATA} ${WRKSRC}/src/xpm/* ${PREFIX}/share/gnome/pixmaps/titano -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/yacl/Makefile b/devel/yacl/Makefile index 8b352c3993d7..b3aa429f628e 100644 --- a/devel/yacl/Makefile +++ b/devel/yacl/Makefile @@ -14,6 +14,12 @@ DISTNAME= yacl-0170-beta MAINTAINER= ports@freebsd.org COMMENT= Portable programming library for C++ +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + NO_WRKSUBDIR= yes USE_ZIP= yes MAKE_ENV= YACLPATH=${WRKDIR} @@ -51,4 +57,4 @@ post-install: @strip ${PREFIX}/share/yacl/apps/bmpview @strip ${PREFIX}/share/yacl/apps/dlged -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/editors/fte/Makefile b/editors/fte/Makefile index a3909d67c227..3673aa032194 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -43,6 +43,10 @@ ADDITIONAL_DOCS= about.html \ .include "${FILESDIR}/conffiles" +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + do-build: (cd ${WRKSRC}/src ; ${MAKE} -f fte-unix.mak) (cd ${WRKSRC}/config ; ../src/cfte main.fte) diff --git a/editors/xenon/Makefile b/editors/xenon/Makefile index c9f70f8c015f..63eca50a182d 100644 --- a/editors/xenon/Makefile +++ b/editors/xenon/Makefile @@ -14,6 +14,12 @@ MASTER_SITES= http://sydney.proximity.com.au/~ben/xenon/dist/ \ MAINTAINER= jedgar@FreeBSD.org COMMENT= Simple X-based text editor +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes USE_REINPLACE= yes USE_X_PREFIX= yes @@ -37,4 +43,4 @@ do-install: @${MKDIR} ${PREFIX}/share/examples/xe ${INSTALL_DATA} ${WRKSRC}/xerc ${PREFIX}/share/examples/xe/sample.xerc -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index 2b30ae37366d..187e78123e35 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -18,6 +18,12 @@ COMMENT= An extensible hardware simulation framework with MC68K support RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_REINPLACE= yes @@ -32,4 +38,4 @@ post-patch: ${FIND} ${WRKSRC} -name Makefile -exec \ ${REINPLACE_CMD} -e 's/make/$(MAKE)/' \{\} \; -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile index fac31af7a38c..0d39389b4bec 100644 --- a/emulators/libvm68k/Makefile +++ b/emulators/libvm68k/Makefile @@ -15,8 +15,14 @@ MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= M68000 virtual machine library +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/emulators/qcl/Makefile b/emulators/qcl/Makefile index bb04b66cfbce..b8b40edb2f35 100644 --- a/emulators/qcl/Makefile +++ b/emulators/qcl/Makefile @@ -14,9 +14,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= huntting@glarp.com COMMENT= A quantum computer simulator +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt post-install: strip ${PREFIX}/bin/qcl -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/ftp/kwebget/Makefile b/ftp/kwebget/Makefile index 3177c37a4391..d27e9fdcd4c5 100644 --- a/ftp/kwebget/Makefile +++ b/ftp/kwebget/Makefile @@ -16,6 +16,12 @@ COMMENT= A KDE frontend to wget RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_KDELIBS_VER= 3 USE_BZIP2= yes USE_GMAKE= yes @@ -27,4 +33,4 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: @${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/kwebget/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/games/alephone/Makefile b/games/alephone/Makefile index bbf575941789..d25e4b4b24e5 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -18,6 +18,12 @@ COMMENT= The open source version of Bungie's Marathon game LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12:install \ SDL_image.10:${PORTSDIR}/graphics/sdl_image:install +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes @@ -34,4 +40,4 @@ post-install: @${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/games/battleball/Makefile b/games/battleball/Makefile index f9968fd62db5..1adae103a101 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -15,6 +15,12 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src MAINTAINER= ports@FreeBSD.org COMMENT= 3D single/multiplayer military soccer game for X Window System +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_X_PREFIX= yes USE_MESA= yes WRKSRC= ${WRKDIR}/battleball-2.1-src @@ -32,4 +38,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile index 23dc693b6a9d..8d13e2c7bdb8 100644 --- a/games/clanbomber/Makefile +++ b/games/clanbomber/Makefile @@ -16,10 +16,16 @@ COMMENT= A bomberman-like multiplayer game LIB_DEPENDS= clanCore.0:${PORTSDIR}/devel/clanlib +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" CFLAGS+= -fpermissive -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/games/nil/Makefile b/games/nil/Makefile index 282079ddb0fe..849a5f171d00 100644 --- a/games/nil/Makefile +++ b/games/nil/Makefile @@ -17,6 +17,12 @@ COMMENT= A multiplayer game that can be described as Quake in 2D or Worms done r LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config @@ -42,4 +48,4 @@ post-install: @${ECHO_MSG} "See ${PREFIX}/share/nil/README for usage instructions." @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/games/pipenightdreams/Makefile b/games/pipenightdreams/Makefile index d9302040e864..e63c29405cc8 100644 --- a/games/pipenightdreams/Makefile +++ b/games/pipenightdreams/Makefile @@ -15,6 +15,12 @@ COMMENT= A puzzle game similar to PipeMania LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config GNU_CONFIGURE= yes USE_BZIP2= yes @@ -34,4 +40,4 @@ post-patch: ${REINPLACE_CMD} "s|/usr/share/games|${LOCALBASE}/share|g" \ ${WRKSRC}/src/main.cpp -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/dynamechs/Makefile b/graphics/dynamechs/Makefile index 9111e30bd556..b9201d9cf10a 100644 --- a/graphics/dynamechs/Makefile +++ b/graphics/dynamechs/Makefile @@ -17,6 +17,12 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org COMMENT= A Multibody Dynamic Simulation Library +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_MESA= yes USE_GMAKE= yes MAKE_ENV= OPENGLINCDIR="${X11BASE}/include" \ @@ -35,4 +41,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/platform.freebsd/lib${dir}.so ${PREFIX}/lib .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/panorama/Makefile b/graphics/panorama/Makefile index ebd8c0b690a6..30a7ff705ff3 100644 --- a/graphics/panorama/Makefile +++ b/graphics/panorama/Makefile @@ -21,6 +21,12 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= GNU framework for 3D graphics production +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png \ ungif:${PORTSDIR}/graphics/libungif @@ -41,4 +47,4 @@ CPPFLAGS= -I${LOCALBASE}/include/freetype1/freetype \ -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 71ce923ef7ed..d1f3ff461c27 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -18,6 +18,12 @@ COMMENT= LostIRC is a simple and minimal IRC client for X LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \ intl.4:${PORTSDIR}/devel/gettext +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_X_PREFIX= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes @@ -39,4 +45,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/java/guavac/Makefile b/java/guavac/Makefile index 6e167e6c0514..a2b09ff12fda 100644 --- a/java/guavac/Makefile +++ b/java/guavac/Makefile @@ -13,6 +13,12 @@ MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/ MAINTAINER= nakai@FreeBSD.org COMMENT= Java compiler and decompiler developed under GPL +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= guavac.1 @@ -24,4 +30,4 @@ pre-install: post-install: @strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/dkimap4/Makefile b/mail/dkimap4/Makefile index b6625735a9e1..b74b1e0e69ba 100644 --- a/mail/dkimap4/Makefile +++ b/mail/dkimap4/Makefile @@ -16,6 +16,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= d.marks@student.umist.ac.uk COMMENT= IMAP4rev1 and POP3 server from the DBOX BBS package +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes GNU_CONFIGURE= yes @@ -47,4 +53,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/filtermail/Makefile b/mail/filtermail/Makefile index ce2bd0454df6..88297476b272 100644 --- a/mail/filtermail/Makefile +++ b/mail/filtermail/Makefile @@ -23,6 +23,12 @@ LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \ iconv:${PORTSDIR}/converters/libiconv \ gnugetopt:${PORTSDIR}/devel/libgnugetopt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" @@ -39,4 +45,4 @@ MAN5= filtermailrc.5 filtermailex.5 EXTRACT_AFTER_ARGS= | ${SED} 's/[mM][aA][iI][lL][fF][iI][lL][tT][eE][rR]/filtermail/g' | ${TAR} -xf - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/ftrack/Makefile b/mail/ftrack/Makefile index 34828e283b98..9fd1e0ec3550 100644 --- a/mail/ftrack/Makefile +++ b/mail/ftrack/Makefile @@ -16,6 +16,12 @@ COMMENT= FTN Messages tracker BUILD_DEPENDS= ${LOCALBASE}/lib/libsmapi.a:${PORTSDIR}/mail/smapi +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_ZIP= yes USE_REINPLACE= yes USE_GMAKE= yes @@ -48,4 +54,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/samples/${FILE} ${PREFIX}/etc/ftrack .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> 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> diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 08812385f11a..e1aa59323a09 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -95,6 +95,10 @@ post-extract: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + post-patch: @${FIND} ${WRKSRC} -type f -name "*.[ch]" | ${XARGS} -n 10 \ ${REINPLACE_CMD} -e \ diff --git a/multimedia/xmms-avi/Makefile b/multimedia/xmms-avi/Makefile index e1a249d53ed4..56ee89329b45 100644 --- a/multimedia/xmms-avi/Makefile +++ b/multimedia/xmms-avi/Makefile @@ -20,6 +20,12 @@ BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms LIB_DEPENDS= aviplay.0:${PORTSDIR}/multimedia/avifile RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config ONLY_FOR_ARCHS= i386 @@ -38,4 +44,4 @@ pre-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/libavixmms.so ${PREFIX}/lib/xmms/Input -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net-mgmt/oproute/Makefile b/net-mgmt/oproute/Makefile index b9647f05c3e8..f30ad28ff1e0 100644 --- a/net-mgmt/oproute/Makefile +++ b/net-mgmt/oproute/Makefile @@ -15,9 +15,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A tool for measuring general performance of the Internet +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/click/Makefile b/net/click/Makefile index 9d6ccabafaf3..07f2574782f4 100644 --- a/net/click/Makefile +++ b/net/click/Makefile @@ -13,6 +13,12 @@ MASTER_SITES= http://www.pdos.lcs.mit.edu/click/ MAINTAINER= gnn@neville-neil.com COMMENT= The Click Modular Router +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + GNU_CONFIGURE= yes USE_GMAKE= yes @@ -95,4 +101,4 @@ post-install: @echo "----------------------------------------------------" @echo -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/ns/Makefile b/net/ns/Makefile index 2b8615358a6f..1b489bdd1339 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -17,6 +17,12 @@ COMMENT= The UCB/LBNL Network Simulator Version 2 BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + MAN1= ns.1 MANCOMPRESSED= no @@ -32,4 +38,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/examples/ns2 ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/ns2/Makefile b/net/ns2/Makefile index 2b8615358a6f..1b489bdd1339 100644 --- a/net/ns2/Makefile +++ b/net/ns2/Makefile @@ -17,6 +17,12 @@ COMMENT= The UCB/LBNL Network Simulator Version 2 BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + MAN1= ns.1 MANCOMPRESSED= no @@ -32,4 +38,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/examples/ns2 ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/oproute/Makefile b/net/oproute/Makefile index b9647f05c3e8..f30ad28ff1e0 100644 --- a/net/oproute/Makefile +++ b/net/oproute/Makefile @@ -15,9 +15,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A tool for measuring general performance of the Internet +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/news/PicMonger/Makefile b/news/PicMonger/Makefile index c01937c8192e..9e9a0ad59539 100644 --- a/news/PicMonger/Makefile +++ b/news/PicMonger/Makefile @@ -16,9 +16,15 @@ COMMENT= An automated USENET (NNT) picture decoding client LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- RUN_DEPENDS= mpack:${PORTSDIR}/converters/mpack +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= imlib GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/news/newscache/Makefile b/news/newscache/Makefile index e270b484eb42..94ca2199005c 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -17,6 +17,12 @@ COMMENT= NewsCache is a free cache server for USENET News LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++ +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_AUTOMAKE_VER= 15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" @@ -28,4 +34,4 @@ MAN8= newscache.8 newscacheclean.8 updatenews.8 post-patch: cd ${WRKSRC}; ./autogen -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 7c2332bff255..c70b48865d5d 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -45,6 +45,10 @@ MANCOMPRESSED= no .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + CFLAGS+= -D__BSD_VISIBLE=1 CONFIGURE_ARGS+= --with-i18n --disable-pedantic --without-perl diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile index 48e2374ac26e..ceca01ab3936 100644 --- a/print/xmbibtex/Makefile +++ b/print/xmbibtex/Makefile @@ -14,10 +14,16 @@ MASTER_SITE_SUBDIR= apps/tex MAINTAINER= ports@FreeBSD.org COMMENT= A reference manager based on the BibTeX file format +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_MOTIF= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/science/qcl/Makefile b/science/qcl/Makefile index bb04b66cfbce..b8b40edb2f35 100644 --- a/science/qcl/Makefile +++ b/science/qcl/Makefile @@ -14,9 +14,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= huntting@glarp.com COMMENT= A quantum computer simulator +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt post-install: strip ${PREFIX}/bin/qcl -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 635bb7c229bd..0a6aabe68f71 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -16,6 +16,12 @@ MASTER_SITE_SUBDIR= vis5d MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL-based volumetric visualization program for scientific datasets +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + BUILD_DEPENDS= ${LOCALBASE}/lib/libmix.a:${PORTSDIR}/graphics/qslim \ convert:${PORTSDIR}/graphics/ImageMagick LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ @@ -35,4 +41,4 @@ INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_FLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index c97068522a0d..16319db525ec 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/Makefile @@ -17,6 +17,12 @@ COMMENT= Firewall Builder GUI for IPFilter LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes @@ -33,4 +39,4 @@ post-extract: @${PERL} -pi -e "s|^CFLAGS\s+=\s+-Wall\s+-g|CFLAGS = \@CFLAGS@ -Wall|" ${WRKSRC}/src/$i .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index c97068522a0d..16319db525ec 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -17,6 +17,12 @@ COMMENT= Firewall Builder GUI for IPFilter LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes @@ -33,4 +39,4 @@ post-extract: @${PERL} -pi -e "s|^CFLAGS\s+=\s+-Wall\s+-g|CFLAGS = \@CFLAGS@ -Wall|" ${WRKSRC}/src/$i .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/fwbuilder2/Makefile b/security/fwbuilder2/Makefile index c97068522a0d..16319db525ec 100644 --- a/security/fwbuilder2/Makefile +++ b/security/fwbuilder2/Makefile @@ -17,6 +17,12 @@ COMMENT= Firewall Builder GUI for IPFilter LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes @@ -33,4 +39,4 @@ post-extract: @${PERL} -pi -e "s|^CFLAGS\s+=\s+-Wall\s+-g|CFLAGS = \@CFLAGS@ -Wall|" ${WRKSRC}/src/$i .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/ndir/Makefile b/sysutils/ndir/Makefile index f6fb286c587d..b9ea70ccab99 100644 --- a/sysutils/ndir/Makefile +++ b/sysutils/ndir/Makefile @@ -15,6 +15,12 @@ EXTRACT_SUFX= -1.tar.gz MAINTAINER= markp@FreeBSD.org COMMENT= A featureful directory lister +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes USE_REINPLACE= yes ALL_TARGET= compile @@ -31,4 +37,4 @@ do-install: ${LN} -sf ndir ${PREFIX}/bin/lv ${INSTALL_MAN} ${WRKSRC}/ndir.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index 00602aa50051..da2cca048860 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -14,9 +14,15 @@ MASTER_SITE_SUBDIR= word2x MAINTAINER= billf@FreeBSD.org COMMENT= Converter from MS Word to text, HTML or LaTeX +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= word2x.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile index c944903c24c2..ae244172a009 100644 --- a/textproc/xmlpp/Makefile +++ b/textproc/xmlpp/Makefile @@ -14,6 +14,12 @@ MASTER_SITES= http://www.root.at/download/gpl/ MAINTAINER= ports@FreeBSD.org COMMENT= XML Parser and Validator +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_REINPLACE= yes FETCH_CMD= /usr/bin/fetch USE_GMAKE= yes @@ -23,4 +29,4 @@ pre-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|/usr/local/share|$$(datadir)|g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/logtools/Makefile b/www/logtools/Makefile index 15a1d1f6fd04..3d8e0ceb6e35 100644 --- a/www/logtools/Makefile +++ b/www/logtools/Makefile @@ -14,7 +14,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= xaa+ports@timewasters.nl COMMENT= Useful tools to deal with CLF files (Common Log File format) +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + GNU_CONFIGURE= yes MAN1= clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-themes/qnxstyle/Makefile b/x11-themes/qnxstyle/Makefile index 8cfcb64fdfcd..62e98d33ed27 100644 --- a/x11-themes/qnxstyle/Makefile +++ b/x11-themes/qnxstyle/Makefile @@ -17,6 +17,12 @@ COMMENT= A QNX style/theme for KDE3 BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ automake14:${PORTSDIR}/devel/automake14 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + KDELOOKITEM= 1444 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -25,4 +31,4 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile index e4d913d18e86..4a60d597bbc4 100644 --- a/x11-toolkits/v/Makefile +++ b/x11-toolkits/v/Makefile @@ -18,6 +18,12 @@ COMMENT= A C++ GUI development framework for X11 and Microsoft Windows BROKEN= compiler error in function fixup_memory_subreg .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/v USE_X_PREFIX= YES @@ -44,4 +50,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/viewkit/Makefile b/x11-toolkits/viewkit/Makefile index 186b3c7d24b1..bd8a2307b27e 100644 --- a/x11-toolkits/viewkit/Makefile +++ b/x11-toolkits/viewkit/Makefile @@ -21,6 +21,12 @@ COMMENT= ViewKit workalike from Hungry Programmers BUILD_DEPENDS= ${AUTOCONFIG}:${PORTSDIR}/devel/${AUTOCONFIG} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + AUTOCONFIG= autoconf MOTIFPACKAGE?= open-motif @@ -32,4 +38,4 @@ CONFIGURE_ARGS= --with-${MOTIFPACKAGE} pre-configure: @cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONFIG} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-wm/qnxstyle/Makefile b/x11-wm/qnxstyle/Makefile index 8cfcb64fdfcd..62e98d33ed27 100644 --- a/x11-wm/qnxstyle/Makefile +++ b/x11-wm/qnxstyle/Makefile @@ -17,6 +17,12 @@ COMMENT= A QNX style/theme for KDE3 BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ automake14:${PORTSDIR}/devel/automake14 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + KDELOOKITEM= 1444 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -25,4 +31,4 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index 1c28033dde8f..5e2cbf96bb63 100644 --- a/x11/decurs/Makefile +++ b/x11/decurs/Makefile @@ -16,6 +16,12 @@ COMMENT= A GTK+ based program that lets you edit you XFree86 mouse cursors LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +.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 @@ -28,4 +34,4 @@ do-install: ${FILESDIR}/decurs.exec > ${WRKSRC}/decurs.exec ${INSTALL_SCRIPT} ${WRKSRC}/decurs.exec ${X11BASE}/bin/decurs -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 30ef2768984f..2aff5bc2658a 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -16,6 +16,12 @@ COMMENT= A customizable program to run programs, with tab-completion BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +.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 @@ -33,4 +39,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11/qrash/Makefile b/x11/qrash/Makefile index c65dd313a04d..916420e4263b 100644 --- a/x11/qrash/Makefile +++ b/x11/qrash/Makefile @@ -18,6 +18,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= trevor@FreeBSD.org COMMENT= Animated musical demo for X11 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 USE_GMAKE= yes @@ -31,4 +37,4 @@ post-patch: ${FIND} ${WRKSRC} -type f -exec ${PERL} -pi -e \ "s:<malloc.h>:<stdlib.h>:g" {} \; -.include <bsd.port.mk> +.include <bsd.port.post.mk> |