svn commit: r436346 - head/mail/cyrus-imapd30/files

Hajimu UMEMOTO ume at FreeBSD.org
Fri Mar 17 16:52:55 UTC 2017


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"


More information about the svn-ports-all mailing list