diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-12 14:26:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-12 14:26:42 +0800 |
commit | 3665625bca90d7a1ce23e99ed5037b1457e3b252 (patch) | |
tree | 60845977eea3a21e1e224269106e9b961336d0f1 | |
parent | 847161c70492a61a72e02e103e9d7eb603d2644d (diff) | |
download | freebsd-ports-gnome-3665625bca90d7a1ce23e99ed5037b1457e3b252.tar.gz freebsd-ports-gnome-3665625bca90d7a1ce23e99ed5037b1457e3b252.tar.zst freebsd-ports-gnome-3665625bca90d7a1ce23e99ed5037b1457e3b252.zip |
* 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)
-rw-r--r-- | net/gabber/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gabber/Makefile b/net/gabber/Makefile index 1f78219a1f8e..f254277b9541 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 <bsd.port.pre.mk> .if ${OSVERSION} > 500000 -BROKEN= "Crashes or hangs on 5.x" +IGNORE= "Crashes or hangs on 5.x" .endif pre-build: |