diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 06:39:25 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 06:39:25 +0000 |
commit | e7f9db074ba0adc47d225bc38af462fb801dbe6c (patch) | |
tree | b5546e4b93633b01a482f0d953f0c65e764e2111 | |
parent | a2740c806732a4e8d7cfcbe92d3a7b0dce8aceb8 (diff) | |
download | FreeBSD-ports-e7f9db074ba0adc47d225bc38af462fb801dbe6c.zip FreeBSD-ports-e7f9db074ba0adc47d225bc38af462fb801dbe6c.tar.gz |
BROKEN on 5.x: does not compile
-rw-r--r-- | irc/irssi-devel/Makefile | 4 | ||||
-rw-r--r-- | irc/irssi/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/dctc/Makefile | 4 | ||||
-rw-r--r-- | net/dctc/Makefile | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index 3e47453..18b0f57 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/Makefile @@ -23,6 +23,10 @@ MAN1= irssi.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + # Set option defaults. .if ! defined(WITH_GLIB) diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 3e47453..18b0f57 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -23,6 +23,10 @@ MAN1= irssi.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + # Set option defaults. .if ! defined(WITH_GLIB) diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index b05be9a..7d5641b 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/dctc/Makefile @@ -58,6 +58,10 @@ DOC_FILES= COPYING ChangeLog INSTALL README \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-extract: @${CP} ${FILESDIR}/lp_mutex.c ${WRKSRC}/src diff --git a/net/dctc/Makefile b/net/dctc/Makefile index b05be9a..7d5641b 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -58,6 +58,10 @@ DOC_FILES= COPYING ChangeLog INSTALL README \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-extract: @${CP} ${FILESDIR}/lp_mutex.c ${WRKSRC}/src |