diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
commit | 8eba96b36ad4230e29c29044a42608050210a1f7 (patch) | |
tree | 1ded10deafb806a07b1bf673070f413ce7ec1884 | |
parent | 487e44169b5eab1086657b11b255d372dbb4abee (diff) | |
download | freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.zst freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.zip |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
-rw-r--r-- | archivers/rvm/Makefile | 8 | ||||
-rw-r--r-- | audio/teknap/Makefile | 4 | ||||
-rw-r--r-- | chinese/cce/Makefile | 8 | ||||
-rw-r--r-- | databases/pgbash/Makefile | 8 | ||||
-rw-r--r-- | devel/a2dev/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-ORBit/Makefile | 8 | ||||
-rw-r--r-- | devel/stlport/Makefile | 4 | ||||
-rw-r--r-- | games/uox3/Makefile | 8 | ||||
-rw-r--r-- | graphics/Hermes/Makefile | 4 | ||||
-rw-r--r-- | graphics/libvisual/Makefile | 4 | ||||
-rw-r--r-- | graphics/ray++/Makefile | 4 | ||||
-rw-r--r-- | irc/ircd-rusnet/Makefile | 4 | ||||
-rw-r--r-- | irc/trickyirc/Makefile | 8 | ||||
-rw-r--r-- | lang/pfe-devel/Makefile | 8 | ||||
-rw-r--r-- | lang/pfe/Makefile | 8 | ||||
-rw-r--r-- | lang/scriba/Makefile | 4 | ||||
-rw-r--r-- | mail/smc-milter/Makefile | 8 | ||||
-rw-r--r-- | mail/zmailer/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/teknap/Makefile | 4 | ||||
-rw-r--r-- | net/gnu-finger/Makefile | 8 | ||||
-rw-r--r-- | net/plb/Makefile | 8 | ||||
-rw-r--r-- | palm/prc-tools/Makefile | 8 | ||||
-rw-r--r-- | security/sfs/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-libxml/Makefile | 8 | ||||
-rw-r--r-- | textproc/ruby-xtemplate/Makefile | 8 | ||||
-rw-r--r-- | textproc/xmlwrapp/Makefile | 4 | ||||
-rw-r--r-- | www/udmsearch/Makefile | 4 | ||||
-rw-r--r-- | www/webredirect/Makefile | 8 |
28 files changed, 157 insertions, 15 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index 7a3d8abbc2b6..6fbcfd820aec 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -31,4 +31,10 @@ MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" MAN1= rvm.1 PLIST_FILES= bin/rvm -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> diff --git a/audio/teknap/Makefile b/audio/teknap/Makefile index e5ea68cb8fd9..e2f16a7774d5 100644 --- a/audio/teknap/Makefile +++ b/audio/teknap/Makefile @@ -35,6 +35,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 CONFIGURE_ARGS+=--with-gtk diff --git a/chinese/cce/Makefile b/chinese/cce/Makefile index 7ecbeed2fc3d..c40346a419d8 100644 --- a/chinese/cce/Makefile +++ b/chinese/cce/Makefile @@ -22,4 +22,10 @@ HAS_CONFIGURE= yes MAN1= cce.1 cceconv.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> diff --git a/databases/pgbash/Makefile b/databases/pgbash/Makefile index 7fdc704862a7..b4ed3a77a4a2 100644 --- a/databases/pgbash/Makefile +++ b/databases/pgbash/Makefile @@ -31,6 +31,12 @@ USE_GMAKE= yes CONFIGURE_ARGS= --pginc-prefix=${LOCALBASE}/include --pglib-prefix=${LOCALBASE}/lib +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-extract: @${ECHO_MSG} ">>> extracting bash" @${TAR} -C ${WRKDIR}/pgbash-7.3/src -xzf ${DISTDIR}/bash-2.05a.tar.gz @@ -50,4 +56,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pgbash ${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/pgbash-7.3/rc/pgbashrc ${PREFIX}/etc/pgbashrc-dist -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/a2dev/Makefile b/devel/a2dev/Makefile index 20af2d5233d5..4aa26e1adf08 100644 --- a/devel/a2dev/Makefile +++ b/devel/a2dev/Makefile @@ -26,6 +26,10 @@ MAN1= a2asm.1 a2link.1 a2load.1 a2objx.1 BROKEN= "Does not compile on !i386" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O3|${CFLAGS}|' \ ${WRKSRC}/Make.defs diff --git a/devel/p5-ORBit/Makefile b/devel/p5-ORBit/Makefile index 39abefe541d3..a73575d8a540 100644 --- a/devel/p5-ORBit/Makefile +++ b/devel/p5-ORBit/Makefile @@ -29,4 +29,10 @@ MAN3= CORBA::ORBit.3 \ CORBA::ORBit::ULongLong.3 \ CORBA::ORBit::mapping.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index e2aff4807b4b..7ecd2dc1c865 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -28,6 +28,10 @@ BROKEN= "Segfault during build on alpha" BROKEN= "Requires /usr/include/wchar.h for compilation" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/} USE_GMAKE= yes diff --git a/games/uox3/Makefile b/games/uox3/Makefile index 739674bd80a1..52f8f5146ded 100644 --- a/games/uox3/Makefile +++ b/games/uox3/Makefile @@ -26,6 +26,12 @@ USE_GMAKE= YES MAKEFILE= makefile ALL_TARGET= linux +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + do-build: cd ${WRKSRC}/dev && ${GMAKE} -f ${MAKEFILE} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ${ALL_TARGET} @@ -50,4 +56,4 @@ do-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 1514ada1d6b7..801659487c81 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -33,6 +33,10 @@ PORTDOCS= * IGNORE= is broken on sparc64: interchanges red and blue colour channels in images .endif +.if ${ARCH} == i386 && ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 on i386 +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index ef44696a15cd..0860f5a3cdbe 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -28,6 +28,10 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 && ${ARCH} == i386 +BROKEN= Does not compile with GCC 4.2 on i386 +.endif + post-patch: @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \ -e 's|-O3|${CFLAGS}|g' \ diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile index ed6a06154578..36a731cb00d9 100644 --- a/graphics/ray++/Makefile +++ b/graphics/ray++/Makefile @@ -27,6 +27,10 @@ USE_LDCONFIG= yes BROKEN= "Does not compile on !i386" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure diff --git a/irc/ircd-rusnet/Makefile b/irc/ircd-rusnet/Makefile index 57401098e7ee..5364893d75a3 100644 --- a/irc/ircd-rusnet/Makefile +++ b/irc/ircd-rusnet/Makefile @@ -75,6 +75,10 @@ CONFIGURE_ARGS+=--enable-dsm BROKEN= "Does not build on amd64" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + pre-configure: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-CONFIGURE diff --git a/irc/trickyirc/Makefile b/irc/trickyirc/Makefile index b7efebd60415..006ed08f7a3e 100644 --- a/irc/trickyirc/Makefile +++ b/irc/trickyirc/Makefile @@ -19,6 +19,12 @@ MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/trickyirc USE_GMAKE= YES +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-install: @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC # @ ${MKDIR} ${PREFIX}/share/examples/TrickyIRC @@ -29,4 +35,4 @@ post-install: @${STRIP_CMD} ${PREFIX}/bin/trickyirc @${CAT} ${PKGMESSAGE} | ${SED} -e s:/usr/local:${PREFIX}: -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/lang/pfe-devel/Makefile b/lang/pfe-devel/Makefile index 3ddbc67f0cf3..0897d7d4ea72 100644 --- a/lang/pfe-devel/Makefile +++ b/lang/pfe-devel/Makefile @@ -27,4 +27,10 @@ CONFIGURE_ARGS= --mandir=${PREFIX}/man MAN1= pfe.1 pfe-config.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 3ddbc67f0cf3..0897d7d4ea72 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -27,4 +27,10 @@ CONFIGURE_ARGS= --mandir=${PREFIX}/man MAN1= pfe.1 pfe-config.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile index 99f524a9657f..a549d670574e 100644 --- a/lang/scriba/Makefile +++ b/lang/scriba/Makefile @@ -36,6 +36,10 @@ OPTIONS= BDB "Berkeley DB extension" off \ BROKEN= "fails to compile" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not install +.endif + # Dependencies for port options .if defined(WITH_BDB) diff --git a/mail/smc-milter/Makefile b/mail/smc-milter/Makefile index 271f8645b7bf..668a95886444 100644 --- a/mail/smc-milter/Makefile +++ b/mail/smc-milter/Makefile @@ -22,6 +22,12 @@ MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS} NOMAN= +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e 's|\/opt\/SMC|${PREFIX}\/etc\/smc|g' \ ${WRKSRC}/smc-milter.h @@ -30,4 +36,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/smc-milter.sh \ ${PREFIX}/etc/rc.d/smc-milter.sh.sample -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/zmailer/Makefile b/mail/zmailer/Makefile index 657564770d92..8c559dd8dac8 100644 --- a/mail/zmailer/Makefile +++ b/mail/zmailer/Makefile @@ -26,6 +26,10 @@ CONFIGURE_ARGS= --without-openssl .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + CONFIGURE_ARGS+=--prefix=${PREFIX}/ \ --with-mailbin=${PREFIX}/sbin \ --with-mailbox=/var/mail \ diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile index e5ea68cb8fd9..e2f16a7774d5 100644 --- a/net-p2p/teknap/Makefile +++ b/net-p2p/teknap/Makefile @@ -35,6 +35,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 CONFIGURE_ARGS+=--with-gtk diff --git a/net/gnu-finger/Makefile b/net/gnu-finger/Makefile index 64a13eb98d56..903bcdf389ca 100644 --- a/net/gnu-finger/Makefile +++ b/net/gnu-finger/Makefile @@ -33,6 +33,12 @@ post-patch: HAS_CONFIGURE= yes INSTALL_TARGET= server +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-install: ${MKDIR} ${PREFIX}/etc/fingerdir ${MKDIR} ${PREFIX}/etc/rc.d @@ -42,4 +48,4 @@ post-install: @${ECHO_CMD} "GNU.finger.server.hostname" > ${PREFIX}/etc/fingerdir/serverhost.sample @${ECHO_CMD} "mail.spool.server.hostname" > ${PREFIX}/etc/fingerdir/mailhost.sample -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/plb/Makefile b/net/plb/Makefile index 1b1531d0e290..beb9f34643f3 100644 --- a/net/plb/Makefile +++ b/net/plb/Makefile @@ -22,6 +22,12 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc MAN8= plb.8 DOCS= AUTHORS CONTACT COPYING NEWS README THANKS TODO +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-extract: @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/plb.sh.sample \ > ${WRKSRC}/plb.sh.sample @@ -38,4 +44,4 @@ post-install: @${ECHO_CMD} "to adapt it to your needs, and save it as ${PREFIX}/etc/plb.conf.sample." @${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 1cfc18ef08f8..4ced1d8f696e 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -66,6 +66,12 @@ MAN7= fsf-funding.7 gfdl.7 gpl.7 CFLAGS:= ${CFLAGS:C/-m[-=0-9a-z]*//g} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-extract: @(cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}.tar.gz ${EXTRACT_AFTER_ARGS}) @@ -125,4 +131,4 @@ post-install: ${RM} ${PREFIX}/pilot/bin/m68k-palmos-c++filt ${RM} ${PREFIX}/pilot/lib/libiberty.a -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/sfs/Makefile b/security/sfs/Makefile index f97a5144c90d..4f2d26f7a67a 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -36,6 +36,10 @@ LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 IGNORE= nfsmounter component fails to execute correctly on ${ARCH} systems .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + MAN1= \ dirsearch.1 \ newaid.1 \ diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index a94cd856e42c..4cc3ddae767f 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -26,4 +26,10 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/ruby-xtemplate/Makefile b/textproc/ruby-xtemplate/Makefile index 69ad3f2d494f..c3f55ed3e231 100644 --- a/textproc/ruby-xtemplate/Makefile +++ b/textproc/ruby-xtemplate/Makefile @@ -26,6 +26,12 @@ CONFIGURE_ARGS= --with-ext DOCS_EN= CHANGES README STATUS TUTORIAL +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} @@ -36,4 +42,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index 5c5af810dea3..b8d678e88012 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -27,6 +27,10 @@ CFLAGS+= -fPIC .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${HAVE_GNOME:Mlibxslt}!="" USE_GNOME+= libxslt .else diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index 0c7fbd7f39f5..e3af123df123 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -29,6 +29,10 @@ MAN5= indexer.conf.5 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if defined(WITH_MSQL) BUILD_DEPENDS= ${PREFIX}/lib/libmsql.a:${PORTSDIR}/databases/msql CONFIGURE_ARGS+= --with-msql=${LOCALBASE} diff --git a/www/webredirect/Makefile b/www/webredirect/Makefile index f842b420b428..c057e6d27d91 100644 --- a/www/webredirect/Makefile +++ b/www/webredirect/Makefile @@ -20,6 +20,12 @@ MAN1= webredirect.1 PLIST_FILES= bin/webredirect USE_RC_SUBR= webredirect.sh +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + pre-build: @${TOUCH} ${WRKSRC}/incu/depend.mk @${TOUCH} ${WRKSRC}/depend.mk @@ -28,4 +34,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/webredirect ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/webredirect.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |