Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 22:15:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342086 - head/mail/libmapi
Message-ID:  <201401312215.s0VMFEgq030073@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401312215.s0VMFEgq030073>