svn commit: r335747 - head/net-im/ysm

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 6 14:16:18 UTC 2013


Author: bapt
Date: Fri Dec  6 14:16:17 2013
New Revision: 335747
URL: http://svnweb.freebsd.org/changeset/ports/335747

Log:
  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

Modified:
  head/net-im/ysm/Makefile

Modified: head/net-im/ysm/Makefile
==============================================================================
--- head/net-im/ysm/Makefile	Fri Dec  6 14:15:14 2013	(r335746)
+++ head/net-im/ysm/Makefile	Fri Dec  6 14:16:17 2013	(r335747)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}v${PORTVERSION:S/./
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Command line ICQ client with ICQ2000 and recoding support
 
+BROKEN=		Fails to install
+
 USE_CSTD=	c89
 
 USES=		iconv gmake


More information about the svn-ports-head mailing list