diff options
-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 3e47453d26dd..18b0f573186e 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 3e47453d26dd..18b0f573186e 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 b05be9a8b9d9..7d5641b10d54 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 b05be9a8b9d9..7d5641b10d54 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 |