From owner-svn-ports-head@freebsd.org Fri Mar 17 16:52:55 2017 Return-Path: Delivered-To: svn-ports-head@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 713DED10BBC; Fri, 17 Mar 2017 16:52:55 +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 40CA911F6; Fri, 17 Mar 2017 16:52:55 +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 v2HGqseR031366; Fri, 17 Mar 2017 16:52:54 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2HGqswN031365; Fri, 17 Mar 2017 16:52:54 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201703171652.v2HGqswN031365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Fri, 17 Mar 2017 16:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436346 - head/mail/cyrus-imapd30/files 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.23 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: Fri, 17 Mar 2017 16:52:55 -0000 Author: ume Date: Fri Mar 17 16:52:54 2017 New Revision: 436346 URL: https://svnweb.freebsd.org/changeset/ports/436346 Log: Fix build. Even when HTTP is not enabled, the header of ical is required wrongly. Added: head/mail/cyrus-imapd30/files/patch-imap__index.c (contents, props changed) Added: head/mail/cyrus-imapd30/files/patch-imap__index.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/cyrus-imapd30/files/patch-imap__index.c Fri Mar 17 16:52:54 2017 (r436346) @@ -0,0 +1,13 @@ +--- imap/index.c.orig 2017-03-17 04:11:35 UTC ++++ imap/index.c +@@ -53,8 +53,10 @@ + #include + #include + ++#ifdef USE_HTTPD + /* For iCalendar indexing */ + #include ++#endif + + #include "acl.h" + #include "annotate.h"