summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-18 22:29:22 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-18 22:29:22 +0000
commit0f0317e60c1b1cb78dd0054ebf096e4b35439983 (patch)
tree8fdd255eed398985c106f266a3b7b5407634e82d
parentUpgrade to 0.10.3.1. (diff)
* Mark BROKEN on 5.x as it crashes or hangs depending on malloc options
* De-pkg-comment
Notes
Notes: svn path=/head/; revision=75821
-rw-r--r--net/gabber/Makefile9
-rw-r--r--net/gabber/pkg-comment1
2 files changed, 8 insertions, 2 deletions
diff --git a/net/gabber/Makefile b/net/gabber/Makefile
index 40bdfadd61fc..95dd0853c1af 100644
--- a/net/gabber/Makefile
+++ b/net/gabber/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gabber: The GNOME Jabber Client
.if defined(WITH_XMMS)
BUILD_DEPENDS+= xmms-config:${PORTSDIR}/multimedia/xmms
@@ -35,8 +36,14 @@ CONFIGURE_ARGS= --disable-xmms
MAN1= gabber.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Crashes or hangs on 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net/gabber/pkg-comment b/net/gabber/pkg-comment
deleted file mode 100644
index 821f5dadc6d3..000000000000
--- a/net/gabber/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Gabber: The GNOME Jabber Client