Date: Mon, 5 May 2014 14:12:10 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353005 - head/mail/evolution-mapi Message-ID: <201405051412.s45ECAEP019333@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon May 5 14:12:09 2014 New Revision: 353005 URL: http://svnweb.freebsd.org/changeset/ports/353005 QAT: https://qat.redports.org/buildarchive/r353005/ Log: Mark IGNORE. This version doesn't build with libmapi 2.1. Remove NO_STAGE, and switch to USES=tar:bzip2 Modified: head/mail/evolution-mapi/Makefile Modified: head/mail/evolution-mapi/Makefile ============================================================================== --- head/mail/evolution-mapi/Makefile Mon May 5 14:09:23 2014 (r353004) +++ head/mail/evolution-mapi/Makefile Mon May 5 14:12:09 2014 (r353005) @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mai PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc -USE_BZIP2= yes -USES= gettext +IGNORE= doesn't build with current libmapi + +USES= gettext tar:bzip2 USE_GMAKE= yes USE_GNOME= evolutiondataserver USE_LDCONFIG= yes @@ -31,7 +32,6 @@ EVO_VERSION= 2.32 EDS_VERSION= 1.2 PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION} -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405051412.s45ECAEP019333>