diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:33:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:33:05 +0000 |
commit | c1a0f8ede9b1500fbfeeddd49e14619623f520ad (patch) | |
tree | da64bfdf1b4f9333a4a03d016667a79a61bbe190 /irc | |
parent | 01977fcaeadf6fa6fe54d180a7f6ec93d5742226 (diff) | |
download | ports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.tar.gz ports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce-devel/Makefile | 8 | ||||
-rw-r--r-- | irc/ezbounce/Makefile | 8 | ||||
-rw-r--r-- | irc/irc/Makefile | 4 | ||||
-rw-r--r-- | irc/ircd-ru/Makefile | 4 |
4 files changed, 22 insertions, 2 deletions
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile index 22ca7ba7ffc2..c03e26be16a6 100644 --- a/irc/ezbounce-devel/Makefile +++ b/irc/ezbounce-devel/Makefile @@ -33,6 +33,12 @@ PLIST_SUB+= SSL="" PLIST_SUB+= SSL="@comment " .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build options:" @@ -78,4 +84,4 @@ do-install: .endif @${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index 22ca7ba7ffc2..c03e26be16a6 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -33,6 +33,12 @@ PLIST_SUB+= SSL="" PLIST_SUB+= SSL="@comment " .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build options:" @@ -78,4 +84,4 @@ do-install: .endif @${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/irc/irc/Makefile b/irc/irc/Makefile index e59d0afa56a5..7b2bf86fc42d 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -39,6 +39,10 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ircd.sh .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + .if ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ip6 .endif diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 13dd1f54696d..7664076e2ef9 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -63,6 +63,10 @@ CONFIGURE_ARGS+=--enable-select .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + .if ${ARCH} == "amd64" BROKEN= "Does not compile on amd64" .endif |