From 3665625bca90d7a1ce23e99ed5037b1457e3b252 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 12 Jul 2003 06:26:42 +0000 Subject: * Mark IGNORE for -CURRENT since it doesn't look like this port will ever work with GCC 3.x * Release maintainership as we now have two other GNOME 2 Jabber clients in the tree (gnome-jabber and gossip) --- net/gabber/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/gabber/Makefile b/net/gabber/Makefile index 1f78219a1f8..f254277b954 100644 --- a/net/gabber/Makefile +++ b/net/gabber/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GNOME Jabber Client .if defined(WITH_XMMS) @@ -36,7 +36,7 @@ MAN1= gabber.1 .include .if ${OSVERSION} > 500000 -BROKEN= "Crashes or hangs on 5.x" +IGNORE= "Crashes or hangs on 5.x" .endif pre-build: -- cgit