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
This commit is contained in:
Antoine Brodin 2014-01-31 22:15:13 +00:00
parent 9372ec7e11
commit 3da360b005
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342086

View File

@ -12,6 +12,8 @@ DISTNAME= openchange-${PORTVERSION}-${CODENAME}
MAINTAINER= kwm@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 \