diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-01 06:15:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-01 06:15:13 +0800 |
commit | 65e88c81ba640411a6830fdac798e7ddc8c56c7e (patch) | |
tree | e1f37d6283b465d1d9499925d92784b50cb6f661 /mail | |
parent | 1ff63db50231e743b43777ac0ad1f9bc96e44ab2 (diff) | |
download | freebsd-ports-gnome-65e88c81ba640411a6830fdac798e7ddc8c56c7e.tar.gz freebsd-ports-gnome-65e88c81ba640411a6830fdac798e7ddc8c56c7e.tar.zst freebsd-ports-gnome-65e88c81ba640411a6830fdac798e7ddc8c56c7e.zip |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libmapi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/libmapi/Makefile b/mail/libmapi/Makefile index f75cde189f45..0fee671e135d 100644 --- a/mail/libmapi/Makefile +++ b/mail/libmapi/Makefile @@ -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 \ |