summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
commitc1a0f8ede9b1500fbfeeddd49e14619623f520ad (patch)
treeda64bfdf1b4f9333a4a03d016667a79a61bbe190 /irc
parentDon't check the base system when PACKAGE_BUILDING (diff)
BROKEN on 5.x: Does not compile with gcc 3.4.2
Notes
Notes: svn path=/head/; revision=116340
Diffstat (limited to 'irc')
-rw-r--r--irc/ezbounce-devel/Makefile8
-rw-r--r--irc/ezbounce/Makefile8
-rw-r--r--irc/irc/Makefile4
-rw-r--r--irc/ircd-ru/Makefile4
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