From owner-svn-ports-all@FreeBSD.ORG Mon May 5 14:12:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 564D5D91; Mon, 5 May 2014 14:12:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 434421211; Mon, 5 May 2014 14:12:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s45ECAkY019334; Mon, 5 May 2014 14:12:10 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s45ECAEP019333; Mon, 5 May 2014 14:12:10 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201405051412.s45ECAEP019333@svn.freebsd.org> From: Koop Mast Date: Mon, 5 May 2014 14:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353005 - head/mail/evolution-mapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 14:12:10 -0000 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 post-patch: