1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

* Mark BROKEN on 5.x as it crashes or hangs depending on malloc options

* De-pkg-comment
This commit is contained in:
Joe Marcus Clarke 2003-02-18 22:29:22 +00:00
parent cc9539a950
commit 0f0317e60c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75821
2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -1 +0,0 @@
Gabber: The GNOME Jabber Client