svn commit: r342086 - head/mail/libmapi

Antoine Brodin antoine at FreeBSD.org
Fri Jan 31 22:15:14 UTC 2014


Author: antoine
Date: Fri Jan 31 22:15:13 2014
New Revision: 342086
URL: http://svnweb.freebsd.org/changeset/ports/342086
QAT: https://qat.redports.org/buildarchive/r342086/

Log:
  Mark broken: Does not compile
  
  On 8 and 9:
  Compiling libmapi/IMessage.c with -fPIC
  libmapi/IMessage.c: In function 'ModifyRecipients':
  libmapi/IMessage.c:764: error: 'struct ndr_push' has no member named 'iconv_convenience'
  libmapi/IMessage.c:764: warning: implicit declaration of function 'smb_iconv_convenience_init'
  gmake: *** [libmapi/IMessage.po] Error 1
  *** Error code 1
  
  On 10 and head:
  libmapi/IMessage.c:764:8: error: no member named 'iconv_convenience' in 'struct ndr_push'
                  ndr->iconv_convenience = smb_iconv_convenience_init(mem_ctx, "CP850", "UTF8", true);
                  ~~~  ^
  libmapi/IMessage.c:764:28: warning: implicit declaration of function 'smb_iconv_convenience_init' is invalid in C99 [-Wimplicit-function-declaration]
                  ndr->iconv_convenience = smb_iconv_convenience_init(mem_ctx, "CP850", "UTF8", true);
                                           ^
  1 warning and 1 error generated.
  gmake[1]: *** [libmapi/IMessage.po] Error 1
  gmake[1]: Leaving directory `/wrkdirs/usr/ports/mail/libmapi/work/openchange-0.9-COCHRANE'
  *** Error code 1
  
  Reported by:	pkg-fallout since august 2013
  With hat:	portmgr

Modified:
  head/mail/libmapi/Makefile

Modified: head/mail/libmapi/Makefile
==============================================================================
--- head/mail/libmapi/Makefile	Fri Jan 31 22:12:11 2014	(r342085)
+++ head/mail/libmapi/Makefile	Fri Jan 31 22:15:13 2014	(r342086)
@@ -12,6 +12,8 @@ DISTNAME=	openchange-${PORTVERSION}-${CO
 MAINTAINER=	kwm at FreeBSD.org
 COMMENT=	Open Source implementation of Microsoft Exchange protocols
 
+BROKEN=		Does not compile
+
 BUILD_DEPENDS=	${HOSTCONFIG}:${PORTSDIR}/net/samba4 \
 		pidl:${PORTSDIR}/devel/p5-Parse-Pidl
 LIB_DEPENDS=	libical.so:${PORTSDIR}/devel/libical \


More information about the svn-ports-all mailing list