diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-06 22:16:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-06 22:16:17 +0800 |
commit | adfaaf935a7f7b019b75b7918d06290a58da9bd1 (patch) | |
tree | 137ddef64cd04c63e8c998cdb41275c220332003 /net-im | |
parent | b353b53ffe9279922cba68b6ee4836ddee72b1a9 (diff) | |
download | freebsd-ports-gnome-adfaaf935a7f7b019b75b7918d06290a58da9bd1.tar.gz freebsd-ports-gnome-adfaaf935a7f7b019b75b7918d06290a58da9bd1.tar.zst freebsd-ports-gnome-adfaaf935a7f7b019b75b7918d06290a58da9bd1.zip |
Mark as broken:
YSM.h:454:8: warning: extra tokens at end of #endif directive
YSM_Lists.c: In function 'List_init':
YSM_Lists.c:57: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness
YSM_Lists.c: In function 'List_delSLAVE':
YSM_Lists.c:207: error: expected expression before '/' token
gmake[1]: *** [YSM_Lists.o] Error 1
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ysm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/ysm/Makefile b/net-im/ysm/Makefile index 70af30f001b4..6ae527fc8217 100644 --- a/net-im/ysm/Makefile +++ b/net-im/ysm/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}v${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org COMMENT= Command line ICQ client with ICQ2000 and recoding support +BROKEN= Fails to install + USE_CSTD= c89 USES= iconv gmake |