diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
commit | 22f7514ac919166ba72b426b3e50500eb7045feb (patch) | |
tree | 833ea06148a6d04c639882998b046989806a59ed /irc | |
parent | 4ec31d9ff5afbe149c71d6a49f257023b2ad0b13 (diff) | |
download | freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.tar.gz freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.tar.zst freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.zip |
Mark a few ports BROKEN: unfetchable
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircproxy/Makefile | 2 | ||||
-rw-r--r-- | irc/irssi-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/nefarious/Makefile | 2 | ||||
-rw-r--r-- | irc/qwebirc/Makefile | 2 | ||||
-rw-r--r-- | irc/ratbox-respond/Makefile | 2 | ||||
-rw-r--r-- | irc/slirc/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile index 18660a4aed0f..e9637220dd6e 100644 --- a/irc/ircproxy/Makefile +++ b/irc/ircproxy/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= IRC proxy/bouncer daemon +BROKEN= unfetchable + LICENSE= GPLv3 LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index 6b92f579b09a..c70dd2c426d6 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/Makefile @@ -10,6 +10,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Modular IRC client with many features +BROKEN= unfetchable + LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 CONFLICTS= irssi-0.8* diff --git a/irc/nefarious/Makefile b/irc/nefarious/Makefile index 8d5994d52a1b..d5a3e831b2dc 100644 --- a/irc/nefarious/Makefile +++ b/irc/nefarious/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/evilnet/${PORTNAME}%20IRCu/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= IRC server used by evilnet based off of Undernet's ircu +BROKEN= unfetchable + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash diff --git a/irc/qwebirc/Makefile b/irc/qwebirc/Makefile index 1e689484c2dc..d87f6fcb37d1 100644 --- a/irc/qwebirc/Makefile +++ b/irc/qwebirc/Makefile @@ -12,6 +12,8 @@ EXTRACT_SUFX= .gz MAINTAINER= ports@FreeBSD.org COMMENT= Fast, easy to use, free, and open source web IRC client +BROKEN= unfetchable + LICENSE= GPLv2 USES= python twisted:run,conch,mail,names,web,words diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile index 7f59f3ef68bf..23d2f88acb82 100644 --- a/irc/ratbox-respond/Makefile +++ b/irc/ratbox-respond/Makefile @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox +BROKEN= unfetchable + CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} diff --git a/irc/slirc/Makefile b/irc/slirc/Makefile index 0537898e8f6e..5d347ca32d91 100644 --- a/irc/slirc/Makefile +++ b/irc/slirc/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://members.core.com/~stabro/ MAINTAINER= ports@FreeBSD.org COMMENT= SLang-based IRC client +BROKEN= unfetchable + LIB_DEPENDS= ${LIB_DEPENDS_LIBSLANG} USES= gmake tar:tgz |