From owner-svn-ports-head@FreeBSD.ORG Mon Oct 15 22:08:04 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B93F4A0D; Mon, 15 Oct 2012 22:08:04 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 81DC58FC0A; Mon, 15 Oct 2012 22:08:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9FM84Vs083654; Mon, 15 Oct 2012 22:08:04 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9FM8463083652; Mon, 15 Oct 2012 22:08:04 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201210152208.q9FM8463083652@svn.freebsd.org> From: Koop Mast Date: Mon, 15 Oct 2012 22:08:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305940 - head/mail/libmapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2012 22:08:05 -0000 Author: kwm Date: Mon Oct 15 22:08:03 2012 New Revision: 305940 URL: http://svn.freebsd.org/changeset/ports/305940 Log: Fix build by direct depending on tevent. Bump portrevision [1] While here update Makefile header. Switch pre.mk/post.mk with options.mk. Replace lib_depends on sqlite with USE_SQLITE. Switch to USE_PKGCONFIG=build. remove library versions in lib_depends Submitted by: beatmail [1] Feature safe: yes Modified: head/mail/libmapi/Makefile Modified: head/mail/libmapi/Makefile ============================================================================== --- head/mail/libmapi/Makefile Mon Oct 15 21:34:19 2012 (r305939) +++ head/mail/libmapi/Makefile Mon Oct 15 22:08:03 2012 (r305940) @@ -1,13 +1,9 @@ -# New ports collection makefile for: libmapi -# Date created: 1 May 2009 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ -# PORTNAME= libmapi PORTVERSION= 0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF MASTER_SITE_SUBDIR=openchange/openchange/openchange-${PORTVERSION}%20${CODENAME}/ @@ -18,17 +14,18 @@ COMMENT= Open Source implementation of M BUILD_DEPENDS= ${HOSTCONFIG}:${PORTSDIR}/net/samba4-devel \ pidl:${PORTSDIR}/devel/p5-Parse-Pidl -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - ical.44:${PORTSDIR}/devel/libical \ - tdb.1:${PORTSDIR}/databases/tdb \ - talloc.2:${PORTSDIR}/devel/talloc +LIB_DEPENDS= ical:${PORTSDIR}/devel/libical \ + tdb:${PORTSDIR}/databases/tdb \ + tevent:${PORTSDIR}/devel/tevent \ + talloc:${PORTSDIR}/devel/talloc RUN_DEPENDS= ${HOSTCONFIG}:${PORTSDIR}/net/samba4-devel HOSTCONFIG= ${LOCALBASE}/libdata/pkgconfig/samba-hostconfig.pc CODENAME= COCHRANE USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_SQLITE= 3 +USE_PKGCONFIG= build USE_PYTHON= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -40,7 +37,7 @@ OPTIONS_DEFINE= BOOST DOXYGEN OPTIONS_DEFAULT= BOOST BOOST_DESC= Enable libmapi++ (needs boost) -.include +.include CONFIGURE_ARGS+= --disable-swig-perl CONFIGURE_ARGS+= --disable-pymapi @@ -68,4 +65,4 @@ post-install: @${LN} -fs ${PREFIX}/lib/${i}.so.0.9 ${PREFIX}/lib/${i}.so.0 .endfor -.include +.include