svn commit: r353005 - head/mail/evolution-mapi

Koop Mast kwm at FreeBSD.org
Mon May 5 14:12:10 UTC 2014


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:


More information about the svn-ports-head mailing list