From owner-svn-ports-all@freebsd.org Sat Mar 11 02:31:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF815D062AD; Sat, 11 Mar 2017 02:31:18 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 AF4E895C; Sat, 11 Mar 2017 02:31:18 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2B2VH9S081897; Sat, 11 Mar 2017 02:31:17 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2B2VHKn081896; Sat, 11 Mar 2017 02:31:17 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201703110231.v2B2VHKn081896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Sat, 11 Mar 2017 02:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435879 - head/mail/cyrus-imapd30 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.23 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: Sat, 11 Mar 2017 02:31:19 -0000 Author: ume Date: Sat Mar 11 02:31:17 2017 New Revision: 435879 URL: https://svnweb.freebsd.org/changeset/ports/435879 Log: Fix build. The configure script uses pkg-config for detecting jansson. Modified: head/mail/cyrus-imapd30/Makefile Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Sat Mar 11 01:57:56 2017 (r435878) +++ head/mail/cyrus-imapd30/Makefile Sat Mar 11 02:31:17 2017 (r435879) @@ -24,7 +24,7 @@ CONFLICTS_INSTALL= cyrus-imapd-2.* cyrus USE_RC_SUBR= imapd -USES= cpe gmake libtool perl5 ssl +USES= cpe gmake libtool perl5 pkgconfig ssl GNU_CONFIGURE= yes CYRUS_PREFIX= ${PREFIX}/cyrus CONFIGURE_ARGS= --libexecdir=${CYRUS_PREFIX}/libexec \ @@ -69,7 +69,6 @@ HTTP_LIB_DEPENDS= libical.so:devel/libic # Need additional patch to opendkim #HTTP_LIB_DEPENDS+= libopendkim.so:mail/opendkim #HTTP_CPPFLAGS+= -I${LOCALBASE}/include/opendkim -HTTP_USES= pkgconfig HTTP_USE= GNOME=libxml2 IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled