Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2017 16:52:54 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436346 - head/mail/cyrus-imapd30/files
Message-ID:  <201703171652.v2HGqswN031365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ctype.h>
+ #include <stdlib.h>
+ 
++#ifdef USE_HTTPD
+ /* For iCalendar indexing */
+ #include <libical/ical.h>
++#endif
+ 
+ #include "acl.h"
+ #include "annotate.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703171652.v2HGqswN031365>